Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5378:4f0a1f4cc111
Improve support for min-colors req in `defface'.
lisp/faces.el (face-spec-set-match-display):
Protect against `display-color-cells' returning nil.
Delete unreferenced let-binding of `min-colors'.
man/lispref/customize.texi (Face Definitions): New node.
(Customization): Add entry to menu.
(Variable Definitions): Add cross-ref for `defface'.
(Customization Types): Fixup Previous link.
man/lispref/faces.texi (Faces):
Clarify that built-in properties of faces are computed at runtime.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sat, 19 Mar 2011 22:13:14 +0900 |
parents | 2fba45e5b48d |
children | 3889ef128488 |
comparison
equal
deleted
inserted
replaced
5377:eac2e6bd5b2c | 5378:4f0a1f4cc111 |
---|---|
1 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * lispref/customize.texi (Face Definitions): New node. | |
4 (Customization): Add entry to menu. | |
5 (Variable Definitions): Add cross-ref for `defface'. | |
6 (Customization Types): Fixup Previous link. | |
7 | |
8 * lispref/faces.texi (Faces): | |
9 Clarify that built-in properties of faces are computed at runtime. | |
10 | |
1 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> | 11 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 12 |
3 * lispref/objects.texi (Character Type): | 13 * lispref/objects.texi (Character Type): |
4 * lispref/objects.texi (Equality Predicates): | 14 * lispref/objects.texi (Equality Predicates): |
5 No longer document `old-eq', `old-equal', they haven't been used | 15 No longer document `old-eq', `old-equal', they haven't been used |