Mercurial > emacs
comparison src/ChangeLog @ 31210:c45b6e464f4c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 27 Aug 2000 17:44:59 +0000 |
parents | 4c14695715f0 |
children | 09f57791137e |
comparison
equal
deleted
inserted
replaced
31209:00943ea58fd1 | 31210:c45b6e464f4c |
---|---|
1 2000-08-27 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * syntax.c (back_comment): Detect cases where a comment-starter is | |
4 actually inside another comment as in: /* a // b */ c // d \n. | |
5 Make it clear that `comstart_pos' is unused for nested comments. | |
6 | |
7 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes. | |
8 (KEYMAPP): New macro. | |
9 (Fkeymap_parent, Fset_keymap_parent): Use it. | |
10 (fix_submap_inheritance): Mark it static. | |
11 (define_as_prefix, describe_buffer_bindings, describe_command) | |
12 (describe_translation, describe_map): Complete prototypes. | |
13 | |
14 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove. | |
15 | |
16 * keyboard.c (menu_bar_item): Detect duplicate entries for all items | |
17 to better match the key-lookup behavior. | |
18 | |
1 2000-08-27 Gerd Moellmann <gerd@gnu.org> | 19 2000-08-27 Gerd Moellmann <gerd@gnu.org> |
2 | 20 |
3 * xfaces.c (lface_fully_specified_p): Handle :inherit. | 21 * xfaces.c (lface_fully_specified_p): Handle :inherit. |
4 (Finternal_set_lisp_face_attribute): Fix typo in error message. | 22 (Finternal_set_lisp_face_attribute): Fix typo in error message. |
5 | 23 |