summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2001-03-08 02:17:30 +0000
committerKenichi Handa <handa@m17n.org>2001-03-08 02:17:30 +0000
commita1b12fe90edda957f36a50e6a8274ea9f1b2f4b4 (patch)
treebc2d6fc57efd62c819ae4d8ae9ae5ecf43d2254b /src
parent682169fe7f80e9c3b69e7ca35c88f1eb1c8a9d55 (diff)
downloademacs-a1b12fe90edda957f36a50e6a8274ea9f1b2f4b4.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7a4ffcdee9..e080d520a0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
(decode_coding_sjis_big5): Likewise.
(Fdetect_coding_region): Call detect_coding_system with tailing
anchor byte `\0' for more rigid detection.
+ (detect_coding_mask): Fix the incorrect handling of arg
+ MULTIBYTEP.
(Fdetect_coding_string): Likewise.
2001-03-07 Stefan Monnier <monnier@cs.yale.edu>