From: Kenichi Handa Date: Thu, 29 Jan 2004 01:27:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82450b416ded582986af7e92329efea77589670c;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index d684ffebf62..f43799a1a64 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,11 @@ +2004-01-29 Kenichi Handa + + * fileio.c (Finsert_file_contents): Avoid detecting a code twice. + + * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3. + (detect_coding): Treat '\0' as normal ASCII byte.. + (detect_coding_system): Likewise. + 2004-01-27 Kenichi Handa * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.