aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01d969a94f2..e5c1b6b1d0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12001-01-12 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c: Call get_local_map with new argument list.
4
5 * intervals.c (get_local_map): Change TYPE to Lisp_Object.
6
7 * intervals.h (enum map_property): Removed.
8 (get_local_map): Change prototype.
9
10 * keymap.c: Call get_local_map with new argument list.
11 (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
12
12001-01-11 Gerd Moellmann <gerd@gnu.org> 132001-01-11 Gerd Moellmann <gerd@gnu.org>
2 14
3 * xdisp.c (build_desired_tool_bar_string): Correct the computation 15 * xdisp.c (build_desired_tool_bar_string): Correct the computation