From 70bac5e67b304a5360b472dda7b0269f3e4f64d1 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 10 Aug 2003 04:01:47 +0000 Subject: [PATCH] update. --- src/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. -- 1.7.10.4