aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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 @@
12013-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
12013-12-04 Eli Zaretskii <eliz@gnu.org> 152013-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