comparison src/ChangeLog @ 33910:54746d640bc8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Nov 2000 14:43:30 +0000
parents 9a9c1a4450f7
children 366ec50ec0d8
comparison
equal deleted inserted replaced
33909:9a9c1a4450f7 33910:54746d640bc8
1 2000-11-27 Gerd Moellmann <gerd@gnu.org> 1 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (lucid_event_type_list_p): Handle `help-echo', 3 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
4 `vertical-line', `mode-line' and `header-line' events. 4 `vertical-line', `mode-line' and `header-line' events.
5 5
6 * xdisp.c (try_window_id): Avoid starting to display in the moddle 6 * xdisp.c (try_window_id): Avoid starting to display in the middle
7 of a character, a TAB for instance. This is easier than to set 7 of a character, a TAB for instance. This is easier than to set
8 up the iterator exactly, and it's not a frequent case, so the 8 up the iterator exactly, and it's not a frequent case, so the
9 additional effort wouldn't really pay off. 9 additional effort wouldn't really pay off.
10 10
11 2000-11-26 Andrew Choi <akochoi@i-cable.com> 11 2000-11-26 Andrew Choi <akochoi@i-cable.com>