aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-07-02 08:20:56 +0000
committerJan Djärv2009-07-02 08:20:56 +0000
commit835bdaa704ce1f388d3dab45006b3dc06e0ef199 (patch)
tree252580c20ed9bc5835dd4e2deb1044f784813797 /src/ChangeLog
parent574c8efad03b39267b246df3d168112d469f4e67 (diff)
downloademacs-835bdaa704ce1f388d3dab45006b3dc06e0ef199.tar.gz
emacs-835bdaa704ce1f388d3dab45006b3dc06e0ef199.zip
(xg_frame_set_char_size): Do not set pixel width/height
here or call change_frame_size. Just call flush_and_sync. (flush_and_sync): Reintroduced.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c266448492..673c716753d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,8 @@
12009-07-02 Jan Djärv <jan.h.d@swipnet.se> 12009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height here or 3 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
4 call change_frame_size. 4 here or call change_frame_size. Just call flush_and_sync.
5 (flush_and_sync): Reintroduced.
5 6
62009-07-01 Jan Djärv <jan.h.d@swipnet.se> 72009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7 8