diff options
| author | Kenichi Handa | 2003-12-24 02:10:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-24 02:10:56 +0000 |
| commit | 4168a6108aee5c37046660d0fb9da017c00611ee (patch) | |
| tree | 15250aa539922ff0e9814a21979dfaca83e4a33b | |
| parent | 078a0658373d4a627062db8db18618cedfeb2785 (diff) | |
| download | emacs-4168a6108aee5c37046660d0fb9da017c00611ee.tar.gz emacs-4168a6108aee5c37046660d0fb9da017c00611ee.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be07b25daeb..7168e60ac43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-12-24 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-default-coding-systems): Call | ||
| 4 | ucs-set-table-for-input for all buffers that don't have local | ||
| 5 | value of buffer-file-coding-system. | ||
| 6 | |||
| 7 | * international/ucs-tables.el (ucs-set-table-for-input): If | ||
| 8 | translation-table-for-encode is a symbol, get its | ||
| 9 | translation-table property. | ||
| 10 | |||
| 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | 11 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 12 | ||
| 3 | * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call | 13 | * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call |