aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd04ddce0f0..5b8d6a990e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12006-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
102006-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
12006-01-24 Luc Teirlinck <teirllm@auburn.edu> 192006-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.