1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

83608 Commits

Author SHA1 Message Date
Dan Nicolaescu
d893468a09 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
* configure: Regenerate.
2008-06-01 17:39:27 +00:00
Dan Nicolaescu
60a3d7ee19 (dot, dotdot): Remove, update users.
".." has been used elsewhere in the file for a long time.
(LIBXT_STATIC): Remove conditional based on unused variable.
2008-06-01 16:59:27 +00:00
Magnus Henoch
fa68fa5933 Remove obsolete TO DO comment. (It was implemented on 1993-03-27.) 2008-06-01 14:42:21 +00:00
Juanma Barranquero
29128339b1 (x-get-selection): Fix typo. 2008-06-01 11:54:47 +00:00
Miles Bader
f2cec7a990 Implement face-remapping-alist feature
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1195
2008-06-01 05:04:24 +00:00
Juanma Barranquero
70583cb569 (describe-text-sexp): Use `string-match-p'. Simplify.
(describe-char): Use `looking-at-p', `string-match-p' when possible.
2008-06-01 04:48:53 +00:00
Juanma Barranquero
518c0b8331 (syms_of_textprop) <text-property-default-nonsticky>:
(Fremove_text_properties): Fix typos in docstrings.
2008-06-01 04:24:43 +00:00
Miles Bader
3f715d17fe Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193
2008-06-01 02:35:04 +00:00
Miles Bader
656b4fa1b9 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1192
2008-06-01 02:34:55 +00:00
John Paul Wallington
1e4a62d8f3 *** empty log message *** 2008-06-01 01:50:42 +00:00
Juanma Barranquero
8793dabb23 (icomplete-get-keys): Doc fix. Use `when'. 2008-05-31 23:51:57 +00:00
Glenn Morris
7a9f749438 *** empty log message *** 2008-05-31 20:09:42 +00:00
Glenn Morris
585351d7ef New file. 2008-05-31 20:03:37 +00:00
John Paul Wallington
22a1385df5 (describe-variable-custom-version-info): Handle dotted
`package-version' info.
2008-05-31 18:19:05 +00:00
Dan Nicolaescu
40de1a6acb *** empty log message *** 2008-05-31 15:32:10 +00:00
Dan Nicolaescu
17996b53fd Fix typos. 2008-05-31 15:29:36 +00:00
Dan Nicolaescu
9fc36123d7 (vc-cvs-after-dir-status): Support spaces in file
names and improve support for unregistered files.
2008-05-31 15:23:58 +00:00
Eli Zaretskii
2be6bfe25e (Windows Keyboard): Fix text added on 2008-05-29. 2008-05-31 10:53:54 +00:00
Kenichi Handa
e4c93315ec (font_list_entities): Fix the car part of data to be
stored in the cache.
2008-05-31 09:58:27 +00:00
Glenn Morris
daf7e339db (Fancy Diary Display): Simplify. 2008-05-31 02:31:12 +00:00
Kenichi Handa
719b3d63d3 (ftfont_font_format): Don't use strcasestr. 2008-05-31 02:29:58 +00:00
Glenn Morris
10498e1c2c (compile-last): Replace tr in `els' assignment with sed. Remove shell
variable `elc'.  Split tests to hopefully be more portable.  Fix `sel'
assignment.
2008-05-31 02:24:12 +00:00
Stefan Monnier
d0827857e7 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
Add a `test' argument so another predicate than `equal' can be used.
(map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
(map_char_table): Remove unused vars `c' and `i'.
* lisp.h (Foptimize_char_table): Adjust declaration.
* charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2008-05-30 21:07:50 +00:00
Juanma Barranquero
01b996adc3 (lisp2): Add minibuffer.elc. 2008-05-30 19:52:41 +00:00
Juanma Barranquero
d9aa6b3358 (completion-table-dynamic): Doc fix. 2008-05-30 19:50:26 +00:00
Stefan Monnier
47dd5958df (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
return `unregistered' when applicable.
2008-05-30 16:21:49 +00:00
Stefan Monnier
8f39c96dec (Coding Conventions): Do not encourage the use of "-flag" variable names. 2008-05-30 14:55:07 +00:00
Stefan Monnier
145b63776b (checkdoc-this-string-valid-engine):
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Kenichi Handa
a266686a02 (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
defined.
(syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
defined.
2008-05-30 13:21:57 +00:00
Stefan Monnier
30235d57db (Iteration Clauses): Fix incorrect "identical" examples. 2008-05-30 03:02:04 +00:00
Glenn Morris
d21d261859 (Fancy Diary Display): Update for diary-display-function replacing
diary-display-hook.
2008-05-30 03:01:07 +00:00
Glenn Morris
ca8ef0dc04 (org-get-entries-from-diary): Also set diary-display-function. 2008-05-30 03:00:19 +00:00
Glenn Morris
a02717ccd4 (calendar-mouse-view-diary-entries): Use LIST-ONLY argument of
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:59:21 +00:00
Glenn Morris
75c7218046 (cal-tex-list-diary-entries): Use LIST-ONLY argument of
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:58:50 +00:00
Glenn Morris
fb696168dc (cal-html-list-diary-entries): Use LIST-ONLY argument of
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:58:33 +00:00
Glenn Morris
f082900a2b (calendar-dedicate-diary): Update for diary-display-function replacing
diary-display-hook.
2008-05-30 02:58:01 +00:00
Glenn Morris
0f9aa26a45 (appt-check): Use diary-display-function rather than diary-display-hook. 2008-05-30 02:57:43 +00:00
Glenn Morris
f8c8f32b3d (diary-display-function): New name for diary-display-hook. Keep old
name as obsolete alias.  Doc fix.  Change custom type and version.
(diary-list-entries-hook, diary-list-entries, diary-simple-display)
(diary-fancy-display): Doc fixes.
(diary-list-entries, diary-include-other-diary-files, diary-mail-entries):
Use diary-display-function rather than diary-display-hook.
2008-05-30 02:57:27 +00:00
Glenn Morris
9d7316f071 (update-elclist): Hide the warning when it does not apply, make it
milder when it does.
(autogen-clean): New target.
(maintainer-clean): Use autogen-clean.
2008-05-30 02:56:59 +00:00
Kenichi Handa
a9bb457b3c (utf-8-with-signature): Renamed from utf-8-sig.
(utf-8-auto): Adjusted for the above change.
2008-05-30 02:47:39 +00:00
Stefan Monnier
fd9440c582 (Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Disallow mixing buffer-local and
frame-local settings for the same variable.
2008-05-30 02:37:40 +00:00
Kenichi Handa
7736dabea7 (describe-font): Don't check fontset
here, and just call font-info.  Get the default font by from the
default face.
2008-05-30 02:37:31 +00:00
Kenichi Handa
22b7086bdb * fontset.c (Ffont_info): Moved to font.c.
(syms_of_fontset): Delete defsubr of Sfont_info.
2008-05-30 02:35:54 +00:00
Kenichi Handa
72606e4580 (font_style_to_value, font_score): Delete casting of the
args to xstcasecmp.
(register_font_driver): Increment num_font_drivers only when
registering the driver globally.
(Ffont_info): Moved from fontset.c.  Handle a font object too.
(syms_of_font): Defsubr Sfont_info.
2008-05-30 02:34:46 +00:00
Stefan Monnier
a118b59bed (url-file-name-completion): Add missing argument. 2008-05-30 01:36:29 +00:00
Kenichi Handa
eaf1161847 (utf-8-sig, utf-8-auto): New coding systems. 2008-05-29 23:00:20 +00:00
Kenichi Handa
736c927616 (define-coding-system): Accept :bom for
utf-8.
2008-05-29 22:58:58 +00:00
Kenichi Handa
a470d44380 (CODING_UTF_8_BOM): New macro.
(enum coding_category): Delete coding_category_utf_8, add
coding_category_utf_8_auto, coding_category_utf_8_nosig, and
coding_category_utf_8_sig.
(CATEGORY_MASK_UTF_8): Delete it.
(CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
(CATEGORY_MASK_UTF_8_SIG): New macros.
(CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
CATEGORY_MASK_UTF_8_SIG.
(CATEGORY_MASK_UTF_8): New macro.
(UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
(detect_coding_utf_8): Check BOM.
(decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
(decode_coding_utf_16): Adjusted for the change of enum
utf_bom_type.
(encode_coding_utf_16): Likewise.
(setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
(detect_coding, detect_coding_system): Handle utf-8-auto.
(Fdefine_coding_system_internal): Handle `bom' property for utf-8.
(syms_of_coding): Fix setting up of Vcoding_category_table.
2008-05-29 22:58:15 +00:00
Kenichi Handa
e4215ddd07 (enum define_coding_utf8_arg_index): New enum.
(enum coding_attr_index): Change coding_attr_utf_16_bom to
coding_attr_utf_bom.
(enum utf_bom_type): Renamed from utf_16_bom_type.
(struct utf_16_spec): Adjusted for the above change.
(struct coding_system): Add utf_8_bom in `spec' union.
2008-05-29 22:58:00 +00:00
Stefan Monnier
e925563701 (utf-7-encode): Use the right escape char depending on imap/nonimap encoding. 2008-05-29 21:57:32 +00:00