diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e24311ca65f..d932c49995c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2005-06-14 Miles Bader <miles@gnu.org> | 1 | 2005-06-14 Miles Bader <miles@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/which-func.el (which-func): Remove "-face" suffix from face | ||
| 4 | name. | ||
| 5 | (which-func-face): New backward-compatibility alias for renamed face. | ||
| 6 | (which-func-format): Use renamed which-func face. | ||
| 7 | |||
| 3 | * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue) | 8 | * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue) |
| 4 | (vhdl-function, vhdl-directive, vhdl-reserved-word) | 9 | (vhdl-function, vhdl-directive, vhdl-reserved-word) |
| 5 | (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face | 10 | (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face |