diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec7f8f068bd..7dc7b25f85a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * window.h (struct window): Change window_end_valid member from | ||
| 4 | Lisp_Object to a bitfield. Adjust comments. | ||
| 5 | (wset_window_end_valid): Remove. | ||
| 6 | * window.c (adjust_window_count): Clear window_end_valid. | ||
| 7 | (Fwindow_end): Adjust user. Remove ancient #if 0 code. | ||
| 8 | (Fwindow_line_height, set_window_buffer, Frecenter) | ||
| 9 | (Fsplit_window_internal, Fdelete_other_windows_internal) | ||
| 10 | (Fset_window_fringes, Fset_window_scroll_bars): Adjust users. | ||
| 11 | * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise. | ||
| 12 | * xdisp.c (check_window_end, reconsider_clip_changes) | ||
| 13 | (redisplay_internal, mark_window_display_accurate_1, redisplay_window) | ||
| 14 | (try_window, try_window_reusing_current_matrix, note_mouse_highlight) | ||
| 15 | (find_first_unchanged_at_end_row, try_window_id): Likewise. | ||
| 16 | |||
| 17 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 18 | |||
| 3 | * xdisp.c (mark_window_display_accurate): Simplify the loop | 19 | * xdisp.c (mark_window_display_accurate): Simplify the loop |
| 4 | assuming that the only one of vchild, hchild or buffer window | 20 | assuming that the only one of vchild, hchild or buffer window |
| 5 | slots is non-nil. Call mark_window_display_accurate_1 for | 21 | slots is non-nil. Call mark_window_display_accurate_1 for |