emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 25 Jan 2006 07:44:44 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9026 emacs/lisp/ChangeLog:1.9027
--- emacs/lisp/ChangeLog:1.9026 Wed Jan 25 04:03:24 2006
+++ emacs/lisp/ChangeLog        Wed Jan 25 07:44:43 2006
@@ -1,3 +1,21 @@
+2006-01-25  Kenichi Handa  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * completion.el: Minor fixes in introductory comment.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]