From: MORIOKA Tomohiko Date: Mon, 21 Feb 2011 20:51:31 +0000 (+0000) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3085b360c8697404f5ffe42d73dc85b9b25377ce;p=chise%2Fuptex-chise.git update. --- diff --git a/elisp/ChangeLog b/elisp/ChangeLog index 9d2e56c..09dd8cb 100644 --- a/elisp/ChangeLog +++ b/elisp/ChangeLog @@ -1,3 +1,15 @@ +2010-09-02 MORIOKA Tomohiko + + * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): New + optional argument `ptex-mode'; don't encode JIS X 0208:1990 + characters as the same as JIS X 0208:1983 characters; don't use + \UCSsip{hhhhh} when `ptex-mode' is t; don't encode JIS X 0213 + characters when `ptex-mode' is nil. + (chise-ptex-encode-region-for-utf-8-jis): New function. + (chise-xetex-encode-region-for-utf-8-jis): Add local variable + `rest' and `spec'. + (utf-8-jp-ptex): New coding-system. + 2010-08-25 MORIOKA Tomohiko * chise-tex.el (chise-xetex-encode-region-for-utf-8-jis): New