# HG changeset patch # User Kenichi Handa # Date 1075344951 0 # Node ID 4afbf34311088a3e2c76e4f4b9a35e9256d873cd # Parent ef4f64e8e503daac22f1017cee0e9fe87fd8658f *** empty log message *** diff -r ef4f64e8e503 -r 4afbf3431108 src/ChangeLog.22 --- a/src/ChangeLog.22 Thu Jan 29 02:55:34 2004 +0000 +++ b/src/ChangeLog.22 Thu Jan 29 02:55:51 2004 +0000 @@ -1,5 +1,8 @@ 2004-01-29 Kenichi Handa + * fns.c (string_char_to_byte): Optimize for ASCII only string. + (string_byte_to_char): Likewise. + * fileio.c (Finsert_file_contents): Avoid detecting a code twice. * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.