# HG changeset patch # User Kenichi Handa # Date 1075339644 0 # Node ID ce852d289e016b615b7c5b0f30c90c16b0513be3 # Parent 71b7464faec1a8b37c53a32f41892a2d8b95cb0c *** empty log message *** diff -r 71b7464faec1 -r ce852d289e01 src/ChangeLog.22 --- a/src/ChangeLog.22 Thu Jan 29 01:27:12 2004 +0000 +++ b/src/ChangeLog.22 Thu Jan 29 01:27:24 2004 +0000 @@ -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.