diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
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 @@ | |||
| 1 | 2001-09-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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. |