aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6eb58071e8..4b688e43430 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12013-09-09 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-09 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Review and drop old frame resize hack.
4 * frame.h (struct frame): Remove force_flush_display_p.
5 * dispnew.c (update_frame): Adjust user and don't call
6 flush_frame here. The comment has said that there was an issues
7 with redisplaying fringes, but I don't see any differences with
8 and without this hack. Hopefully we can continue without it.
9 * xdisp.c (clear_garbaged_frames): Adjust user and do not clear
10 current frame matrices twice if resized_p is set.
11
122013-09-09 Dmitry Antipov <dmantipov@yandex.ru>
13
3 Do not populate pure Xism x_sync to other ports. 14 Do not populate pure Xism x_sync to other ports.
4 * frame.h (x_sync): Move under HAVE_X_WINDOWS. 15 * frame.h (x_sync): Move under HAVE_X_WINDOWS.
5 * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such. 16 * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such.