From: tomo Date: Sun, 10 Aug 2003 04:01:47 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-12-libchise-0_21-pre3~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=70bac5e67b304a5360b472dda7b0269f3e4f64d1;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index aa56e7e..2a0b165 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,26 @@ 2003-08-09 MORIOKA Tomohiko + * chartab.c: Don't include because it is included in + chartab.h. + (Fmake_char_table): Initialize `ct->feature_table' when `CHISE' is + defined. + (Fcopy_char_table): Copy `ct->ds' and `ct->feature_table' when + `CHISE' is defined. + (Fmount_char_attribute_table): Initialize `ct->feature_table' when + `CHISE' is defined. + (Fclose_char_attribute_table): Close `ct->feature_table' and + `ct->ds' when `CHISE' is defined. + (Freset_char_attribute_table): Likewise. + (load_char_attribute_maybe): Use `cit->ds' and + `cit->feature_table' when `CHISE' is defined. + (Fload_char_attribute_table): Likewise. + + * chartab.h: Include when `CHISE' is defined. + (struct Lisp_Char_Table): Add new member `ds' and `feature_table' + when `CHISE' is defined. + +2003-08-09 MORIOKA Tomohiko + * chartab.c (mark_char_table): Member `db' is deleted when `CHISE' is defined. (char_table_description): Likewise.