comparison src/ChangeLog @ 33909:9a9c1a4450f7

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Nov 2000 14:43:06 +0000
parents d038b15baca0
children 54746d640bc8
comparison
equal deleted inserted replaced
33908:d42bd79a1778 33909:9a9c1a4450f7
1 2000-11-27 Gerd Moellmann <gerd@gnu.org> 1 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
4 `vertical-line', `mode-line' and `header-line' events.
2 5
3 * xdisp.c (try_window_id): Avoid starting to display in the moddle 6 * xdisp.c (try_window_id): Avoid starting to display in the moddle
4 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
5 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
6 additional effort wouldn't really pay off. 9 additional effort wouldn't really pay off.