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 fb734387aa4..2a5875dac96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12000-06-07 Gerd Moellmann <gerd@gnu.org> 12000-06-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (displayed_window_lines): New function.
4 (Fmove_to_window_line): Use displayed_window_lines to determine
5 the number of lines to move, instead of using the window's height.
6
7 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
8 to stop reading, even if the form read sets point to a different
9 value when evaluated.
10
3 * xdisp.c (display_line): Fix code deciding in which line to 11 * xdisp.c (display_line): Fix code deciding in which line to
4 put the cursor. 12 put the cursor.
5 13