Mercurial > emacs
comparison lisp/ChangeLog @ 105821:18698b6aca31
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
Support face colors.
* textmodes/tex-mode.el (tex-facemenu-add-face-function): New
function. Support face colors (Bug#1168).
(tex-common-initialization): Use it.
* facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
mode allows it (Bug#1168).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 31 Oct 2009 21:52:53 +0000 |
parents | ea3a6d116908 |
children | 59656f4a5cda |
comparison
equal
deleted
inserted
replaced
105820:ea3a6d116908 | 105821:18698b6aca31 |
---|---|
1 2009-10-31 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): | |
4 Support face colors. | |
5 | |
6 * textmodes/tex-mode.el (tex-facemenu-add-face-function): New | |
7 function. Support face colors (Bug#1168). | |
8 (tex-common-initialization): Use it. | |
9 | |
10 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the | |
11 mode allows it (Bug#1168). | |
12 | |
1 2009-10-31 Juri Linkov <juri@jurta.org> | 13 2009-10-31 Juri Linkov <juri@jurta.org> |
2 | 14 |
3 * facemenu.el (list-colors-display): Don't mark buffer as | 15 * facemenu.el (list-colors-display): Don't mark buffer as |
4 modified (Bug#3948). | 16 modified (Bug#3948). |
5 | 17 |