update.
[chise/omega.git] / chise2otf / elisp / ChangeLog
1 2008-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Use
4         \GTpjG{4933} for JU+8DBC.
5
6 2008-01-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7
8         * chise-tex.el (chise-tex-accent-macro-alist): New variable.
9         (chise-tex-encode-region-for-utf-8-jis): Support Greek characters;
10         don't encode U+00C5 and U+00E5; refer
11         `chise-tex-accent-macro-alist'; use "\'{\^X}" instead of
12         "\CircAcute{X}"; use "\~{\^X}" instead of "\CircTilde{X}"; add
13         setting for `HornTilde'.
14         (chise-tex-decode-region): Decode "\={\i}".
15
16 2008-01-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
17
18         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): New
19         function.
20         (chise-tex-decode-region): Decode \u, \v and \c.
21         (utf-8-jp-tex): New coding-system.
22
23 2008-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
24
25         * chise-tex.el (chise-tex-encode-region-for-jis): Add settings for
26         $_1$ and $_2$.
27
28 2008-01-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
29
30         * chise-tex.el (chise-tex-decode-region): Decode \`, \', \^, \~,
31         \=, \., \" and \d.
32
33 2007-02-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
34
35         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
36         settings for `=hanziku-{1..12}'.
37
38 2007-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
39
40         * chise-tex.el (chise-tex-encode-region-for-jis): Add settings for
41         `CircGrave' and `HornAcute'.
42
43 2006-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
44
45         * chise-tex.el (chise-tex-encode-region-for-jis): \UCSjis{XXXX} or
46         \UCSgb{XXXX} can support only BMP.
47
48 2006-01-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
49
50         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
51         setting for `=ruimoku-v6'.
52         (chise-tex-encode-region-for-jis): Don't decompose <CYRILLIC SMALL
53         LETTER SHORT I>; add settings for <COMBINING BREVE> and <COMBINING
54         HOOK ABOVE>; support some double accents; support <SUPERSCRIPT
55         TWO>, <SUPERSCRIPT THREE>, <LATIN SMALL LETTER D WITH STROKE>,
56         <LATIN SMALL LETTER ENG>, <LATIN SMALL LETTER S WITH HOOK>,
57         <SUBSCRIPT THREE> and <SUBSCRIPT FIVE>.
58
59 2006-01-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
60
61         * chise-tex.el (chise-tex-encode-region-for-jis): Don't decompose
62         <CYRILLIC SMALL LETTER IO>.
63
64 2006-01-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
65
66         * chise-tex.el (chise-tex-encode-region-for-jis): Don't skip
67         Latin-1 characters; try to convert composite characters to LaTeX
68         macros.
69
70 2005-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
71
72         * chise-tex.el (chise-tex-coded-charset-expression-alist): Use
73         `=ucs-bmp@{gb|jis|ks|cns}' instead of `=ucs@{gb|jis|ks|cns}';
74         don't use UCSjis for `=ucs@jis/2000; use `GTpj{A|B|C|...|K}'
75         instead of `GTpj{1|2|3|...|11}' for `=gt-pj-{1|2|3|...|11}'.
76         (iso-2022-jp-tex-jis): Specify `ccs-priority-list'; don't setup
77         `input-charset-conversion'.
78
79 2005-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
80
81         * chise-tex.el (chise-tex-encode-region-for-gb): Add setting for
82         KS character.
83
84 2005-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
85
86         * chise-tex.el (chise-tex-encode-region-for-jis): Add setting for
87         KS character.
88
89 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
90
91         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
92         settings for `=ucs-hangul' and `=ucs@jis/2000'; prefer `=ucs@ks'
93         than `=gt-pj-*'.
94         (chise-tex-encode-region-for-jis): Add settings for JIS X 0213
95         characters, Hangul characters, U+2022 and U+0294; use GB domain
96         characters as a fallback.
97
98 2004-08-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
99
100         * chise-tex.el (chise-tex-encode-region-for-jis): New function.
101         (iso-2022-jp-tex-jis): New coding-system.
102
103 2004-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
104
105         * chise-tex.el (chise-tex-encode-region-for-gb): Renamed from
106         `chise-tex-encode-region'.
107         (iso-2022-jp-tex-gb): Renamed from `iso-2022-jp-tex'.
108
109 2004-06-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
110
111         * chise-tex.el: New file.
112