aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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>