update.
[chise/xemacs-chise.git] / src / ChangeLog
index 2c943dd..e4e91c9 100644 (file)
@@ -1,7 +1,39 @@
+1999-09-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule-charset.c (CHAR96): Deleted.
+       (latin_jisx0201_to_ucs): Type is changed from array of <Emchar> to
+       <Lisp_Object>.
+       (latin_iso8859_2_to_ucs): Likewise.
+       (latin_iso8859_3_to_ucs): Likewise.
+       (latin_iso8859_4_to_ucs): Likewise.
+       (latin_iso8859_9_to_ucs): Likewise.
+       (latin_viscii_lower_to_ucs): Likewise.
+       (latin_viscii_upper_to_ucs): Likewise.
+       (latin_tcvn5712_to_ucs): Commented out.
+       (make_charset): Change type of argument `decoding_table' from
+       <Emchar*> to <Lisp_Object> [vector of characters].
+       (Fmake_charset): Modify for `make_charset'.
+       (Fmake_reverse_direction_charset): Likewise.
+       (Fcharset_mapping_table): New function in UTF-2000.
+       (syms_of_mule_charset): Setup `Fcharset_mapping_table' in
+       UTF-2000.
+       (complex_vars_of_mule_charset): Modify for type change of
+       `*_to_ucs'; modify for `make_charset'.
+
+       * char-ucs.h (struct Lisp_Charset): Change type of
+       `decoding_table' from <Emchar*> to <Lisp_Object>.
+       (MAKE_CHAR): Modify for new specification of `decoding_table'.
+
+1999-09-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule-charset.c (Fmake_reverse_direction_charset): Fix compile
+       error with non-UTF-2000-Mule.
+
 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * mule-charset.c (Vcharset_chinese_cns11643_3): Deleted [defined
-       in lisp again].  (Vcharset_chinese_cns11643_4): Likewise.
+       in lisp again].
+       (Vcharset_chinese_cns11643_4): Likewise.
        (Vcharset_chinese_cns11643_5): Likewise.
        (Vcharset_chinese_cns11643_6): Likewise.
        (Vcharset_chinese_cns11643_7): Likewise.
        (Qchinese_cns11643_6): Likewise.
        (Qchinese_cns11643_7): Likewise.
        (syms_of_mule_charset): Move definitions for `chinese-cns11643-3',
-       `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
-       and `chinese-cns11643-7' to lisp/mule/chinese.el.
+       `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
+       and `chinese-cns11643-7' to lisp/mule/chinese.el.
        (complex_vars_of_mule_charset): Likewise.
 
 1999-09-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * mule-charset.c (charset_get_byte1): Fix bug about 94- and
-       96-set.  (Fmake_reverse_direction_charset): Inherit
-       CHARSET_DECODING_TABLE, CHARSET_UCS_MIN, CHARSET_UCS_MAX and
-       CHARSET_CODE_OFFSET.
+       96-set.
+       (Fmake_reverse_direction_charset): Inherit CHARSET_DECODING_TABLE,
+       CHARSET_UCS_MIN, CHARSET_UCS_MAX and CHARSET_CODE_OFFSET.
 
 1999-09-17  MORIOKA Tomohiko  <tomo@etl.go.jp>