From 2fe16e4bf05b2301ef2c4d22a6ce5913c75c8019 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 2 Jun 2000 10:15:19 +0000 Subject: [PATCH] update. --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 3041221..d901c7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,20 @@ 2000-06-02 MORIOKA Tomohiko + * mule-charset.c (Vcharacter_morohashi_daikanwa_table): New + variable. + (Qmorohashi_daikanwa): New variable. + (Fchar_attribute_alist): Use `Vcharacter_morohashi_daikanwa_table' + for `morohashi-daikanwa' attribute. + (Fget_char_attribute): Likewise. + (Fput_char_attribute): Likewise. + (Fdefine_char): Don't setup `morohashi-daikanwa' attribute if it + has the same value of `ideograph-daikanwa'. + (syms_of_mule_charset): Add new symbol `morohashi-daikanwa'. + (vars_of_mule_charset): Setup + `Vcharacter_morohashi_daikanwa_table'. + +2000-06-02 MORIOKA Tomohiko + * mule-charset.c (Fchar_attribute_alist): Add coded-charset attributes. (add_charset_to_list_mapper): Add `key' instead of -- 1.7.10.4