From: tomo Date: Wed, 22 Sep 1999 06:18:01 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-19-utf-2000-0_8-1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1ad6b023425aa20d647e30402eeabb3d280b0a1c;p=chise%2Fxemacs-chise.git update. --- diff --git a/src/ChangeLog b/src/ChangeLog index cde72ff..2c943dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,28 @@ -1999-09-18 MORIOKA Tomohiko (at Bangalore) +1999-09-21 MORIOKA Tomohiko + + * mule-charset.c (Vcharset_chinese_cns11643_3): Deleted [defined + 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_3): Likewise. + (Qchinese_cns11643_4): Likewise. + (Qchinese_cns11643_5): 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. + (complex_vars_of_mule_charset): Likewise. + +1999-09-18 MORIOKA Tomohiko * 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. -1999-09-17 MORIOKA Tomohiko (at Bangalore) +1999-09-17 MORIOKA Tomohiko * char-ucs.h (MIN_CHAR_HALFWIDTH_KATAKANA): Changed to 0xFF61 from 0xFF60.