aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-27 12:13:06 +0000
committerGerd Moellmann2000-11-27 12:13:06 +0000
commit67f1cf4c4e450f3c99216aeb6e1242ed3462116c (patch)
tree1bcce900122e85cd9acab33b0ded38dc8c6dfc2e /src/ChangeLog
parent0c713b6f8892749b578e52deba2e5dec0f8114de (diff)
downloademacs-67f1cf4c4e450f3c99216aeb6e1242ed3462116c.tar.gz
emacs-67f1cf4c4e450f3c99216aeb6e1242ed3462116c.zip
(try_window_id): Avoid starting to display in the moddle
of a character, a TAB for instance. This is easier than to set up the iterator exactly, and it's not a frequent case, so the additional effort wouldn't really pay off.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 971bd2bc047..909cce3e2a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,13 @@
12000-11-27 Gerd Moellmann <gerd@gnu.org>
2
3 * 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
5 up the iterator exactly, and it's not a frequent case, so the
6 additional effort wouldn't really pay off.
7
12000-11-26 Andrew Choi <akochoi@i-cable.com> 82000-11-26 Andrew Choi <akochoi@i-cable.com>
2 9
3 * emacs.c (main) [macintosh]: call syms_of_frame before calling 10 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
4 init_window_once. 11 init_window_once.
5 12
62000-11-25 Jason Rumney <jasonr@gnu.org> 132000-11-25 Jason Rumney <jasonr@gnu.org>