Mercurial > emacs
diff src/ChangeLog @ 33899:ec3fd3c937ce
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 27 Nov 2000 12:12:35 +0000 |
| parents | ff4ddf873081 |
| children | d038b15baca0 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 27 12:12:14 2000 +0000 +++ b/src/ChangeLog Mon Nov 27 12:12:35 2000 +0000 @@ -1,3 +1,10 @@ +2000-11-27 Gerd Moellmann <gerd@gnu.org> + + * xdisp.c (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. + 2000-11-26 Andrew Choi <akochoi@i-cable.com> * emacs.c (main) [macintosh]: call syms_of_frame before calling
