comparison src/ChangeLog @ 35039:14c95b31ec71

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 Jan 2001 12:53:51 +0000
parents fb57c3f4a4e0
children bc813ec7a28d
comparison
equal deleted inserted replaced
35038:ac8eb6b4eee6 35039:14c95b31ec71
1 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (Fdelete_other_windows): Set window's window_end_valid
4 to nil when changing the window's start. Don't change the
5 window's start when its top position hasn't changed. If we do,
6 this will set the window's optional_new_start, which act's like a
7 force_start during redisplay with C-x 1 M-> under particular
8 circumstances (see report from Per Starback to emacs-pretest-bug
9 from 2000-12-13.).
10
1 2001-01-03 Gerd Moellmann <gerd@gnu.org> 11 2001-01-03 Gerd Moellmann <gerd@gnu.org>
2 12
3 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the 13 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
4 short cut at the start of the function. Add an assertion. 14 short cut at the start of the function. Add an assertion.
5 (reseat_at_next_visible_line_start): Add an assertion. 15 (reseat_at_next_visible_line_start): Add an assertion.