Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3354:15fb91e3a115
[xemacs-hg @ 2006-04-23 16:11:16 by stephent]
Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Apr 2006 16:11:34 +0000 |
parents | 8dbdcd070418 |
children | 721daee0fcd8 |
comparison
equal
deleted
inserted
replaced
3353:521d94807505 | 3354:15fb91e3a115 |
---|---|
1 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * Makefile.in.in (x_objs): Change xft-fonts.o to font-mgr.o. | |
4 | |
5 2006-04-17 Stephen J. Turnbull <stephen@xemacs.org> | |
6 | |
7 * config.h.in: New symbol HAVE_FONTCONFIG. | |
8 | |
9 2006-04-22 Stephen J. Turnbull <stephen@xemacs.org> | |
10 | |
11 Rename xft-fonts.{c,h} to font-mgr.{c,h}. | |
12 | |
13 * font-mgr.c: | |
14 * emacs.c: | |
15 * symsinit.h: | |
16 (syms_of_font_mgr): | |
17 (vars_of_font_mgr): | |
18 (reinit_vars_of_font_mgr): | |
19 (complex_vars_of_font_mgr): | |
20 Renamed from *_xft_fonts versions. | |
21 | |
22 * font-mgr.c: | |
23 * inline.c: | |
24 * objects-x.c: | |
25 Update #includes and comments to refer to font-mgr.h. | |
26 N.B. The feature provided by objects-x.c is still "xft-fonts", | |
27 which is separate from the font management by fontconfig (from | |
28 font-mgr.*). | |
29 | |
30 2006-04-15 Stephen J. Turnbull <stephen@xemacs.org> | |
31 | |
32 * console-x.h (<X11/Xft/Xft.h>): Don't cater to Xft v.1. | |
33 | |
1 2006-04-17 Stephen J. Turnbull <stephen@xemacs.org> | 34 2006-04-17 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 35 |
3 * unicode.c: Improve comment on to/from_unicode table design. | 36 * unicode.c: Improve comment on to/from_unicode table design. |
4 | 37 |
5 2006-04-18 Jerry James <james@xemacs.org> | 38 2006-04-18 Jerry James <james@xemacs.org> |