diff options
| author | Jan Djärv | 2011-11-05 13:25:01 +0100 |
|---|---|---|
| committer | Jan Djärv | 2011-11-05 13:25:01 +0100 |
| commit | a97f8f3f16c6370acb0076011588822e572fa589 (patch) | |
| tree | f5c322496afd1a62b4f8b37090f35bf403b3dac6 /src/ChangeLog | |
| parent | c9e7db78eff4bd8cf9e6abe3d33eb83c7d6cbf00 (diff) | |
| download | emacs-a97f8f3f16c6370acb0076011588822e572fa589.tar.gz emacs-a97f8f3f16c6370acb0076011588822e572fa589.zip | |
* nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
(unwind_create_frame): New function.
(Fx_create_frame): Restructure code to be more similar to the one in
xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
Move terminal->reference_count++ just before making the frame official
(Bug#9943).
* nsterm.m (x_free_frame_resources): New function.
(x_destroy_window): Move code to x_free_frame_resources.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bad4e388d0..c66692ca7c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2011-11-05 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2011-11-05 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG. | ||
| 4 | (unwind_create_frame): New function (Bug#9943). | ||
| 5 | (Fx_create_frame): Restructure code to be more similar to the one in | ||
| 6 | xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943). | ||
| 7 | Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943). | ||
| 8 | Move terminal->reference_count++ just before making the frame official | ||
| 9 | (Bug#9943). | ||
| 10 | |||
| 11 | * nsterm.m (x_free_frame_resources): New function. | ||
| 12 | (x_destroy_window): Move code to x_free_frame_resources. | ||
| 13 | |||
| 3 | * xfns.c (unwind_create_frame): Fix comment. | 14 | * xfns.c (unwind_create_frame): Fix comment. |
| 4 | (Fx_create_frame, x_create_tip_frame): Move | 15 | (Fx_create_frame, x_create_tip_frame): Move |
| 5 | terminal->reference_count++ just before making the frame | 16 | terminal->reference_count++ just before making the frame |