diff options
| author | Stefan Monnier | 2007-07-10 15:20:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-07-10 15:20:15 +0000 |
| commit | fab84e3cfb291680f863074023e29b8daea0ed82 (patch) | |
| tree | 76189887a98a21a27c0afd4a36bc69b0012e3fb8 /src/ChangeLog | |
| parent | a1be1ce88b203a86b4f52b9f6e8360557098009a (diff) | |
| download | emacs-fab84e3cfb291680f863074023e29b8daea0ed82.tar.gz emacs-fab84e3cfb291680f863074023e29b8daea0ed82.zip | |
(struct accessible_keymaps_data, struct where_is_internal_data): New structs.
(accessible_keymaps_1, where_is_internal_1): Use them to change
interface to adhere to the one used by map_keymap.
(Faccessible_keymaps, where_is_internal): Use map_keymap.
(accessible_keymaps_char_table, where_is_internal_2): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c8a1db1dc5..8c4cbe1c214 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * keymap.c (struct accessible_keymaps_data) | ||
| 4 | (struct where_is_internal_data): New structures. | ||
| 5 | (accessible_keymaps_1, where_is_internal_1): Use them to change | ||
| 6 | interface to adhere to the one used by map_keymap. | ||
| 7 | (Faccessible_keymaps, where_is_internal): Use map_keymap. | ||
| 8 | (accessible_keymaps_char_table, where_is_internal_2): Remove. | ||
| 9 | |||
| 3 | * keymap.h (map_keymap_function_t): More informative prototype. | 10 | * keymap.h (map_keymap_function_t): More informative prototype. |
| 4 | 11 | ||
| 5 | 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com> | 12 | 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com> |