mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(face-x-resources): Add entry for :inherit.
This commit is contained in:
parent
6bca30057a
commit
a0e5a5a49c
@ -1,5 +1,11 @@
|
||||
2000-08-26 Miles Bader <miles@gnu.org>
|
||||
|
||||
* faces.el (face-x-resources): Add entry for :inherit.
|
||||
* cus-face.el (custom-face-attributes): Add support for :inherit
|
||||
attribute. Add support for relative face heights.
|
||||
(custom-face-attributes-get): Treat `nil' as being a default value
|
||||
for :inherit (as well as `unspecified').
|
||||
|
||||
* faces.el (set-face-attribute): Update doc string.
|
||||
(face-attribute-name-alist): Add :inherit.
|
||||
(face-valid-attribute-values): Handle :inherit.
|
||||
|
@ -267,7 +267,8 @@ If FRAME is omitted or nil, use the selected frame."
|
||||
(".attributeBackgroundPixmap" . "Face.AttributeBackgroundPixmap"))
|
||||
(:bold (".attributeBold" . "Face.AttributeBold"))
|
||||
(:italic (".attributeItalic" . "Face.AttributeItalic"))
|
||||
(:font (".attributeFont" . "Face.AttributeFont")))
|
||||
(:font (".attributeFont" . "Face.AttributeFont"))
|
||||
(:inherit (".attributeInherit" . "Face.AttributeInherit")))
|
||||
"*List of X resources and classes for face attributes.
|
||||
Each element has the form (ATTRIBUTE ENTRY1 ENTRY2...) where ATTRIBUTE is
|
||||
the name of a face attribute, and each ENTRY is a cons of the form
|
||||
|
Loading…
Reference in New Issue
Block a user