From: Dave Love Date: Mon, 29 May 2000 12:00:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=869a3a147f590e9be3ac208be6588098c1841822;p=emacs.git *** empty log message *** --- 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.