Mercurial > emacs
comparison lisp/ChangeLog @ 65314:6c488c4c11c6
* term/xterm.el (terminal-init-xterm): Add eval-when-compile to
fix compilation warning. Reorder the key definitions to group
together keys emitted by the current version of xterm.
* progmodes/vhdl-mode.el (vhdl-highlight-faces)
(vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
Reorder predicates to correct min-color usage.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 02 Sep 2005 16:59:57 +0000 |
parents | 915d671fef52 |
children | 2c6c9fd9d86b 532e0a9335a9 |
comparison
equal
deleted
inserted
replaced
65313:193da07ce98d | 65314:6c488c4c11c6 |
---|---|
1 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to | |
4 fix compilation warning. Reorder the key definitions to group | |
5 together keys emitted by the current version of xterm. | |
6 | |
7 * progmodes/vhdl-mode.el (vhdl-highlight-faces) | |
8 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): | |
9 Reorder predicates to correct min-color usage. | |
10 | |
1 2005-09-01 Chong Yidong <cyd@stupidchicken.com> | 11 2005-09-01 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * longlines.el (longlines-mode): Inhibit read-only when encoding. | 13 * longlines.el (longlines-mode): Inhibit read-only when encoding. |
4 Kill local variables when longlines-mode is turned off. | 14 Kill local variables when longlines-mode is turned off. |
5 | 15 |