diff options
| author | Stefan Monnier | 2000-10-25 04:42:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-10-25 04:42:23 +0000 |
| commit | 49801145646fcade6fbf0afd2f8b19658da6b780 (patch) | |
| tree | f079e9a1a9a6c38d87628997291077ba5828e077 /src/ChangeLog | |
| parent | 39e776cd974b44f79ea6cc12dd3a6da43bfbacc8 (diff) | |
| download | emacs-49801145646fcade6fbf0afd2f8b19658da6b780.tar.gz emacs-49801145646fcade6fbf0afd2f8b19658da6b780.zip | |
Use AREF, ASET and ASIZE macros.
(Fmake_sparse_keymap): Docstring fix.
(synkey): Remove.
(shadow_lookup): Move up.
Handle the case where lookup-key returns an integer.
(where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
(where_is_internal_2): Adapt to fewer args for where_is_internal_1.
(Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
Simplify/rewrite the keymap-finding code.
Add check for command shadowing, using shadow_lookup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e9778013345..cc5cfd86b1c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * keymap.c: Use AREF, ASET and ASIZE macros. | ||
| 4 | (Fmake_sparse_keymap): Docstring fix. | ||
| 5 | (synkey): Remove. | ||
| 6 | (shadow_lookup): Move up. | ||
| 7 | Handle the case where lookup-key returns an integer. | ||
| 8 | (where_is_internal_1): Drop arg `keymap'. Don't check shadowing. | ||
| 9 | (where_is_internal_2): Adapt to fewer args for where_is_internal_1. | ||
| 10 | (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps. | ||
| 11 | Simplify/rewrite the keymap-finding code. | ||
| 12 | Add check for command shadowing, using shadow_lookup. | ||
| 13 | |||
| 1 | 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> | 14 | 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 15 | ||
| 3 | * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry | 16 | * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry |