aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-06-16 02:04:25 +0000
committerKenichi Handa2009-06-16 02:04:25 +0000
commitcc13543e84480b8361da607ba9b859c9bd2f42d5 (patch)
treef9837d577556a757ceaad25c5b61006fa4442762 /src/ChangeLog
parent9c6d2887cd59552a64247426dbfddfc8a610b2ee (diff)
downloademacs-cc13543e84480b8361da607ba9b859c9bd2f42d5.tar.gz
emacs-cc13543e84480b8361da607ba9b859c9bd2f42d5.zip
(detect_coding_utf_16): Fix previous change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
12009-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
12009-06-15 Andreas Schwab <schwab@linux-m68k.org> 62009-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.