comparison lisp/ChangeLog @ 3027:7efd3a9bbcfb

[xemacs-hg @ 2005-10-25 11:28:23 by ben] support :inherit in cus-face and face cus-face.el, faces.el: Provide a basic implementation of the `inherit' property for faces and the :inherit property in custom. Use the new `specifier-instantiator' function. Update the documentation for various places in faces.el. 'foo -> `foo'.
author ben
date Tue, 25 Oct 2005 11:28:24 +0000
parents 285d258fdeb6
children 28729529bee2
comparison
equal deleted inserted replaced
3026:beef0f850624 3027:7efd3a9bbcfb
1 2005-10-25 Ben Wing <ben@xemacs.org>
2
3 * cus-face.el:
4 * cus-face.el (custom-face-attributes):
5 * cus-face.el (custom-face-background-pixmap):
6 * cus-face.el (custom-set-face-inherit): New.
7 * cus-face.el (custom-face-inherit): New.
8 * faces.el:
9 * faces.el (face-property):
10 * faces.el (convert-face-property-into-specifier):
11 * faces.el (face-property-instance):
12 * faces.el (set-face-property):
13 * faces.el (reset-face):
14 * faces.el (set-face-parent):
15 * faces.el (face-font-name):
16 * faces.el (face-font):
17 * faces.el (face-font-instance):
18 * faces.el (set-face-font):
19 * faces.el (face-foreground):
20 * faces.el (face-foreground-instance):
21 * faces.el (set-face-foreground):
22 * faces.el (face-background):
23 * faces.el (face-background-instance):
24 * faces.el (set-face-background):
25 * faces.el (face-background-pixmap):
26 * faces.el (face-background-pixmap-instance):
27 * faces.el (set-face-background-pixmap):
28 * faces.el (face-display-table):
29 * faces.el (face-display-table-instance):
30 * faces.el (face-equal):
31 * faces.el (init-face-from-resources):
32 Provide a basic implementation of the `inherit' property for
33 faces and the :inherit property in custom. Use the new
34 `specifier-instantiator' function.
35
36 Update the documentation for various places in faces.el.
37
38 'foo -> `foo'.
39
1 2005-10-25 Adrian Aichner <adrian@xemacs.org> 40 2005-10-25 Adrian Aichner <adrian@xemacs.org>
2 41
3 * package-get.el (package-get-download-sites): Fixes after 42 * package-get.el (package-get-download-sites): Fixes after
4 checklink and linklint testing. 43 checklink and linklint testing.
5 * package-get.el (package-get-pre-release-download-sites): Ditto. 44 * package-get.el (package-get-pre-release-download-sites): Ditto.