Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 22 09:24:12 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 22 19:58:59 2007 +0000 @@ -1,3 +1,29 @@ +2007-01-02 Aidan Kehoe <kehoea@parhasard.net> + + * cus-face.el (custom-set-face-update-spec): + Fix some formatting. + * faces.el (reset-face): + reset-face resets other faces to behave like the default face--it + shouldn't do anything if it's handed the default face. + * font-menu.el: + * font-menu.el (font-menu-set-font): + If the font was initialised from X resources (the tag-set + contains 'x-resource) pretend to Custom that it has + responsibility for those settings. + * x-faces.el: + Add a couple of fontconfig functions to the + globally-declare-fboundp, to eliminate a couple of byte-compile + warnings. + * x-faces.el ('x-resource)): New specifier tag, used to mark when + a face's font or other attributes have been initialised from X + resources. + * x-faces.el (x-init-face-from-resources): + Use the new specifier tag; also, instead of using a fragile + explicit list of what would incidentally be specified for the X11 + Unicode fonts in faces.c, pay attention to the new specifier tag + created in that file for the specific purpose of grouping those + instantiators together. + 2007-04-22 Aidan Kehoe <kehoea@parhasard.net> * x-font-menu.el (x-reset-device-font-menus-core):