update.
[chise/xemacs-chise.git-] / src / text-coding.c
2002-12-19 tomoSync with XEmacs 21.4.10.
2002-10-31 tomo(char_encode_as_entity_reference): Modify for `charset_...
2002-10-29 tomo(decode_coding_utf16): Support UTF-16.
2002-10-29 tomo(Qutf16): New variable in MULE.
2002-09-19 tomo(decode_coding_utf8): Check CCS is specified or not.
2002-08-20 tomo(decode_add_er_char): Support isolated-chars.
2002-08-11 tomo(char_encode_big5): Support entity-reference.
2002-08-10 tomo(char_encode_as_entity_reference): New function.
2002-08-10 tomo(decode_coding_big5): Support entity-reference decoding...
2002-08-09 tomo(allocate_coding_system): Initialize initial charsets for
2002-07-29 tomo(Qutf_8_mcs): New variable.
2002-07-16 tomo(Vcharacter_composition_table): Deleted.
2002-07-16 tomo(Qcomposition): Add extern if external-DB feature is...
2002-07-08 tomo(decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS' and
2002-07-07 tomo(COMPOSE_FLUSH_CHARS): Use `decode_add_er_char' instead of r21-2-44-utf-2000-0_19-er1-n11
2002-07-06 tomo(decode_add_er_char): New function.
2002-07-06 tomo(decode_flush_er_chars): New inline function.
2002-07-06 tomo(decode_coding_utf8): Flush for er_buf must be done...
2002-07-06 tomo(decode_coding_big5): Use `decode_defined_char' instead of
2002-07-05 tomo(Vcoded_charset_entity_reference_alist): New variable.
2001-11-14 tomo(char_encode_big5): Prefer charset-g1 than `chinese...
2001-10-15 tomo(mark_coding_system): Mark initial-charset-g0 and ...
2001-09-05 tomoMerge r21-2-41-syntax-1.
2001-08-31 tomoSync up with r21-2-41.
2001-08-15 tomoSync up with r21-2-41.
2001-08-14 tomoSync up with r21-2-39.
2001-07-11 tomo(char_encode_big5): New function.
2001-07-11 tomo(detect_coding_big5): Fixed problem in XEmacs UTF-2000...
2001-07-11 tomo(BYTE_BIG5_TWO_BYTE_1_P): Support private area 0x81...
2000-12-01 tomo(Fmake_coding_system): Use `EXTERNAL_PROPERTY_LIST_LOOP...
2000-11-28 tomo(decode_output_utf8_partial_char): New function.
2000-11-28 tomo(decode_coding_utf8): Output original byte sequence...
2000-11-27 tomo(Fencode_shift_jis_char):
2000-10-05 tomo(char_encode_shift_jis): New implementation in UTF...
2000-07-24 tomo(decode_coding_big5): Modify for UTF-2000.
2000-07-24 tomo(struct decoding_stream): Rename member `CH' to `CPOS'.
2000-05-22 tomo(COMPOSE_ADD_CHAR): Use `CHAR_ID_TABLE_P' and `get_char...
2000-05-22 tomoSync with r21-2-33 and r21-2-33-utf-2000.
2000-05-02 tomoSync with r21-2-28.
2000-04-27 tomo(Fmake_coding_system): Add document about `disable...
2000-04-27 tomo(Qdisable_composition): New variable; delete `Qcomposite'.
2000-04-26 tomo(Qcomposite): New variable.
2000-01-28 tomo(parse_charset_conversion_specs): Use `XCHARSET_CHARS...
2000-01-26 tomo(char_encode_shift_jis): Modify for `charset_code_point'.
2000-01-19 tomoMerge r21-2-24-utf-2000-0_13-0.
1999-11-16 tomo(char_encode_iso2022): Output `~' if ISO 2022 coded...
1999-10-29 tomo(char_encode_shift_jis): Use `charset_code_point' not...
1999-10-29 tomo(char_encode_iso2022): Use `charset_code_point' instead of
1999-10-10 tomo(char_encode_iso2022): Ignore non-ISO-2022 coded-charse...
1999-10-10 tomo(char_encode_shift_jis): Refer
1999-09-18 tomo(char_encode_iso2022): Keep designated charsets if...
1999-09-13 tomo(reset_encoding_stream): Fixed.
1999-09-12 tomo(char_encode_shift_jis): Use `XCHARSET_TO_BYTE1_TABLE...
1999-09-11 tomo(Fmake_coding_system): Don't set up `codesys->fixed...
1999-09-11 tomo(char_encode_shift_jis): Use table `ucs_to_latin_jisx02...
1999-09-11 tomo(text_encode_generic): Use `if' instead of `switch'.
1999-09-11 tomo(encode_coding_sjis): Deleted.
1999-09-10 tomo(char_encode_ucs4): New function.
1999-09-09 tomoNew file.