aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 80aedce45f2..4e9cd28e026 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12001-02-19 Gerd Moellmann <gerd@gnu.org> 12001-02-19 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (Fmove_to_window_line): Undo last change.
4 (displayed_window_lines): Call line_bottom_y to determine
5 the line's bottom position.
6
7 * dispextern.h (line_bottom_y): Add prototype.
8
9 * xdisp.c (line_bottom_y): New function extracted from
10 pos_visible_p.
11 (pos_visible_p): Use it.
12
3 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and 13 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
4 set redisplaying_p to 0 here instead of in Frecursive_edit. 14 set redisplaying_p to 0 here instead of in Frecursive_edit.
5 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't 15 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't