aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
authorKenichi Handa2006-03-07 11:05:39 +0000
committerKenichi Handa2006-03-07 11:05:39 +0000
commit471e43f118afd565a0eb7d660164a7494ef43457 (patch)
tree134f7e908748c03991a3165ad47d73fa86e26191 /src/ChangeLog.unicode
parent4d41e8b7ab7a5d4f0f943009b46350df4d0cf661 (diff)
downloademacs-471e43f118afd565a0eb7d660164a7494ef43457.tar.gz
emacs-471e43f118afd565a0eb7d660164a7494ef43457.zip
*** empty log message ***
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