1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

87703 Commits

Author SHA1 Message Date
Chong Yidong
8ce9231f25 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24
change to minibuffer.el; recognize `confirm' and
`confirm-after-completion' values for
minibuffer-completion-confirm.
2008-11-28 19:10:40 +00:00
Richard M. Stallman
43b978db78 (Dissociated Press): Minor cleanups. 2008-11-28 15:42:37 +00:00
Richard M. Stallman
39e269064e (Image-Dired): Avoid passive. 2008-11-28 15:40:38 +00:00
Richard M. Stallman
6a7447b343 (mips64-*-linux-gnu*, mips64el-*-linux-gnu*): New configurations. 2008-11-28 15:39:58 +00:00
Richard M. Stallman
ac134f2fc7 (Receiving Method Calls): Clean up previous change. 2008-11-28 14:48:05 +00:00
Eli Zaretskii
8b80cdf500 (Text Representations, Converting Representations, Character Sets,
Scanning Charsets, Translation of Characters): Make text more accurate.
2008-11-28 13:26:43 +00:00
Eli Zaretskii
e8e2bd9310 (Antinews): Add stuff about Unicode vs emacs-mule representation. 2008-11-28 12:01:44 +00:00
Martin Rudalics
4d1243c826 (eldoc-docstring-first-line): Don't match
any but the first "*" in a doc-string.
2008-11-28 10:23:21 +00:00
Seiji Zenitani
59bc82c0b9 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
* nsfns.m (ns_frame_parm_handlers): Set alpha handler.
* nsterm.m (x_set_frame_alpha): New function.
2008-11-28 05:40:36 +00:00
Glenn Morris
a99dceba92 (Format Conversion Round-Trip): Improve previous change. 2008-11-28 03:32:15 +00:00
Glenn Morris
08d55d13a7 (format-write-file): Improve previous doc fix. 2008-11-28 03:31:30 +00:00
Eli Zaretskii
32247e3db3 (Fx_font_family_list, syms_of_xfaces): Fix last change. 2008-11-27 20:18:34 +00:00
Chong Yidong
71b605b87e Explain why region-active-p is often not the best function to use. 2008-11-27 17:08:44 +00:00
Chong Yidong
58b356e9b5 Tweak the previous doc fixes. 2008-11-27 17:07:25 +00:00
Chong Yidong
6a9127b65f (use-empty-active-region, use-region-p, region-active-p): Doc fix. 2008-11-27 17:01:50 +00:00
Dan Nicolaescu
fba1d2bef1 Mention -nw and -c. Fix the character for --help.
Swap the order of -e and -n to follow the order displayed by --help.
2008-11-27 16:56:33 +00:00
Chong Yidong
cab8a1afac * simple.el (use-empty-active-region, use-region-p, region-active-p):
Doc fix.
2008-11-27 16:53:19 +00:00
Juanma Barranquero
b003e5ff45 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
pointer to check_face_name.
2008-11-27 15:19:40 +00:00
Martin Rudalics
a9d451f034 (display-buffer): Fix handling of not-this-window
argument.  (Bug#1415)
2008-11-27 13:20:15 +00:00
Juanma Barranquero
0956be4f1a * NEWS: Fix typo. (Bug#1439) 2008-11-27 09:14:14 +00:00
Kenichi Handa
6abbce6457 Set category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF. 2008-11-27 08:03:03 +00:00
Kenichi Handa
8c766df1aa Set inhibit-load-charset-map to t while preloading
files.
2008-11-27 08:02:28 +00:00
Kenichi Handa
f10fdbfd42 (print_object): For bool-vector, delete unnecessary
check of ASCII_BYTE_P.
2008-11-27 08:02:15 +00:00
Kenichi Handa
bed6185fec (describe_vector): Adjusted for the change of
char_table_ref_and_range.  For char-table, put boundary between
non-ASCII and 8-bit characters.
2008-11-27 08:02:02 +00:00
Kenichi Handa
5b30be1a9d (fontset_add): Adjusted for the change of
char_table_ref_and_range.
(fontset_get_font_group): Likewise.
(Ffontset_info): Likewise.
2008-11-27 08:01:45 +00:00
Kenichi Handa
7ef1f5d11c (sub_char_table_ref_and_range): Adjusted for the
change of char_table_ref_and_range.
(char_table_ref_and_range): Change the meaning of argument FROM
and TO.  Now the caller must provide initial values for *FROM
and *TO.
2008-11-27 08:01:29 +00:00
Kenichi Handa
2bc20f0b55 (enum charset_method): Delete
CHARSET_METHOD_MAP_DEFERRED.
(DECODE_CHAR): Check if the decoder vector is ready.
(ENCODE_CHAR): Check if the encoder char-table is ready.
(maybe_unify_char): Extern it.
2008-11-27 08:00:43 +00:00
Kenichi Handa
ecca2aad92 (Vchar_unified_charset_table): Delete it.
(inhibit_load_charset_map): New variable.
(temp_charset_work): New variable.
(SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
(SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
New macros.
(load_charset_map): Meaning of control_flag changed.  If
inhibit_load_charset_map is nonzero, setup a table in
temp_charset_work.
(load_charset): New argument control_flag.
(map_charset_for_dump): New function.
(map_charset_chars): If inhibit_load_charset_map is nonzero, use
map_charset_for_dump.
(Fdefine_charset_internal): If the charset method is MAP, load
mapping tables by calling load_charset.
(Funify_charset): Don't load a mapping table but directly set
Vchar_unify_table.
(maybe_unify_char): New function.
(decode_char): Don't handle the deleted method MAP_DEFERRED.
Handle the case of inhibit_load_charset_map being nonzero.
(encode_char): Don't handle the deleted method MAP_DEFERRED.
Handle the case of inhibit_load_charset_map being nonzero.
(Fclear_charset_maps): Just free temp_charset_work.
(syms_of_charset): Make `inhibit-load-charset-map' a Lisp
variable.
2008-11-27 08:00:16 +00:00
Kenichi Handa
55870ffc30 (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
Funify_charset.
2008-11-27 07:59:35 +00:00
Kenichi Handa
cd48687577 (hash_get_category_set): New function.
(Fmodify_category_entry): Adjusted for the change of
char_table_ref_and_range.  Call hash_get_category_set to get a
category set to store in the table.
2008-11-27 07:59:21 +00:00
Kenichi Handa
1a182119e3 (SET_CATEGORY_SET): Call set_category_set.
(set_category_set): Extern it.
2008-11-27 07:59:11 +00:00
Kenichi Handa
708550f509 *** empty log message *** 2008-11-27 07:58:57 +00:00
Michael Albinus
386b953c1a *** empty log message *** 2008-11-27 04:27:21 +00:00
Chong Yidong
b806790118 (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2008-11-27 03:29:37 +00:00
Chong Yidong
01d5aaeb11 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
(tool-bar-find-image): Function deleted.
(tool-bar-local-item, tool-bar-local-item-from-menu): Use
find-image instead of tool-bar-find-image.
(tool-bar-keymap-cache): New hash table.
(tool-bar-make-keymap): Use it.
(tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2008-11-27 03:27:54 +00:00
Michael Albinus
f7d20b3eac * net/dbus.el (dbus-handle-event): The result of a message call
can also be an object, which is not a consp.
2008-11-26 20:17:24 +00:00
Michael Albinus
7b66ce51f4 * dbus.texi (Receiving Method Calls): Precise return values of
`dbus-register-method'.
2008-11-26 20:14:09 +00:00
Chong Yidong
2674569bd5 (Auto Major Mode): Fix example. 2008-11-26 16:11:58 +00:00
Chong Yidong
f6dc3bed46 * modes.texi (Auto Major Mode): Fix example. 2008-11-26 16:11:42 +00:00
Chong Yidong
0b85dece97 (Visiting): Rewrite paragraph for clarity. 2008-11-26 15:32:49 +00:00
Chong Yidong
b01731eb13 (Select Buffer): Rewrite paragraphs using active voice. 2008-11-26 15:32:43 +00:00
Chong Yidong
8d2d45dafa * files.texi (Visiting): Rewrite paragraph for clarity.
* buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2008-11-26 15:32:33 +00:00
Jason Rumney
9196133b4b (w32font_open_internal): Don't include external leading in font height. 2008-11-26 13:37:17 +00:00
Juanma Barranquero
0ec6a7e501 Fix typo in previous commit. 2008-11-26 10:46:21 +00:00
Alan Mackenzie
8fc2ac41e3 (forward-sexp, backward-sexp, mark-sexp)
(forward-list, backward-list, down-list, backward-up-list)
(up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
(insert-pair, insert-parentheses):  State that the
command assumes that point is not in a string or comment.
2008-11-26 10:30:53 +00:00
Alan Mackenzie
3fbb05ffe6 (Moving by Parens): Clarify that parens inside strings and comments are
ignored, and that the commands assume the starting point isn't in a
string or comment.
2008-11-26 10:27:42 +00:00
Alan Mackenzie
a5f7bbcc3f * programs.texi (Moving by Parens): Clarify that parens inside strings
and comments are ignored, and that the commands assume the starting point
isn't in a string or comment.
2008-11-26 10:22:48 +00:00
Michael Albinus
2152f12541 *** empty log message *** 2008-11-26 07:23:04 +00:00
Michael Albinus
ace706d14b * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
`dbus-escape-as-identifier', `dbus-byte-array-to-string' and
`dbus-unescape-from-identifier'.
(Receiving Method Calls): New constants `dbus-service-emacs' and
`dbus-path-emacs'.
(Signals): Use the constants in the example.
2008-11-26 07:08:36 +00:00
Michael Albinus
82697a456d * net/dbus.el (dbus-string-to-byte-array)
(dbus-byte-array-to-string, dbus-escape-as-identifier)
(dbus-unescape-from-identifier): New defuns.
(dbus-handle-event): The result of a message call is a list of
arguments, which must be expanded when passing to
`dbus-method-return-internal'.
2008-11-26 06:09:44 +00:00