From: tomo Date: Tue, 5 Feb 2002 07:17:34 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-lazy-s1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=47c2928dc004d3340bbdfb90847fd23c70541146;p=chise%2Fxemacs-chise.git- update. --- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index d2d810f..46fc9cb 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,7 @@ +2002-02-01 MORIOKA Tomohiko + + * make-cdbs.el: New file. + 2002-01-17 MORIOKA Tomohiko * Ideograph-R118-Bamboo.el (M-26243): Map to U+7BC0. diff --git a/src/ChangeLog b/src/ChangeLog index 4fa9c2f..876f732 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2002-02-04 MORIOKA Tomohiko + + * chartab.c (map_over_uint8_byte_table): Set Qunbound if an + element is Qunloaded. + (map_over_uint16_byte_table): Likewise. + (map_over_byte_table): Likewise. + (map_char_table): Likewise for CHARTAB_RANGE_ALL in UTF-2000; when + CHARTAB_RANGE_CHARSET is specified in UTF-2000 with external + database support, load encoding-table of the specified + coded-charset if it is not loaded yet. + (save_uint8_byte_table): New function of UTF-2000 with external + database support. + (save_uint16_byte_table): Likewise. + (save_byte_table): Likewise. + (Fput_char_attribute): Don't store value into external database + even if the external database feature is supported in UTF-2000; + set `attribute' as name of char-table if the external database + feature is supported. + (Fsave_char_attribute_table): New function in UTF-2000. + (syms_of_chartab): Add new builtin function + `save-char-attribute-table' in UTF-2000. + 2002-02-03 MORIOKA Tomohiko * chartab.c (char_attribute_table_to_put): New variable in