Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3918:049dc907c17a
[xemacs-hg @ 2007-04-22 19:58:27 by aidan]
Make the X11 font menu work again, server side X11 with Mule.
author | aidan |
---|---|
date | Sun, 22 Apr 2007 19:58:59 +0000 |
parents | b8ded6c3f2a4 |
children | 74b10360eef9 |
comparison
equal
deleted
inserted
replaced
3917:b8ded6c3f2a4 | 3918:049dc907c17a |
---|---|
1 2007-01-02 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cus-face.el (custom-set-face-update-spec): | |
4 Fix some formatting. | |
5 * faces.el (reset-face): | |
6 reset-face resets other faces to behave like the default face--it | |
7 shouldn't do anything if it's handed the default face. | |
8 * font-menu.el: | |
9 * font-menu.el (font-menu-set-font): | |
10 If the font was initialised from X resources (the tag-set | |
11 contains 'x-resource) pretend to Custom that it has | |
12 responsibility for those settings. | |
13 * x-faces.el: | |
14 Add a couple of fontconfig functions to the | |
15 globally-declare-fboundp, to eliminate a couple of byte-compile | |
16 warnings. | |
17 * x-faces.el ('x-resource)): New specifier tag, used to mark when | |
18 a face's font or other attributes have been initialised from X | |
19 resources. | |
20 * x-faces.el (x-init-face-from-resources): | |
21 Use the new specifier tag; also, instead of using a fragile | |
22 explicit list of what would incidentally be specified for the X11 | |
23 Unicode fonts in faces.c, pay attention to the new specifier tag | |
24 created in that file for the specific purpose of grouping those | |
25 instantiators together. | |
26 | |
1 2007-04-22 Aidan Kehoe <kehoea@parhasard.net> | 27 2007-04-22 Aidan Kehoe <kehoea@parhasard.net> |
2 | 28 |
3 * x-font-menu.el (x-reset-device-font-menus-core): | 29 * x-font-menu.el (x-reset-device-font-menus-core): |
4 Only call charset-registries in the font menu if it's | 30 Only call charset-registries in the font menu if it's |
5 available. Restores font menu functionality on non-Mule. | 31 available. Restores font menu functionality on non-Mule. |