Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 01 21:50:59 2007 +0000 +++ b/lisp/ChangeLog Tue Oct 02 07:54:08 2007 +0000 @@ -1,3 +1,8 @@ +2007-10-02 Didier Verna <didier@xemacs.org> + + * objects.el (make-face-boolean-specifier): Fix docstring, really + make a face-boolean specifier (not a color one). + 2007-09-23 Stephen J. Turnbull <stephen@xemacs.org> * subr.el (replace-regexp-in-string): Handle SUBEXP arg properly. @@ -7,10 +12,10 @@ * x-faces.el: * x-faces.el ('x-resource)): Removed. Specifier tag moved to specifier.el to ensure availability on - non-X builds. + non-X builds. * specifier.el: Provide x, tty, mswindows, msprinter, gtk and carbon as device - tags that never match on builds that don't support them. + tags that never match on builds that don't support them. * specifier.el ('x-resource)): New. Moved here from x-faces.el