comparison src/ChangeLog @ 35259:228f24b293ec

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 Jan 2001 11:19:36 +0000
parents bfb8de4705b5
children be492f742a75
comparison
equal deleted inserted replaced
35258:f585b46c055a 35259:228f24b293ec
1 2001-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
1 2001-01-11 Gerd Moellmann <gerd@gnu.org> 13 2001-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
4 of the size needed for the tool bar string. For the last image, 16 of the size needed for the tool bar string. For the last image,
5 use a `display' property that reaches to the end of the string. 17 use a `display' property that reaches to the end of the string.