comparison src/ChangeLog @ 32847:0e2ea6e876c5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Oct 2000 04:42:23 +0000
parents e92097fd9144
children b3e358949f64
comparison
equal deleted inserted replaced
32846:c1b3ab2a1ccc 32847:0e2ea6e876c5
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
4 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is 17 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
5 a symbol. 18 a symbol.