aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-04 12:53:51 +0000
committerGerd Moellmann2001-01-04 12:53:51 +0000
commit85fe3b5e15a4c40ed52b10959933421f32578be2 (patch)
tree3ad9083d76755d45148a377610e778266b625053 /src/ChangeLog
parent7aa2024d50b76c705c5a37e1ac64ad7327fcd1cf (diff)
downloademacs-85fe3b5e15a4c40ed52b10959933421f32578be2.tar.gz
emacs-85fe3b5e15a4c40ed52b10959933421f32578be2.zip
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start. Don't change the window's start when its top position hasn't changed. If we do, this will set the window's optional_new_start, which act's like a force_start during redisplay with C-x 1 M-> under particular circumstances (see report from Per Starback to emacs-pretest-bug from 2000-12-13.). (Fdelete_other_windows): Set window's window_end_valid to nil when changing the window's start.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d218f86eeb8..38ddb31ee93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-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
12001-01-03 Gerd Moellmann <gerd@gnu.org> 112001-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