Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5240:fca0cf0971de
Merge.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Tue, 13 Jul 2010 10:20:22 +0200 |
parents | 2cc24c69446c f19e6bc25969 |
children | d579d76f3dcc |
comparison
equal
deleted
inserted
replaced
5238:2cc24c69446c | 5240:fca0cf0971de |
---|---|
1 2010-06-05 Marcus Crestani <crestani@informatik.uni-tuebingen.de> | 1 2010-06-05 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
2 | 2 |
3 * gc.c: | 3 * gc.c: |
4 * mc-alloc.c: | 4 * mc-alloc.c: |
5 Document the new allocator and the new garbage collector. | 5 Document the new allocator and the new garbage collector. |
6 | |
7 2010-06-21 Jeff Sparkes <jsparkes@gmail.com> | |
8 | |
9 * console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of | |
10 FRAME_X_FTDRAW. | |
11 (struct x_device): Add XftDraw field. | |
12 (struct x_frame): Remove XftDraw field. | |
13 Move XftDraw from frame to device for improved caching. | |
14 | |
15 * device-x.c (x_delete_device): Free XftDraw here. | |
16 | |
17 * frame-x.c (x_delete_frame): Remove freeing of XftDraw. | |
18 | |
19 * redisplay-xlike-inc.c (XLIKE_output_string): Use | |
20 DEVICE_X_XFTDRAW instead of FRAME_X_XFTDRAW when lazily creating | |
21 XftDraw structure. | |
22 | 6 |
23 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> | 7 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
24 | 8 |
25 * elhash.c: | 9 * elhash.c: |
26 * emacs.c: | 10 * emacs.c: |