aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-06-15 04:35:23 +0000
committerMiles Bader2005-06-15 04:35:23 +0000
commitef88a9999004e6c26148c8d280d6a41f623d7249 (patch)
tree519272f0075058a970e266d959dac2eb5e3dd360 /lisp/ChangeLog
parent950850233d48dddfb6ef972ed22764f3d0662571 (diff)
downloademacs-ef88a9999004e6c26148c8d280d6a41f623d7249.tar.gz
emacs-ef88a9999004e6c26148c8d280d6a41f623d7249.zip
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-421
Tweak which-func face 2005-06-15 Miles Bader <miles@gnu.org> * lisp/progmodes/which-func.el (which-func): Only inherit `font-lock-function-name-face' when that makes sense against the default mode-line face, otherwise set the face color explicitly.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83e92a71907..13d14707284 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12005-06-15 Miles Bader <miles@gnu.org> 12005-06-15 Miles Bader <miles@gnu.org>
2 2
3 * progmodes/which-func.el (which-func): Only inherit
4 `font-lock-function-name-face' when that makes sense against the
5 default mode-line face, otherwise set the face color explicitly.
6
3 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl 7 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4 faces instead of (non-existent) variables. 8 faces instead of (non-existent) variables.
5 9