From 97ae0d9bcc1fdfcc040948ba9227b2a8be8e07eb Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 2 Jun 2000 06:08:18 +0000 Subject: [PATCH] update. --- src/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index aa4f88e..c8ef972 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,24 @@ 2000-06-02 MORIOKA Tomohiko + * mule-charset.c (Vcharacter_ideographic_radical_table): New + variable. + (Vcharacter_ideographic_strokes_table): New variable. + (Qideographic_radical): New variable. + (Qideographic_strokes): New variable. + (Fchar_attribute_alist): Use + `Vcharacter_ideographic_radical_table' for `ideographic-radical' + attribute; use `Vcharacter_ideographic_strokes_table' for + `ideographic-strokes' attribute. + (Fget_char_attribute): Likewise. + (Fput_char_attribute): Likewise. + (syms_of_mule_charset): Add new symbol `ideographic-radical' and + `ideographic-strokes'. + (vars_of_mule_charset): Setup + `Vcharacter_ideographic_radical_table' and + `Vcharacter_ideographic_strokes_table'. + +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 -- 1.7.10.4