aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.