comparison lisp/ChangeLog @ 31194:e80f2eafd21d

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sat, 26 Aug 2000 11:50:06 +0000
parents 5275607ad5d0
children 4dc6dd2a3172
comparison
equal deleted inserted replaced
31193:a15c5cb8ec71 31194:e80f2eafd21d
1 2000-08-26 Miles Bader <miles@gnu.org> 1 2000-08-26 Miles Bader <miles@gnu.org>
2
3 * faces.el (face-x-resources): Add entry for :inherit.
4 * cus-face.el (custom-face-attributes): Add support for :inherit
5 attribute. Add support for relative face heights.
6 (custom-face-attributes-get): Treat `nil' as being a default value
7 for :inherit (as well as `unspecified').
2 8
3 * faces.el (set-face-attribute): Update doc string. 9 * faces.el (set-face-attribute): Update doc string.
4 (face-attribute-name-alist): Add :inherit. 10 (face-attribute-name-alist): Add :inherit.
5 (face-valid-attribute-values): Handle :inherit. 11 (face-valid-attribute-values): Handle :inherit.
6 (face-read-string): Rephrase prompt to be less confusing. 12 (face-read-string): Rephrase prompt to be less confusing.