diff options
| author | Stefan Monnier | 2013-12-04 13:46:47 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-12-04 13:46:47 -0500 |
| commit | 5961ad6cd28bd92d171949a03f362f069da82dec (patch) | |
| tree | 398e2b6adab82ed195ce82fc785a00a7b45b13da /src/ChangeLog | |
| parent | ad82612405604b7d20d86fe6b3283f91bee5e60a (diff) | |
| download | emacs-5961ad6cd28bd92d171949a03f362f069da82dec.tar.gz emacs-5961ad6cd28bd92d171949a03f362f069da82dec.zip | |
* src/window.c (window_scroll): Mark window for redisplay.
(scroll_command, Fscroll_other_window): Don't cause redisplay now that
window_scroll takes care of it.
(Fset_window_point, Fdelete_other_windows_internal)
(set_window_buffer, Fwindow_resize_apply, resize_frame_windows)
(Fsplit_window_internal, Fdelete_window_internal)
(Fresize_mini_window_internal, Fset_window_configuration)
(apply_window_adjustment): Use fset_redisplay and wset_redisplay to
cause redisplay instead of forcing a complete redisplay.
* src/xdisp.c (wset_redisplay): Don't set windows_or_buffers_changed if
we're only affecting the selected_window.
Fixes: debbugs:16034
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c7b3015877..fc61fbb1330 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (window_scroll): Mark window for redisplay (bug#16034). | ||
| 4 | (scroll_command, Fscroll_other_window): Don't cause redisplay now that | ||
| 5 | window_scroll takes care of it. | ||
| 6 | (Fset_window_point, Fdelete_other_windows_internal) | ||
| 7 | (set_window_buffer, Fwindow_resize_apply, resize_frame_windows) | ||
| 8 | (Fsplit_window_internal, Fdelete_window_internal) | ||
| 9 | (Fresize_mini_window_internal, Fset_window_configuration) | ||
| 10 | (apply_window_adjustment): Use fset_redisplay and wset_redisplay to | ||
| 11 | cause redisplay instead of forcing a complete redisplay. | ||
| 12 | * xdisp.c (wset_redisplay): Don't set windows_or_buffers_changed if | ||
| 13 | we're only affecting the selected_window. | ||
| 14 | |||
| 1 | 2013-12-04 Eli Zaretskii <eliz@gnu.org> | 15 | 2013-12-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * bidi.c (bidi_get_type, bidi_get_category): Handle the isolate | 17 | * bidi.c (bidi_get_type, bidi_get_category): Handle the isolate |