diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8820980bf7d..1e08f220182 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * term/xterm.el (function-key-map): Fix strings for | ||
| 4 | {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind | ||
| 5 | {C,S,A,C-S}-{f1-f12}. | ||
| 6 | |||
| 7 | 2005-04-26 Kenichi Handa <handa@m17n.org> | ||
| 8 | |||
| 9 | * international/mule-cmds.el (select-safe-coding-system): Fix | ||
| 10 | previous change. | ||
| 11 | |||
| 12 | 2005-04-26 Lute Kamstra <lute@gnu.org> | ||
| 13 | |||
| 14 | * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults. | ||
| 15 | |||
| 16 | 2005-04-25 Jay Belanger <belanger@truman.edu> | ||
| 17 | |||
| 18 | * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only | ||
| 19 | to t while inserting information; use help-mode. | ||
| 20 | |||
| 21 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 22 | |||
| 23 | * term.el (ansi-term-color-vector): Use the xterm colors. | ||
| 24 | (term-raw-map): Don't add mappings for \eO and \e[. Map | ||
| 25 | deletechar. | ||
| 26 | |||
| 27 | 2005-04-25 Lute Kamstra <lute@gnu.org> | ||
| 28 | |||
| 29 | * font-core.el (font-lock-defaults): Fix docstring. | ||
| 30 | |||
| 31 | * font-lock.el (font-lock-syntactic-face-function): Fix docstring. | ||
| 32 | |||
| 1 | 2005-04-25 Kenichi Handa <handa@m17n.org> | 33 | 2005-04-25 Kenichi Handa <handa@m17n.org> |
| 2 | 34 | ||
| 3 | * international/mule-cmds.el (select-safe-coding-system): Don't | 35 | * international/mule-cmds.el (select-safe-coding-system): Don't |