Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4201:6e9bd19ec103
[xemacs-hg @ 2007-10-02 07:54:07 by didierv]
Really make face-boolean specifiers
author | didierv |
---|---|
date | Tue, 02 Oct 2007 07:54:08 +0000 |
parents | 3660d327399f |
children | a7c5de5b9880 |
comparison
equal
deleted
inserted
replaced
4200:c22bb3b4b5a3 | 4201:6e9bd19ec103 |
---|---|
1 2007-10-02 Didier Verna <didier@xemacs.org> | |
2 | |
3 * objects.el (make-face-boolean-specifier): Fix docstring, really | |
4 make a face-boolean specifier (not a color one). | |
5 | |
1 2007-09-23 Stephen J. Turnbull <stephen@xemacs.org> | 6 2007-09-23 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 7 |
3 * subr.el (replace-regexp-in-string): Handle SUBEXP arg properly. | 8 * subr.el (replace-regexp-in-string): Handle SUBEXP arg properly. |
4 | 9 |
5 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> | 10 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> |
6 | 11 |
7 * x-faces.el: | 12 * x-faces.el: |
8 * x-faces.el ('x-resource)): Removed. | 13 * x-faces.el ('x-resource)): Removed. |
9 Specifier tag moved to specifier.el to ensure availability on | 14 Specifier tag moved to specifier.el to ensure availability on |
10 non-X builds. | 15 non-X builds. |
11 * specifier.el: | 16 * specifier.el: |
12 Provide x, tty, mswindows, msprinter, gtk and carbon as device | 17 Provide x, tty, mswindows, msprinter, gtk and carbon as device |
13 tags that never match on builds that don't support them. | 18 tags that never match on builds that don't support them. |
14 * specifier.el ('x-resource)): New. | 19 * specifier.el ('x-resource)): New. |
15 Moved here from x-faces.el | 20 Moved here from x-faces.el |
16 | 21 |
17 2007-09-26 Adrian Aichner <adrian@xemacs.org> | 22 2007-09-26 Adrian Aichner <adrian@xemacs.org> |
18 | 23 |