Mercurial > hg > xemacs-beta
comparison lisp/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 | 29234c1a76c7 |
children | 721daee0fcd8 |
comparison
equal
deleted
inserted
replaced
3353:521d94807505 | 3354:15fb91e3a115 |
---|---|
1 2006-04-24 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * dumped-lisp.el (fontconfig): Load only with Xft. | |
4 | |
5 * x-faces.el (fontconfig): Require only with Xft. | |
6 | |
7 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> | |
8 | |
9 * font-mgr.el: New file. Provides Lisp emulation of fontconfig. | |
10 | |
11 * fontconfig.el: Require 'font-mgr. | |
12 | |
13 2006-04-11 Stephen J. Turnbull <stephen@xemacs.org> | |
14 | |
15 * fontconfig.el: | |
16 Add some comments on proposed generic APIs. | |
17 Remove some unused and probably broken code. | |
18 Use `fc-define-property' to define new X11 XLFD standard | |
19 properties: x11-swidth, x11-adstyle, x11-resx, x11-resy, | |
20 x11-registry, and x11-encoding. | |
21 Delete fc-font-name-property-PROPERTY constants. | |
22 (fc-define-property): | |
23 Add `fc-pattern-del-PROPERTY'. | |
24 | |
25 * x-faces.el (x-make-font-bold-xft): | |
26 (x-make-font-unbold-xft): | |
27 (x-make-font-italic-xft): | |
28 (x-make-font-unitalic-xft): | |
29 (x-find-xft-font-of-size): | |
30 * x-font-menu.el (x-font-menu-load-font-xft): | |
31 Use property-specific APIs instead of defconsts for property names. | |
32 | |
1 2006-04-16 Aidan Kehoe <kehoea@parhasard.net> | 33 2006-04-16 Aidan Kehoe <kehoea@parhasard.net> |
2 | 34 |
3 * cl.el (incf): | 35 * cl.el (incf): |
4 * cl.el (decf): | 36 * cl.el (decf): |
5 * cl.el (pop): | 37 * cl.el (pop): |