diff options
| author | Kenichi Handa | 2009-06-16 02:04:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-06-16 02:04:25 +0000 |
| commit | cc13543e84480b8361da607ba9b859c9bd2f42d5 (patch) | |
| tree | f9837d577556a757ceaad25c5b61006fa4442762 /src/ChangeLog | |
| parent | 9c6d2887cd59552a64247426dbfddfc8a610b2ee (diff) | |
| download | emacs-cc13543e84480b8361da607ba9b859c9bd2f42d5.tar.gz emacs-cc13543e84480b8361da607ba9b859c9bd2f42d5.zip | |
(detect_coding_utf_16): Fix previous change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc4ce2aa0af..6a6e90aafb9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-06-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_utf_16): Fix the logic of rejecting | ||
| 4 | UTF-16 by checking the dispersion of Eth and Oth bytes. | ||
| 5 | |||
| 1 | 2009-06-15 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2009-06-15 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * coding.c (detect_coding_utf_16): Fix typo counting odd bytes. | 8 | * coding.c (detect_coding_utf_16): Fix typo counting odd bytes. |