# HG changeset patch # User Kenichi Handa # Date 1098859787 0 # Node ID e369cf644334c77ae7e069357a201229a3a442c6 # Parent 8ce088246974f3113746f27a33e7e44b79141350 *** empty log message *** diff -r 8ce088246974 -r e369cf644334 etc/NEWS --- a/etc/NEWS Wed Oct 27 06:03:43 2004 +0000 +++ b/etc/NEWS Wed Oct 27 06:49:47 2004 +0000 @@ -870,6 +870,9 @@ 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 -r 8ce088246974 -r e369cf644334 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 27 06:03:43 2004 +0000 +++ b/lisp/ChangeLog Wed Oct 27 06:49:47 2004 +0000 @@ -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