aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-02 17:22:23 +0400
committerDmitry Antipov2013-08-02 17:22:23 +0400
commit4b5c9326ce8f6b7856437cbbdbcccb415b38a5fc (patch)
tree797f94ac354fa4eaa7d3b8dc43590fa7824ddf0d /src/ChangeLog
parent26bb8a7ceb23a748e35afbc895b54e8c1322298f (diff)
downloademacs-4b5c9326ce8f6b7856437cbbdbcccb415b38a5fc.tar.gz
emacs-4b5c9326ce8f6b7856437cbbdbcccb415b38a5fc.zip
Fix X GC leak in GTK and raw (no toolkit) X ports.
* xterm.c (x_free_frame_resources): If white and black relief GCs are allocated, always free them here. * xfns.c (x_make_gc): Omit redundant initialization. * widget.c (create_frame_gcs): Remove the leftover. (EmacsFrameDestroy): Do nothing because all GCs are now freed in x_free_frame_resources.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dedbe08d914..2a511d2fc8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-08-02 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix X GC leak in GTK and raw (no toolkit) X ports.
4 * xterm.c (x_free_frame_resources): If white and black relief
5 GCs are allocated, always free them here.
6 * xfns.c (x_make_gc): Omit redundant initialization.
7 * widget.c (create_frame_gcs): Remove the leftover.
8 (EmacsFrameDestroy): Do nothing because all GCs are now freed
9 in x_free_frame_resources.
10
12013-08-02 Jan Djärv <jan.h.d@swipnet.se> 112013-08-02 Jan Djärv <jan.h.d@swipnet.se>
2 12
3 * nsterm.m (windowWillResize:toSize:): Only change title if 13 * nsterm.m (windowWillResize:toSize:): Only change title if