From a03b154fb718be189843ea9b4e5cf598d9a4d0ae Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 26 Apr 2000 11:43:03 +0000 Subject: [PATCH] update. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 1.7.10.4