From: Kenichi Handa Date: Wed, 27 Oct 2004 06:49:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af3b9e477a013199332f5fb0c9ee6be4a6224395;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 40b48bf30a1..713ddea4521 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -870,6 +870,9 @@ coding system now also encodes characters from most of Emacs's one-dimensional internal charsets, specifically the ISO-8859 ones. The utf-16 coding system is affected similarly. +** New variable `utf-translate-cjk-unicode-range' controls which +Unicode characters to translate in `utf-translate-cjk-mode'. + ** iso-10646-1 (`Unicode') fonts can be used to display any range of characters encodable by the utf-8 coding system. Just specify the fontset appropriately. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc2223cddb2..8c5a2e47ae0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2004-10-27 Kenichi Handa + + * international/subst-jis.el: Use + utf-translate-cjk-substitutable-p. + + * international/subst-gb2312.el: Likewise. + + * international/subst-big5.el: Likewise. + + * international/subst-ksc.el: Likewise. + + * international/utf-8.el (utf-translate-cjk-unicode-range-string): + New variable. + (utf-translate-cjk-set-unicode-range): New function. + (utf-translate-cjk-unicode-range): Make it customizable. + (utf-8-post-read-conversion): Use + utf-translate-cjk-unicode-range-string. + 2004-10-26 Daniel Pfeiffer * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group