update.
[chise/uptex-chise.git] / elisp / ChangeLog
1 2009-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * chise-tex.el (decompose-char): New function.
4         (chise-tex-accents-macro-alist): Renamed from
5         `chise-tex-accent-macro-alist'; add some compound accents entries.
6         (chise-tex-encode-region-for-utf-8-jis): Omit local variable
7         `modifier-1'; use `decompose-char'; use
8         `chise-tex-accents-macro-alist' to avoid hard-coded codes.
9
10 2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * chise-tex.el (chise-tex-encode-ucs-char-at-point): Encode
13         <SUPERSCRIPT FIVE> as "$^5$".
14
15 2009-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
16
17         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Add
18         setting for <COMBINING MACRON> + <COMBINING ACUTE ACCENT>.
19
20 2009-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
21
22         * chise-tex.el (chise-tex-accent-macro-alist): Add setting for
23         <COMBINING DOUBLE ACUTE ACCENT> and <COMBINING OGONEK>.
24         (chise-tex-encode-ucs-char-at-point): Add setting for U+00F8 and
25         U+0142.
26
27 2009-01-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * chise-tex.el (chise-tex-encode-ucs-char-at-point): Add setting
30         for U+0250, U+0254, U+0264 and U+026F; use \textglotstop{} instead
31         of \UCSjis{0294} for U+0294.
32         (chise-tex-encode-region-for-utf-8-jis): Avoid to insert multiple
33         \CyrillicScript{...} and \GreekScript{...}.
34
35 2009-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
36
37         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Accept `-'
38         as a Cyrillic character.
39
40 2009-01-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
41
42         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Use
43         \CyrillicScript{...} and \GreekScript{...} instead of
44         \fontencoding{T2A|LGR}\selectfont{}.
45
46 2009-01-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
47
48         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
49         setting for `thai-tis620' to decode \ThaiTIS{XX}.
50         (chise-tex-encode-ucs-char-at-point): New function.
51         (chise-tex-encode-region-for-jis): Use
52         `chise-tex-encode-ucs-char-at-point'.
53         (chise-tex-encode-region-for-utf-8-jis): Likewise.
54
55 2008-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
56
57         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Support
58         Thai script.
59
60 2008-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
61
62         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Use
63         \GTpjG{4933} for JU+8DBC.
64
65 2008-01-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
66
67         * chise-tex.el (chise-tex-accent-macro-alist): New variable.
68         (chise-tex-encode-region-for-utf-8-jis): Support Greek characters;
69         don't encode U+00C5 and U+00E5; refer
70         `chise-tex-accent-macro-alist'; use "\'{\^X}" instead of
71         "\CircAcute{X}"; use "\~{\^X}" instead of "\CircTilde{X}"; add
72         setting for `HornTilde'.
73         (chise-tex-decode-region): Decode "\={\i}".
74
75 2008-01-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
76
77         * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): New
78         function.
79         (chise-tex-decode-region): Decode \u, \v and \c.
80         (utf-8-jp-tex): New coding-system.
81
82 2008-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
83
84         * chise-tex.el (chise-tex-encode-region-for-jis): Add settings for
85         $_1$ and $_2$.
86
87 2008-01-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
88
89         * chise-tex.el (chise-tex-decode-region): Decode \`, \', \^, \~,
90         \=, \., \" and \d.
91
92 2007-02-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
93
94         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
95         settings for `=hanziku-{1..12}'.
96
97 2007-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
98
99         * chise-tex.el (chise-tex-encode-region-for-jis): Add settings for
100         `CircGrave' and `HornAcute'.
101
102 2006-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
103
104         * chise-tex.el (chise-tex-encode-region-for-jis): \UCSjis{XXXX} or
105         \UCSgb{XXXX} can support only BMP.
106
107 2006-01-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
108
109         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
110         setting for `=ruimoku-v6'.
111         (chise-tex-encode-region-for-jis): Don't decompose <CYRILLIC SMALL
112         LETTER SHORT I>; add settings for <COMBINING BREVE> and <COMBINING
113         HOOK ABOVE>; support some double accents; support <SUPERSCRIPT
114         TWO>, <SUPERSCRIPT THREE>, <LATIN SMALL LETTER D WITH STROKE>,
115         <LATIN SMALL LETTER ENG>, <LATIN SMALL LETTER S WITH HOOK>,
116         <SUBSCRIPT THREE> and <SUBSCRIPT FIVE>.
117
118 2006-01-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
119
120         * chise-tex.el (chise-tex-encode-region-for-jis): Don't decompose
121         <CYRILLIC SMALL LETTER IO>.
122
123 2006-01-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
124
125         * chise-tex.el (chise-tex-encode-region-for-jis): Don't skip
126         Latin-1 characters; try to convert composite characters to LaTeX
127         macros.
128
129 2005-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
130
131         * chise-tex.el (chise-tex-coded-charset-expression-alist): Use
132         `=ucs-bmp@{gb|jis|ks|cns}' instead of `=ucs@{gb|jis|ks|cns}';
133         don't use UCSjis for `=ucs@jis/2000; use `GTpj{A|B|C|...|K}'
134         instead of `GTpj{1|2|3|...|11}' for `=gt-pj-{1|2|3|...|11}'.
135         (iso-2022-jp-tex-jis): Specify `ccs-priority-list'; don't setup
136         `input-charset-conversion'.
137
138 2005-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
139
140         * chise-tex.el (chise-tex-encode-region-for-gb): Add setting for
141         KS character.
142
143 2005-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
144
145         * chise-tex.el (chise-tex-encode-region-for-jis): Add setting for
146         KS character.
147
148 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
149
150         * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
151         settings for `=ucs-hangul' and `=ucs@jis/2000'; prefer `=ucs@ks'
152         than `=gt-pj-*'.
153         (chise-tex-encode-region-for-jis): Add settings for JIS X 0213
154         characters, Hangul characters, U+2022 and U+0294; use GB domain
155         characters as a fallback.
156
157 2004-08-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
158
159         * chise-tex.el (chise-tex-encode-region-for-jis): New function.
160         (iso-2022-jp-tex-jis): New coding-system.
161
162 2004-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
163
164         * chise-tex.el (chise-tex-encode-region-for-gb): Renamed from
165         `chise-tex-encode-region'.
166         (iso-2022-jp-tex-gb): Renamed from `iso-2022-jp-tex'.
167
168 2004-06-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
169
170         * chise-tex.el: New file.
171