From c8bc6f6559904edd17dc1069d0418e5804cd4d15 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 19 Feb 2001 16:44:07 +0000 Subject: (Fmove_to_window_line): Undo last change. (displayed_window_lines): Call line_bottom_y to determine the line's bottom position. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 80aedce45f2..4e9cd28e026 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2001-02-19 Gerd Moellmann + * window.c (Fmove_to_window_line): Undo last change. + (displayed_window_lines): Call line_bottom_y to determine + the line's bottom position. + + * dispextern.h (line_bottom_y): Add prototype. + + * xdisp.c (line_bottom_y): New function extracted from + pos_visible_p. + (pos_visible_p): Use it. + * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and set redisplaying_p to 0 here instead of in Frecursive_edit. (Frecursive_edit): Don't bind `inhibit-redisplay' and don't -- cgit v1.2.1