changeset 89226:7495988a54bc

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 16 Oct 2002 05:04:10 +0000
parents 32058afc72e2
children 101ee928c088
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 16 05:03:55 2002 +0000
+++ b/src/ChangeLog	Wed Oct 16 05:04:10 2002 +0000
@@ -1,6 +1,10 @@
 2002-10-16  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (detect_coding): Fix previous change.
+	(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.
 
 2002-10-15  Dave Love  <fx@gnu.org>