From 869a3a147f590e9be3ac208be6588098c1841822 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 May 2000 12:00:28 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index ddb0f53e7da..b001c4eec0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,27 @@ +2000-05-29 Dave Love + + * textprop.c (Qkeymap): New variable. + (syms_of_textprop): Intern it. + + * keymap.c: Include intervals.h. + (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property. + + * Makefile.in (keymap.o): Depend on intervals.h. + + * keyboard.c (menu_bar_items, tool_bar_items) + (Fexecute_extended_command): Deal with `keymap' property. + (read_key_sequence): Track map from `keymap' property as well as + `local_map'. + + * intervals.c (get_local_map): Extra arg to allow looking for + `keymap' too. + + * intervals.h (map_property): New enum. + (get_local_map): Extra arg using it. + (Qkeymap): Declare. + + * lisp.h: (get_local_map: Don't declare here. + 2000-05-29 Kenichi Handa * Makefile.in (callproc.o): Depend on composite.h. -- 2.39.5