diff options
| author | Gerd Moellmann | 2001-02-19 16:44:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-19 16:44:07 +0000 |
| commit | c8bc6f6559904edd17dc1069d0418e5804cd4d15 (patch) | |
| tree | b5f8789a847fa62a0118f0550d532b92bb7ee15e /src/ChangeLog | |
| parent | 8b6ea97f85693986b8222789d320d21754186f3e (diff) | |
| download | emacs-c8bc6f6559904edd17dc1069d0418e5804cd4d15.tar.gz emacs-c8bc6f6559904edd17dc1069d0418e5804cd4d15.zip | |
(Fmove_to_window_line): Undo last change.
(displayed_window_lines): Call line_bottom_y to determine
the line's bottom position.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2001-02-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 |