aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog.unicode')
-rw-r--r--src/ChangeLog.unicode6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index ed237ba1116..457830e8652 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -4,6 +4,12 @@
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
82006-03-04 Kenichi Handa <handa@m17n.org> 142006-03-04 Kenichi Handa <handa@m17n.org>
9 15