diff options
| author | Chong Yidong | 2009-10-31 21:52:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-10-31 21:52:53 +0000 |
| commit | 673c1168a07b3c26b0d7e01e049f7226fcc91b00 (patch) | |
| tree | e2b613ac98f710f9ec55d09d937d6470a23d39d6 /lisp/ChangeLog | |
| parent | c9349f0a05aa95d3ce4d406387e479a99cd0a4bb (diff) | |
| download | emacs-673c1168a07b3c26b0d7e01e049f7226fcc91b00.tar.gz emacs-673c1168a07b3c26b0d7e01e049f7226fcc91b00.zip | |
* 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).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a4babdd227..c250b2ddef4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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 |