From: tomo Date: Wed, 30 Jan 2002 07:11:42 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-lazy-3~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cf8e907f3eeab11eb1ae3e9416043931bcc78b35;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 753edb1..391b85d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2002-01-29 MORIOKA Tomohiko + * chartab.h (load_char_attribute_maybe): New prototype for + UTF-2000 with DATABASE support. + (get_char_id_table): Use `load_char_attribute_maybe' if + HAVE_DATABASE is defined. + + * chartab.c (load_char_attribute_maybe): New function in UTF-2000 + with DATABASE support. + +2002-01-29 MORIOKA Tomohiko + * chartab.c (Fput_char_attribute): Use S-expression as key of external database.