diff options
| author | Miles Bader | 2005-06-10 07:16:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-10 07:16:58 +0000 |
| commit | d478e69d60ec85cb5881bee646fd02bf7c9eb76f (patch) | |
| tree | ad912b68f46159c656c1e605376724d00a29aff4 /lisp/ChangeLog | |
| parent | 0efefc5296d1cdd0371b3faeafbccf382e5811c7 (diff) | |
| download | emacs-d478e69d60ec85cb5881bee646fd02bf7c9eb76f.tar.gz emacs-d478e69d60ec85cb5881bee646fd02bf7c9eb76f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-365
Remove "-face" suffix from custom faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/cus-edit.el (custom-invalid, custom-rogue, custom-modified)
(custom-set, custom-changed, custom-saved, custom-button)
(custom-button-pressed, custom-documentation, custom-state)
(custom-comment, custom-comment-tag, custom-variable-tag)
(custom-variable-button, custom-face-tag, custom-group-tag-1)
(custom-group-tag): Remove "-face" suffix from face names.
(custom-magic-alist, custom-magic-value-create)
(custom-group-sample-face-get, custom-mode): Use renamed custom faces.
(custom-invalid-face, custom-rogue-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-saved-face)
(custom-button-face, custom-button-pressed-face)
(custom-documentation-face, custom-state-face)
(custom-comment-face, custom-comment-tag-face)
(custom-variable-tag-face, custom-variable-button-face)
(custom-face-tag-face, custom-group-tag-face-1)
(custom-group-tag-face):
New backward-compatibility aliases for renamed faces.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d74aa9d564a..693a1f897a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | 2005-06-10 Miles Bader <miles@gnu.org> | 1 | 2005-06-10 Miles Bader <miles@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-edit.el (custom-invalid, custom-rogue, custom-modified) | ||
| 4 | (custom-set, custom-changed, custom-saved, custom-button) | ||
| 5 | (custom-button-pressed, custom-documentation, custom-state) | ||
| 6 | (custom-comment, custom-comment-tag, custom-variable-tag) | ||
| 7 | (custom-variable-button, custom-face-tag, custom-group-tag-1) | ||
| 8 | (custom-group-tag): Remove "-face" suffix from face names. | ||
| 9 | (custom-magic-alist, custom-magic-value-create) | ||
| 10 | (custom-group-sample-face-get, custom-mode): Use renamed custom faces. | ||
| 11 | (custom-invalid-face, custom-rogue-face, custom-modified-face) | ||
| 12 | (custom-set-face, custom-changed-face, custom-saved-face) | ||
| 13 | (custom-button-face, custom-button-pressed-face) | ||
| 14 | (custom-documentation-face, custom-state-face) | ||
| 15 | (custom-comment-face, custom-comment-tag-face) | ||
| 16 | (custom-variable-tag-face, custom-variable-button-face) | ||
| 17 | (custom-face-tag-face, custom-group-tag-face-1) | ||
| 18 | (custom-group-tag-face): | ||
| 19 | New backward-compatibility aliases for renamed faces. | ||
| 20 | |||
| 3 | * wid-edit.el (widget-documentation, widget-button) | 21 | * wid-edit.el (widget-documentation, widget-button) |
| 4 | (widget-field, widget-single-line-field, widget-inactive) | 22 | (widget-field, widget-single-line-field, widget-inactive) |
| 5 | (widget-button-pressed): "-face" suffix removed from face names. | 23 | (widget-button-pressed): "-face" suffix removed from face names. |