diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2011-11-05 13:04:34 +0100 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2011-11-05 13:04:34 +0100 |
commit | c9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00 (patch) | |
tree | 39d5050ebc8c8f826332e1a1aff48109bbef52c1 /src/ChangeLog | |
parent | a6fc3b5c539c0a35e4447a12cc395294952d7561 (diff) | |
download | emacs-c9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00.tar.gz |
* 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/ChangeLog | 8 |
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 @@ +2011-11-05 Jan Djärv <jan.h.d@swipnet.se> + + * 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 (Bug#9943). + 2011-11-05 Eli Zaretskii <eliz@gnu.org> Support MSVC build with newer versions of Visual Studio. |