aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-11-05 13:04:34 +0100
committerJan Djärv2011-11-05 13:04:34 +0100
commitc9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00 (patch)
tree39d5050ebc8c8f826332e1a1aff48109bbef52c1 /src/ChangeLog
parenta6fc3b5c539c0a35e4447a12cc395294952d7561 (diff)
downloademacs-c9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00.tar.gz
emacs-c9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00.zip
* xfns.c (unwind_create_frame): Fix comment.
(Fx_create_frame, x_create_tip_frame): Move terminal->reference_count++ just before making the frame official. Move initialization of image_cache_refcount and dpyinfo_refcount before calling init_frame_faces. Fixes: debbugs:9943
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83e6154fb5f..2bad4e388d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-11-05 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (unwind_create_frame): Fix comment.
4 (Fx_create_frame, x_create_tip_frame): Move
5 terminal->reference_count++ just before making the frame
6 official. Move initialization of image_cache_refcount and
7 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
8
12011-11-05 Eli Zaretskii <eliz@gnu.org> 92011-11-05 Eli Zaretskii <eliz@gnu.org>
2 10
3 Support MSVC build with newer versions of Visual Studio. 11 Support MSVC build with newer versions of Visual Studio.