diff options
| author | Dmitry Antipov | 2013-01-22 15:48:00 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-01-22 15:48:00 +0400 |
| commit | 9d93ce29bdf8aa277123170ef37f942f87e5073b (patch) | |
| tree | d79715a54dab1dd39d37a71f8dc24e153e5af485 /src/ChangeLog | |
| parent | 1dcb8ea26301d187273787450fda118f5fc3c1a6 (diff) | |
| download | emacs-9d93ce29bdf8aa277123170ef37f942f87e5073b.tar.gz emacs-9d93ce29bdf8aa277123170ef37f942f87e5073b.zip | |
* window.h (struct window): Change window_end_valid member from
Lisp_Object to a bitfield. Adjust comments.
(wset_window_end_valid): Remove.
* window.c (adjust_window_count): Clear window_end_valid.
(Fwindow_end): Adjust user. Remove ancient #if 0 code.
(Fwindow_line_height, set_window_buffer, Frecenter)
(Fsplit_window_internal, Fdelete_other_windows_internal)
(Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
* dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
* xdisp.c (check_window_end, reconsider_clip_changes)
(redisplay_internal, mark_window_display_accurate_1, redisplay_window)
(try_window, try_window_reusing_current_matrix, note_mouse_highlight)
(find_first_unchanged_at_end_row, try_window_id): Likewise.
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 |