From: tomo Date: Thu, 24 Jan 2008 08:08:54 +0000 (+0000) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fomega.git;a=commitdiff_plain;h=688869bc45aee30efe8abd91c10e2aec857afeea update. --- diff --git a/chise2otf/elisp/ChangeLog b/chise2otf/elisp/ChangeLog index 241fcaa..019d99d 100644 --- a/chise2otf/elisp/ChangeLog +++ b/chise2otf/elisp/ChangeLog @@ -1,3 +1,13 @@ +2008-01-23 MORIOKA Tomohiko + + * chise-tex.el (chise-tex-accent-macro-alist): New variable. + (chise-tex-encode-region-for-utf-8-jis): Support Greek characters; + don't encode U+00C5 and U+00E5; refer + `chise-tex-accent-macro-alist'; use "\'{\^X}" instead of + "\CircAcute{X}"; use "\~{\^X}" instead of "\CircTilde{X}"; add + setting for `HornTilde'. + (chise-tex-decode-region): Decode "\={\i}". + 2008-01-22 MORIOKA Tomohiko * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): New