From: tomo Date: Tue, 16 Jul 2002 03:04:41 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-utf-2000-0_19-er2-n14~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c362e9bf8a6c1a53a3f434e770ad236604aafbb1;p=chise%2Fxemacs-chise.git update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9cd3178..2f0f2d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2002-07-15 MORIOKA Tomohiko + + * text-coding.c (Qcomposition): Add extern if external-DB feature + is supported. + (Vcharacter_composition_table): Don't add extern if external-DB + feature is supported. + (COMPOSE_ADD_CHAR): Modify for new data-representation of + character composition rule if external-DB feature is supported. + + * chartab.c (Vcharacter_composition_table): Don't define if + external-DB feature is supported. + (Qcomposition): New variable. + (Fget_composite_char): New implementation for external-DB support. + (Fput_char_attribute): Use `composition' property of each + character instead of `Vcharacter_composition_table' to store + character-composition rules if external-DB feature is supported. + (syms_of_chartab): Add new symbol `composition'. + (vars_of_chartab): Don't setup `Vcharacter_composition_table' if + external-DB feature is supported. + 2002-07-14 MORIOKA Tomohiko * chartab.c (Vchar_db_stingy_mode): New variable.