comparison src/ChangeLog.unicode @ 90355:272bc1a789ee

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Mar 2006 11:05:39 +0000
parents 6b1549c2abc8
children 23b7c43b24ce
comparison
equal deleted inserted replaced
90354:450fb16a4bf4 90355:272bc1a789ee
2 2
3 * coding.c (DECODE_COMPOSITION_START): If the source is short, set 3 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
4 coding->result to CODING_RESULT_INSUFFICIENT_SRC. 4 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
5 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of 5 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
6 detect_coding. 6 detect_coding.
7 (emacs_mule_char): Handle old style (Emacs 20) component character
8 of a composition.
9 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Fix parsing a composition
10 rule.
11 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
12 (decode_coding_emacs_mule): Handle invalid bytes correctly.
7 13
8 2006-03-04 Kenichi Handa <handa@m17n.org> 14 2006-03-04 Kenichi Handa <handa@m17n.org>
9 15
10 * coding.c (encode_coding_ccl): Allocate destination dynamically 16 * coding.c (encode_coding_ccl): Allocate destination dynamically
11 when necessary. 17 when necessary.