aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-27 14:43:30 +0000
committerGerd Moellmann2000-11-27 14:43:30 +0000
commit902ae620321aa2fadae916091a441e603a1cb8a4 (patch)
tree19a7b773412a35eae7b855b2055cbdea2f7b13ba /src/ChangeLog
parent26a8d08da569179a52828c2bf321908826e9c633 (diff)
downloademacs-902ae620321aa2fadae916091a441e603a1cb8a4.tar.gz
emacs-902ae620321aa2fadae916091a441e603a1cb8a4.zip
(lucid_event_type_list_p): Handle `help-echo',
`vertical-line', `mode-line' and `header-line' events.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 909cce3e2a8..8778dd4dc5a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12000-11-27 Gerd Moellmann <gerd@gnu.org> 12000-11-27 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_window_id): Avoid starting to display in the moddle 3 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
4 `vertical-line', `mode-line' and `header-line' events.
5
6 * xdisp.c (try_window_id): Avoid starting to display in the middle
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.