From: tomo Date: Fri, 2 Jun 2000 04:19:55 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-33-utf-2000-0_16~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8f201410dbfa76a6807953b876316208832770ed;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index c479bde..aa4f88e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2000-06-02 MORIOKA Tomohiko + * mule-charset.c (Vcharacter_total_strokes_table): New variable. + (Qtotal_strokes): New variable. + (Fchar_attribute_alist): Use `Vcharacter_total_strokes_table' for + `total-strokes' attribute. + (Fget_char_attribute): Likewise. + (Fput_char_attribute): Likewise. + (syms_of_mule_charset): Add new symbol `total-strokes'. + (vars_of_mule_charset): Setup `Vcharacter_total_strokes_table'. + +2000-06-02 MORIOKA Tomohiko + * mule-charset.c (Vcharacter_decomposition_table): New variable. (Fchar_attribute_alist): Add `name' and `->decomposition' if they are found.