changeset 90287:3cd97358d81a

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-8 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 15) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 26 Jan 2006 02:23:05 +0000
parents 5b7d410e31f9 (current diff) 39ecc8604aa1 (diff)
children 7432ca837c8d
files lisp/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 25 07:10:04 2006 +0000
+++ b/lisp/ChangeLog	Thu Jan 26 02:23:05 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.