diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
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 @@ | |||
| 1 | 2005-06-15 Miles Bader <miles@gnu.org> | 1 | 2005-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 | ||