update.
[chise/uptex-chise.git] / elisp / ChangeLog
index c08af47..e20e24c 100644 (file)
@@ -1,3 +1,62 @@
+2011-02-21  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * chise-tex.el (chise-tex-coded-charset-expression-alist): Use
+       `=adobe-japan1-6' instead of `=adobe-japan1-5'.
+       (chise-tex-encode-ucs-char-at-point): Prefer `=adobe-japan1-6'.
+
+2010-09-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-tex.el (chise-xetex-encode-region-for-utf-8-jis): New
+       function.
+       (utf-8-jp-tex): Fix DOC.
+       (utf-8-jp-xetex): New coding-system.
+
+2010-01-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-tex.el (chise-tex-coded-charset-expression-alist): Add
+       setting for `=adobe-japan1-5'.  
+       (chise-tex-accents-macro-alist): Add setting for <COMBINING HORN>.
+       (chise-tex-encode-ucs-char-at-point):
+       - Encode <LATIN SMALL LETTER DOTLESS I> as "\i{}".
+       - Use "\LATINeng{}" to encode <LATIN SMALL LETTER ENG>.
+       - Encode <LATIN SMALL LETTER ALPHA> as "\textscripta{}".
+       - Encode <LATIN SMALL LETTER OPEN E> as "\IPAepsilon{}".
+       - Encode <LATIN SMALL LETTER IOTA> as "\IPAiota{}".
+       - Encode <LATIN SMALL LETTER REVERSED R WITH FISHHOOK> as
+         "\IPArevfishhookr{}".
+       - Encode <MODIFIER LETTER LEFT HALF RING> as \textrevapostrophe{}.
+       - Encode <SUPERSCRIPT FOUR> as "$^4$".
+       (chise-tex-encode-region-for-utf-8-jis):
+       - Don't encode <LATIN SMALL LETTER S WITH ACUTE>.
+       - Encode <LATIN SMALL LIGATURE OE> as "\oe{}".
+       - Encode SIP characters as "\UCSsip{XXXXX}".
+
+2009-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-tex.el (decompose-char): New function.
+       (chise-tex-accents-macro-alist): Renamed from
+       `chise-tex-accent-macro-alist'; add some compound accents entries.
+       (chise-tex-encode-region-for-utf-8-jis): Omit local variable
+       `modifier-1'; use `decompose-char'; use
+       `chise-tex-accents-macro-alist' to avoid hard-coded codes.
+
+2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-tex.el (chise-tex-encode-ucs-char-at-point): Encode
+       <SUPERSCRIPT FIVE> as "$^5$".
+
 2009-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise-tex.el (chise-tex-encode-region-for-utf-8-jis): Add