Delete `mojikyo'.
[chise/xemacs-chise.git] / src / ChangeLog
index 40e6d1f..bbca052 100644 (file)
@@ -1,3 +1,39 @@
+2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule-charset.c (decode_builtin_char): Support mother charsets.
+
+2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule-charset.c (Q94x94x60): New variable.
+       (charset_code_point): Support conversion `94x94x60'.
+       (Fmake_charset): Likewise.
+       (syms_of_mule_charset): Add new symbol `94x94x60'.
+
+       * char-ucs.h (CONVERSION_94x94x60): New macro.
+
+2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule-charset.c (charset_code_point): Unify code about
+       `code-offset'.
+
+2001-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule-charset.c (charset_code_point): Merge code about builtin
+       characters into code about mother charsets; don't use
+       `range_charset_code_point'.
+       (range_charset_code_point): Deleted.
+
+2001-12-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule-charset.c (Qcode_offset): New variable.
+       (Fmake_charset): Use `XUINT' to get value of `min-code' and
+       `max-code'; accept new property `code-offset'.
+       (syms_of_mule_charset): Add new symbol `code-offset'.
+
+2001-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule-charset.c (range_charset_code_point): Fixed.
+
 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mule-charset.c (decode_builtin_char): Change semantics of
        MAX_CHAR_{SMP|SIP} as `ucs-{smp|sip}'.
        (syms_of_mule_charset): Add new symbols `ucs-smp' and `ucs-sip'.
        (complex_vars_of_mule_charset): Modify middle-DOC and registry of
-       `ucs-bmp'; addn new coded-charset `ucs-smp' and `ucs-sip'; change
+       `ucs-bmp'; add new coded-charset `ucs-smp' and `ucs-sip'; change
        charset width of `ucs-cns', `ucs-jis', `ucs-ks' and `ucs-big5'.
 
        * char-ucs.h (LEADING_BYTE_UCS_SMP): New macro.