aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2005-06-10 08:58:53 +0000
committerMiles Bader <[email protected]>2005-06-10 08:58:53 +0000
commita335c06e06a305a5abeac1eb3a89f9ec53aa3021 (patch)
tree6c486f2c4028c035e1bd4c7095f4d37613ac61de /lisp/ChangeLog
parenta01853d708e066ebed3557f3fcd005b265e164a8 (diff)
Revision: [email protected]/emacs--cvs-trunk--0--patch-378
Remove "-face" suffix from and downcase info faces 2005-06-10 Miles Bader <[email protected]> * lisp/info.el (info-title-1, info-title-2, info-title-3) (info-title-4): Remove "-face" suffix from and downcase face names. (Info-title-1-face, Info-title-2-face, Info-title-3-face) (Info-title-4-face): New backward-compatibility aliases for renamed faces. (Info-fontify-node): Use renamed info faces.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1034b4bfc..f9868fd85f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
2005-06-10 Miles Bader <[email protected]>
+ * info.el (info-title-1, info-title-2, info-title-3)
+ (info-title-4): Remove "-face" suffix from and downcase face names.
+ (Info-title-1-face, Info-title-2-face, Info-title-3-face)
+ (Info-title-4-face):
+ New backward-compatibility aliases for renamed faces.
+ (Info-fontify-node): Use renamed info faces.
+
* hilit-chg.el (highlight-changes, highlight-changes-delete):
Remove "-face" suffix from face names.
(highlight-changes-face, highlight-changes-delete-face):