update.
authortomo <tomo>
Tue, 5 Feb 2002 07:17:34 +0000 (07:17 +0000)
committertomo <tomo>
Tue, 5 Feb 2002 07:17:34 +0000 (07:17 +0000)
lisp/utf-2000/ChangeLog
src/ChangeLog

index d2d810f..46fc9cb 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * make-cdbs.el: New file.
+
 2002-01-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * Ideograph-R118-Bamboo.el (M-26243): Map to U+7BC0.
index 4fa9c2f..876f732 100644 (file)
@@ -1,3 +1,25 @@
+2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * 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  <tomo@mousai.as.wakwak.ne.jp>
 
        * chartab.c (char_attribute_table_to_put): New variable in