aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-10-16 05:04:10 +0000
committerKenichi Handa2002-10-16 05:04:10 +0000
commit584948ace5db0ea50602dc395076af58aa383b3e (patch)
tree3ae1556ddaf81195bb50c21e362c581f9719851a /src/ChangeLog
parent49820699844e41490cb9c5c57ace8b6c8a1eea4d (diff)
downloademacs-584948ace5db0ea50602dc395076af58aa383b3e.tar.gz
emacs-584948ace5db0ea50602dc395076af58aa383b3e.zip
(detect_coding_charset): If only ASCII bytes are found, return 0.
(detect_coding_system): Fix previous change. (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index deda6b8a4d6..31b1eec7ba8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,10 @@
12002-10-16 Kenichi Handa <handa@m17n.org> 12002-10-16 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (detect_coding): Fix previous change. 3 * coding.c (detect_coding): Fix previous change.
4 (detect_coding_charset): If only ASCII bytes are found, return 0.
5 (detect_coding_system): Fix previous change.
6 (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
7 (attrs) correctly.
4 8
52002-10-15 Dave Love <fx@gnu.org> 92002-10-15 Dave Love <fx@gnu.org>
6 10