aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-26 11:27:25 +0000
committerGerd Moellmann2001-09-26 11:27:25 +0000
commitcb617e7c78df353823871ad181a31e9fe2d3a98d (patch)
tree901ac22bb4fd6e2e219366ab440b868c4539563c /src/ChangeLog
parent5d3cc43c0c7f9959dbb57d914655cd5f5ad74b71 (diff)
downloademacs-cb617e7c78df353823871ad181a31e9fe2d3a98d.tar.gz
emacs-cb617e7c78df353823871ad181a31e9fe2d3a98d.zip
(make_cursor_line_fully_visible): Return 0 and set
fonts_changed_p if need larger matrices due to vscrolling. (try_scrolling, try_cursor_movement, redisplay_window): Give up on this round of redisplay if make_cursor_line_fully_visible fails. (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators. (try_cursor_movement, try_scrolling): Use them instead of integers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db0b6e9cff6..a5179f83d27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,22 @@
12001-09-26 Gerd Moellmann <gerd@gnu.org> 12001-09-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (make_cursor_line_fully_visible): Return 0 and set
4 fonts_changed_p if need larger matrices due to vscrolling.
5 (try_scrolling, try_cursor_movement, redisplay_window): Give up on
6 this round of redisplay if make_cursor_line_fully_visible fails.
7 (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
8 (try_cursor_movement, try_scrolling): Use them instead of
9 integers.
10
11 * dispextern.h (required_matrix_width, required_matrix_height):
12 Add prototypes.
13
14 * dispnew.c (required_matrix_width, required_matrix_height): New
15 functions.
16 (allocate_matrices_for_window_redisplay)
17 (allocate_matrices_for_frame_redisplay: Use them. Remove
18 parameters CH_DIM.
19
3 * xdisp.c (display_mode_lines): Temporarily set selected_frame 20 * xdisp.c (display_mode_lines): Temporarily set selected_frame
4 and selected_window to the frame of the window whose mode-lines 21 and selected_window to the frame of the window whose mode-lines
5 are displayed, and to the window itself. 22 are displayed, and to the window itself.