comparison src/ChangeLog @ 39450:3ffa3a6c42e2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Sep 2001 11:27:25 +0000
parents d330a7c82437
children 08a5c9eea12d
comparison
equal deleted inserted replaced
39449:e0fb6798db26 39450:3ffa3a6c42e2
1 2001-09-26 Gerd Moellmann <gerd@gnu.org> 1 2001-09-26 Gerd Moellmann <gerd@gnu.org>
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.
2 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.
6 (redisplay_window, redisplay_mode_lines): Don't set selected_frame 23 (redisplay_window, redisplay_mode_lines): Don't set selected_frame