Mercurial > emacs
comparison src/ChangeLog @ 34322:3db707e59e21
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Dec 2000 11:45:33 +0000 |
parents | 17b8a35aa5b0 |
children | 9ba111c872bc |
comparison
equal
deleted
inserted
replaced
34321:41ecc8525dbc | 34322:3db707e59e21 |
---|---|
1 2000-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 | |
1 2000-12-07 Andrew Innes <andrewi@gnu.org> | 13 2000-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. |
4 | 16 |
5 2000-12-06 Dave Love <fx@gnu.org> | 17 2000-12-06 Dave Love <fx@gnu.org> |