]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 29 Jan 2004 01:27:24 +0000 (01:27 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 29 Jan 2004 01:27:24 +0000 (01:27 +0000)
src/ChangeLog.22

index d684ffebf6275a37d3179751bc2d82000241d0e2..f43799a1a6458301cad7b7f84cc5c84131316825 100644 (file)
@@ -1,3 +1,11 @@
+2004-01-29  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
 
        * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.