Mercurial > emacs
comparison lisp/ChangeLog @ 63230:e64fc04555a1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394
Remove "-face" suffix from flyspell faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
Remove "-face" suffix from face names.
(flyspell-incorrect-face, flyspell-duplicate-face):
New backward-compatibility aliases for renamed faces.
(flyspell-mode-on, make-flyspell-overlay)
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region)
(flyspell-display-next-corrections)
(flyspell-auto-correct-previous-word): Use renamed flyspell faces.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 10:46:38 +0000 |
parents | 72fae6758182 |
children | fce029411f45 |
comparison
equal
deleted
inserted
replaced
63229:72fae6758182 | 63230:e64fc04555a1 |
---|---|
1 2005-06-10 Miles Bader <miles@gnu.org> | 1 2005-06-10 Miles Bader <miles@gnu.org> |
2 | |
3 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | |
4 Remove "-face" suffix from face names. | |
5 (flyspell-incorrect-face, flyspell-duplicate-face): | |
6 New backward-compatibility aliases for renamed faces. | |
7 (flyspell-mode-on, make-flyspell-overlay) | |
8 (flyspell-highlight-incorrect-region) | |
9 (flyspell-highlight-duplicate-region) | |
10 (flyspell-display-next-corrections) | |
11 (flyspell-auto-correct-previous-word): Use renamed flyspell faces. | |
2 | 12 |
3 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix | 13 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix |
4 from face name. | 14 from face name. |
5 (texinfo-heading-face): New backward-compatibility alias for | 15 (texinfo-heading-face): New backward-compatibility alias for |
6 renamed face. | 16 renamed face. |