Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3094:ad2f4ae9895b
[xemacs-hg @ 2005-11-26 11:45:47 by stephent]
Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 26 Nov 2005 11:46:25 +0000 |
parents | 141c2920ea48 |
children | bc60bf5b4f8e |
comparison
equal
deleted
inserted
replaced
3093:769dc945b085 | 3094:ad2f4ae9895b |
---|---|
1 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Merge Xft. | |
4 | |
5 2005-09-07 Clemens Fruhwirth <clemens@endorphin.org> | |
6 | |
7 * font.el (font-default-font-for-device): Remove vestigial code | |
8 from incomplete removal of conditional. | |
9 | |
10 2005-08-17 Stephen J. Turnbull <stephen@xemacs.org> | |
11 | |
12 * fontconfig.el (fc-try-font): Improve docstring, add todo comment. | |
13 (make-fc-pattern): Use defalias, not defun. | |
14 | |
15 2005-08-04 Stephen J. Turnbull <stephen@xemacs.org> | |
16 | |
17 * fontconfig.el (make-fc-pattern): Don't add finalizer, now | |
18 finalizer is in lrecord implementation. | |
19 | |
20 2005-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
21 | |
22 `fc-list-fonts-pattern-objects' now returns a LISP list. | |
23 | |
24 * fontconfig.el (fc-try-font): | |
25 (fc-find-available-font-families): | |
26 (fc-find-available-weights-for-family): | |
27 Adapt to it. | |
28 | |
29 (fc-try-font): Return list of pattern objects. | |
30 | |
31 (fc-fontset-list): Remove. | |
32 | |
33 2005-03-02 Stephen J. Turnbull <stephen@xemacs.org> | |
34 | |
35 * font.el (font-running-xemacs): Remove definition. | |
36 (font-x-font-regexp): | |
37 (font-x-registry-and-encoding-regexp): | |
38 (font-default-font-for-device): | |
39 (x-font-create-name-core): | |
40 (mswindows-font-create-name): | |
41 (font-set-face-font): | |
42 (font-blink-callback): | |
43 Remove references. | |
44 | |
45 (define-font-keywords): Remove definition and top-level references. | |
46 | |
47 (set-font-style-by-keywords): | |
48 (font-properties-from-style): | |
49 Comment out. | |
50 | |
51 2005-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
52 | |
53 General cleanup of references to functions Eric has deleted | |
54 and renamed in the C core. | |
55 * font.el (x-font-create-object): | |
56 xft-xlfd-font-name-p -> xlfd-font-name-p | |
57 * font.el (x-font-create-object-xft): | |
58 xft-pattern-* -> fc-pattern-*, return the created font. | |
59 * font.el (x-font-create-name-xft): | |
60 xft* -> fc* | |
61 * fontconfig.el (fc-font-name-weight-regular): New. | |
62 * fontconfig.el (fc-font-name-weight-mapping): | |
63 * fontconfig.el (fc-font-name-weight-mapping-string): | |
64 * fontconfig.el (fc-font-name-weight-mapping-string-reverse): | |
65 * fontconfig.el (fc-font-name-weight-mapping-reverse): | |
66 * fontconfig.el (fc-font-weight-translate-from-symbol): | |
67 Add information on the "regular" font weight, taken from | |
68 fontconfig.h, which is the weight my local system returns by | |
69 default. | |
70 | |
71 2005-02-03 Eric Knauel <eric@xemacs.org> | |
72 | |
73 * fontconfig.el (fc-try-font): | |
74 (fc-find-available-font-families): | |
75 (fc-find-available-weights-for-family): adapt to new representation of | |
76 FcObjectSets | |
77 | |
78 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
79 | |
80 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
81 Mathias Neuebaur, and other contributors. | |
82 | |
83 * fontconfig.el: New file implementing fontconfig interfaces. | |
84 | |
85 * font.el: | |
86 * face.el: | |
87 Use fontconfig to access Xft fonts. | |
88 | |
1 2005-11-21 Marcus Crestani <crestani@xemacs.org> | 89 2005-11-21 Marcus Crestani <crestani@xemacs.org> |
2 | 90 |
3 Incremental Garbage Collector | 91 Incremental Garbage Collector |
4 | 92 |
5 * cus-start.el (all): Add allow-incremental-gc, | 93 * cus-start.el (all): Add allow-incremental-gc, |