aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-01-26 02:23:05 +0000
committerMiles Bader2006-01-26 02:23:05 +0000
commitdb856169c248b363fe3dc5ee4e8b1dd18c3a05a2 (patch)
tree68283d4172cd6c1f9a6ad4d2bcd4dcdf08433118
parentb2ba4dcba149f845bf7fcf15b6cede6a6cbcc336 (diff)
parentd1efee22033bff7c7d22d5eda93eee14e7796a8c (diff)
downloademacs-db856169c248b363fe3dc5ee4e8b1dd18c3a05a2.tar.gz
emacs-db856169c248b363fe3dc5ee4e8b1dd18c3a05a2.zip
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
-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.