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.
(".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