From: tomo Date: Fri, 8 Feb 2002 04:39:58 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-lazy-n7c~141 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed9efdbca8053db68e77a606a456e7e43216f504;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 876f732..cb75d1f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2002-02-07 MORIOKA Tomohiko + + * char-ucs.h (decoding_table_check_elements): Delete prototype. + (get_ccs_octet_table): New inline function. + (put_ccs_octet_table): Likewise. + (decoding_table_put_char): Use `get_ccs_octet_table' and + `put_ccs_octet_table'. + (decoding_table_remove_char): Use `decoding_table_put_char'. + (DECODE_DEFINED_CHAR): Use `get_ccs_octet_table'. + + * mule-charset.c (remove_char_ccs): Store Qunbound instead of Qnil + into encoding_table. + (make_charset): Use Qunbound instead Qnil as initial value of + decoding_table. + 2002-02-04 MORIOKA Tomohiko * chartab.c (map_over_uint8_byte_table): Set Qunbound if an