comparison src/ChangeLog @ 60071:fd926fc0b8c2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Feb 2005 06:50:48 +0000
parents 65ef48d5f65a
children 0764705c7e03
comparison
equal deleted inserted replaced
60070:ca0c6002fadf 60071:fd926fc0b8c2
1 2005-02-15 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
4 for mode and header lines.
5
6 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
7
8 * keymap.h (describe_map_tree): Change decl.
9
10 * keyboard.c (command_loop_1): Always use safe_run_hooks
11 to run Qdeferred_action_function.
12
13 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
14 (describe_map, describe_vector): Likewise. When it's 1,
15 don't omit shadowed bindings, instead mark them as shadowed.
16
17 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
18 for describe_map_tree. Pass 1 for MENTION_SHADOW.
19
20 * data.c (Fsetq_default): Allow no arg case.
21
1 2005-02-14 Kenichi Handa <handa@m17n.org> 22 2005-02-14 Kenichi Handa <handa@m17n.org>
2 23
3 * coding.c (encode_coding_string): Always return a unibyte string. 24 * coding.c (encode_coding_string): Always return a unibyte string.
4 If NOCOPY is nonzero and there's no need of encoding, make STR 25 If NOCOPY is nonzero and there's no need of encoding, make STR
5 unibyte directly. 26 unibyte directly.