aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2005-06-10 07:16:40 +0000
committerMiles Bader <[email protected]>2005-06-10 07:16:40 +0000
commit0efefc5296d1cdd0371b3faeafbccf382e5811c7 (patch)
tree04f672f3e359934f1499c9761b4f277dac4d400e /lisp/ChangeLog
parentd8338794e7ced36f47e50a5877b4e716ccbf1060 (diff)
Revision: [email protected]/emacs--cvs-trunk--0--patch-364
Remove "-face" suffix from widget faces 2005-06-10 Miles Bader <[email protected]> * lisp/wid-edit.el (widget-documentation, widget-button) (widget-field, widget-single-line-field, widget-inactive) (widget-button-pressed): "-face" suffix removed from face names. (widget-documentation-face, widget-button-face) (widget-field-face, widget-single-line-field-face) (widget-inactive-face, widget-button-pressed-face): New backward-compatibility aliases for renamed faces. (widget-documentation-face, widget-button-face) (widget-button-pressed-face, widget-specify-field) (widget-specify-inactive): Use renamed widget faces.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a6f7849346..d74aa9d564 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2005-06-10 Miles Bader <[email protected]>
+
+ * wid-edit.el (widget-documentation, widget-button)
+ (widget-field, widget-single-line-field, widget-inactive)
+ (widget-button-pressed): "-face" suffix removed from face names.
+ (widget-documentation-face, widget-button-face)
+ (widget-field-face, widget-single-line-field-face)
+ (widget-inactive-face, widget-button-pressed-face):
+ New backward-compatibility aliases for renamed faces.
+ (widget-documentation-face, widget-button-face)
+ (widget-button-pressed-face, widget-specify-field)
+ (widget-specify-inactive): Use renamed widget faces.
+
2005-06-10 Kenichi Handa <[email protected]>
* term/x-win.el (x-clipboard-yank): Remove condition-case