diff options
| author | Kenichi Handa | 2006-01-25 07:44:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-01-25 07:44:43 +0000 |
| commit | d1efee22033bff7c7d22d5eda93eee14e7796a8c (patch) | |
| tree | 0cb4577bd9fe6fdc3cef734e6e591fca2b7ae369 /lisp/ChangeLog | |
| parent | 7347faa822b5ea177df5b2ed7a2b7d79194f0bcc (diff) | |
| download | emacs-d1efee22033bff7c7d22d5eda93eee14e7796a8c.tar.gz emacs-d1efee22033bff7c7d22d5eda93eee14e7796a8c.zip | |
(decode-char): Avoid the overhead of
calling utf-lookup-subst-table-for-decode if
utf-translate-cjk-mode is nil.
(encode-char): Avoid the overhead of calling
utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
nil.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91de67fc48e..2dac117cf8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-01-25 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (decode-char): Avoid the overhead of | ||
| 4 | calling utf-lookup-subst-table-for-decode if | ||
| 5 | utf-translate-cjk-mode is nil. | ||
| 6 | (encode-char): Avoid the overhead of calling | ||
| 7 | utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is | ||
| 8 | nil. | ||
| 9 | |||
| 10 | 2006-01-22 Kenichi Handa <handa@m17n.org> | ||
| 11 | |||
| 12 | * international/mule.el (make-subsidiary-coding-system): Reset | ||
| 13 | `coding-system-define-form' property of subsidiaries to nil. | ||
| 14 | Avoid duplicated entry in coding-system-alist. | ||
| 15 | (make-coding-system): Avoid duplicated entry in | ||
| 16 | coding-system-alist. | ||
| 17 | (define-coding-system-alias): Likewise. | ||
| 18 | |||
| 1 | 2006-01-24 Luc Teirlinck <teirllm@auburn.edu> | 19 | 2006-01-24 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 20 | ||
| 3 | * completion.el: Minor fixes in introductory comment. | 21 | * completion.el: Minor fixes in introductory comment. |