aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-03 13:50:01 +0000
committerGerd Moellmann2001-01-03 13:50:01 +0000
commit2f3cad6ccb52ff46b1db4b8122b72395b44dea28 (patch)
treefadc6efb1987b870a18bda602e1117f38baec33e /src/ChangeLog
parent47fc2c1093515235c89aed3bf22dd55d24f6caaf (diff)
downloademacs-2f3cad6ccb52ff46b1db4b8122b72395b44dea28.tar.gz
emacs-2f3cad6ccb52ff46b1db4b8122b72395b44dea28.zip
(Frecenter): When changing the window start, set the
window's window_end_valid to nil. (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c167e3721fe..b47b5c69512 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12001-01-03 Gerd Moellmann <gerd@gnu.org> 12001-01-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (Frecenter): When changing the window start, set the
4 window's window_end_valid to nil.
5 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
6
7 * dispextern.h (move_it_past_eol): Add prototype.
8
9 * xdisp.c (move_it_past_eol): New function.
10
3 * window.c (Fwindow_end): Doc fix. 11 * window.c (Fwindow_end): Doc fix.
4 12
52001-01-03 Dave Love <fx@gnu.org> 132001-01-03 Dave Love <fx@gnu.org>