aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-05-29 12:00:28 +0000
committerDave Love2000-05-29 12:00:28 +0000
commit869a3a147f590e9be3ac208be6588098c1841822 (patch)
tree63a90b54fda7e8f07381c43371d663761e75e689 /src
parent93d2aa1c9b5d493b60f71bab1ee39473f75e96fc (diff)
downloademacs-869a3a147f590e9be3ac208be6588098c1841822.tar.gz
emacs-869a3a147f590e9be3ac208be6588098c1841822.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ddb0f53e7da..b001c4eec0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
12000-05-29 Dave Love <fx@gnu.org>
2
3 * textprop.c (Qkeymap): New variable.
4 (syms_of_textprop): Intern it.
5
6 * keymap.c: Include intervals.h.
7 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
8
9 * Makefile.in (keymap.o): Depend on intervals.h.
10
11 * keyboard.c (menu_bar_items, tool_bar_items)
12 (Fexecute_extended_command): Deal with `keymap' property.
13 (read_key_sequence): Track map from `keymap' property as well as
14 `local_map'.
15
16 * intervals.c (get_local_map): Extra arg to allow looking for
17 `keymap' too.
18
19 * intervals.h (map_property): New enum.
20 (get_local_map): Extra arg using it.
21 (Qkeymap): Declare.
22
23 * lisp.h: (get_local_map: Don't declare here.
24
12000-05-29 Kenichi Handa <handa@etl.go.jp> 252000-05-29 Kenichi Handa <handa@etl.go.jp>
2 26
3 * Makefile.in (callproc.o): Depend on composite.h. 27 * Makefile.in (callproc.o): Depend on composite.h.