aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2005-06-10 10:45:56 +0000
committerMiles Bader <[email protected]>2005-06-10 10:45:56 +0000
commitad49d9d6ecd1884cd9567cc25fcb91354fe43a46 (patch)
tree69fdd55c0aec1af0c66f88acf7466bbb6b7e7be3 /lisp/ChangeLog
parentb4c925d8e57082786c4f7dc5d209888fb8af0f82 (diff)
Revision: [email protected]/emacs--cvs-trunk--0--patch-392
Remove "-face" suffix from tex-mode faces 2005-06-10 Miles Bader <[email protected]> * lisp/textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face" suffix from face names. (tex-math-face, tex-verbatim-face): New backward-compatibility aliases for renamed faces. (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces. (tex-insert-quote): Use `tex-verbatim-face' variable instead of literal face name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84cc6c6ee2..0b13139e0a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
2005-06-10 Miles Bader <[email protected]>
+ * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
+ suffix from face names.
+ (tex-math-face, tex-verbatim-face):
+ New backward-compatibility aliases for renamed faces.
+ (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
+ (tex-insert-quote): Use `tex-verbatim-face' variable instead of
+ literal face name.
+
* textmodes/table.el (table-cell): Remove "-face" suffix from face
name.
(table-cell-face): New backward-compatibility alias for renamed face.