changeset 68382:39ecc8604aa1

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Jan 2006 07:44:43 +0000
parents 2ed18bf835e1
children 4e64c3323161 3cd97358d81a
files lisp/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 25 07:43:41 2006 +0000
+++ b/lisp/ChangeLog	Wed Jan 25 07:44:43 2006 +0000
@@ -1,3 +1,21 @@
+2006-01-25  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (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.
+
+2006-01-22  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (make-subsidiary-coding-system): Reset
+	`coding-system-define-form' property of subsidiaries to nil.
+	Avoid duplicated entry in coding-system-alist.
+	(make-coding-system): Avoid duplicated entry in
+	coding-system-alist.
+	(define-coding-system-alias): Likewise.
+
 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* completion.el: Minor fixes in introductory comment.