aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-09 20:47:43 +0400
committerDmitry Antipov2013-09-09 20:47:43 +0400
commit0750a308d0e72331dacf30b6fa176cb289c6ff87 (patch)
tree7e6038bd078950f99ae6acb3e236a37e1774ecd4 /src/ChangeLog
parent71bd1a008412d223ffa16a5eabd51771b8c94e50 (diff)
downloademacs-0750a308d0e72331dacf30b6fa176cb289c6ff87.tar.gz
emacs-0750a308d0e72331dacf30b6fa176cb289c6ff87.zip
Review and drop old frame resize hack.
* frame.h (struct frame): Remove force_flush_display_p. * dispnew.c (update_frame): Adjust user and don't call flush_frame here. The comment has said that there was an issues with redisplaying fringes, but I don't see any differences with and without this hack. Hopefully we can continue without it. * xdisp.c (clear_garbaged_frames): Adjust user and do not clear current frame matrices twice if resized_p is set.
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.