# HG changeset patch # User Richard M. Stallman # Date 1108450248 0 # Node ID fd926fc0b8c2a4ff8bb1502f8a53fd2005e350ce # Parent ca0c6002fadf76fccb47455391e9227a76eb428b *** empty log message *** diff -r ca0c6002fadf -r fd926fc0b8c2 src/ChangeLog --- a/src/ChangeLog Tue Feb 15 06:49:12 2005 +0000 +++ b/src/ChangeLog Tue Feb 15 06:50:48 2005 +0000 @@ -1,3 +1,24 @@ +2005-02-15 Richard M. Stallman + + * xdisp.c (get_next_display_element): Fix escape-glyph criterion + for mode and header lines. + + * lread.c (syms_of_lread) : Doc fix. + + * keymap.h (describe_map_tree): Change decl. + + * keyboard.c (command_loop_1): Always use safe_run_hooks + to run Qdeferred_action_function. + + * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed. + (describe_map, describe_vector): Likewise. When it's 1, + don't omit shadowed bindings, instead mark them as shadowed. + + * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps + for describe_map_tree. Pass 1 for MENTION_SHADOW. + + * data.c (Fsetq_default): Allow no arg case. + 2005-02-14 Kenichi Handa * coding.c (encode_coding_string): Always return a unibyte string.