diff src/ChangeLog @ 81792:4ee4f467ca51

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jul 2007 15:20:15 +0000
parents 98732c4676bc
children c1184a3d99c9
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 10 15:13:33 2007 +0000
+++ b/src/ChangeLog	Tue Jul 10 15:20:15 2007 +0000
@@ -1,5 +1,12 @@
 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* keymap.c (struct accessible_keymaps_data)
+	(struct where_is_internal_data): New structures.
+	(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.
+
 	* keymap.h (map_keymap_function_t): More informative prototype.
 
 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>