diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b847d3f35d..b9fcac51fc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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. |