Mercurial > emacs
comparison lisp/ChangeLog @ 107445:4f21cfcfbb42
Use faces not variables for font-lock customization in rst.el.
* textmodes/rst.el: (rst-block, rst-external, rst-definition, rst-directive)
(rst-comment, rst-emphasis1, rst-emphasis2, rst-literal, rst-reference):
New faces.
(rst-block-face, rst-external-face, rst-definition-face)
(rst-directive-face, rst-comment-face, rst-emphasis1-face)
(rst-emphasis2-face, rst-literal-face, rst-reference-face):
Make obsolete.
(rst-font-lock-keywords-function): Update for above changes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 20 Mar 2010 11:17:59 -0700 |
parents | 0a2bb00a71bd |
children | 93cf07b171cc |
comparison
equal
deleted
inserted
replaced
107444:db38deea3cef | 107445:4f21cfcfbb42 |
---|---|
1 2010-03-20 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * textmodes/rst.el: Use faces for font-lock customization, and make the | |
4 old -face variables obsolete. | |
5 (rst-block, rst-external, rst-definition, rst-directive, rst-comment) | |
6 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces. | |
7 (rst-block-face, rst-external-face, rst-definition-face) | |
8 (rst-directive-face, rst-comment-face, rst-emphasis1-face) | |
9 (rst-emphasis2-face, rst-literal-face, rst-reference-face): | |
10 Make obsolete. | |
11 (rst-font-lock-keywords-function): Update for above changes. | |
12 | |
1 2010-03-20 Juri Linkov <juri@jurta.org> | 13 2010-03-20 Juri Linkov <juri@jurta.org> |
2 | 14 |
3 * s-region.el: | 15 * s-region.el: |
4 * obsolete/s-region.el: Move to obsolete. | 16 * obsolete/s-region.el: Move to obsolete. |
5 | 17 |