aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-07 11:45:33 +0000
committerGerd Moellmann2000-12-07 11:45:33 +0000
commit959e647dcff6744bab020f8005b59981ed56c18c (patch)
tree04d806a6ff1335c468ade78f32c13364283d3ca6 /src/ChangeLog
parentbd637d692d1ccfc43fb52727c59f1f49c19435c8 (diff)
downloademacs-959e647dcff6744bab020f8005b59981ed56c18c.tar.gz
emacs-959e647dcff6744bab020f8005b59981ed56c18c.zip
(x_free_gcs): New function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd087232997..340222b56fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12000-12-07 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_free_gcs): New function.
4
5 * xterm.h (x_free_gcs): Add prototype.
6
7 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
8 freeing GCs here.
9
10 * xterm.c (x_destroy_window): Call x_free_gcs so that
11 resources of non-toolkit X windows will be freed.
12
12000-12-07 Andrew Innes <andrewi@gnu.org> 132000-12-07 Andrew Innes <andrewi@gnu.org>
2 14
3 * w32fns.c (xlfd_charset_of_font): Fix last change. 15 * w32fns.c (xlfd_charset_of_font): Fix last change.