comparison 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
comparison
equal deleted inserted replaced
33898:93b22ccc23e2 33899:ec3fd3c937ce
1 2000-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
1 2000-11-26 Andrew Choi <akochoi@i-cable.com> 8 2000-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