diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index f43799a1a64..1b8782c9963 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -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.