diff options
| author | Kenichi Handa | 2006-03-07 11:05:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-03-07 11:05:39 +0000 |
| commit | 471e43f118afd565a0eb7d660164a7494ef43457 (patch) | |
| tree | 134f7e908748c03991a3165ad47d73fa86e26191 /src/ChangeLog.unicode | |
| parent | 4d41e8b7ab7a5d4f0f943009b46350df4d0cf661 (diff) | |
| download | emacs-471e43f118afd565a0eb7d660164a7494ef43457.tar.gz emacs-471e43f118afd565a0eb7d660164a7494ef43457.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 6 |
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 | ||
| 8 | 2006-03-04 Kenichi Handa <handa@m17n.org> | 14 | 2006-03-04 Kenichi Handa <handa@m17n.org> |
| 9 | 15 | ||