# HG changeset patch # User Kenichi Handa # Date 1138175083 0 # Node ID 39ecc8604aa14ce27d24a0d080ad9df675a450f9 # Parent 2ed18bf835e1f6091761546a71c21eeb21a8f526 *** empty log message *** diff -r 2ed18bf835e1 -r 39ecc8604aa1 lisp/ChangeLog --- 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 + + * 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 + + * 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 * completion.el: Minor fixes in introductory comment.