From: tomo Date: Wed, 26 Apr 2000 11:43:03 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-27-utf-2000-0_15-0~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a03b154fb718be189843ea9b4e5cf598d9a4d0ae;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 79811c0..d9856ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2000-04-26 MORIOKA Tomohiko + + * text-coding.c (Qcomposite): New variable. + (Fmake_coding_system): Add new property `composite'. + (struct decoding_stream): Add `combined_char_count', + `combined_chars' and `combining_table' in UTF-2000. + (COMPOSE_FLUSH_CHARS): New macro. + (COMPOSE_ADD_CHAR): New macro. + (reset_decoding_stream): Reset `str->combined_char_count' and + `str->combining_table' in UTF-2000. + (decode_coding_iso2022): Modify for character-decomposition. + (syms_of_file_coding): Add new symbol `composite'. + 2000-04-25 MORIOKA Tomohiko * mule-charset.c (Vcharset_latin_tcvn5712): New variable.