aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12000-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
12000-10-24 Stefan Monnier <monnier@cs.yale.edu> 142000-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