aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog.223
1 files changed, 3 insertions, 0 deletions
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 @@
12004-01-29 Kenichi Handa <handa@m17n.org> 12004-01-29 Kenichi Handa <handa@m17n.org>
2 2
3 * fns.c (string_char_to_byte): Optimize for ASCII only string.
4 (string_byte_to_char): Likewise.
5
3 * fileio.c (Finsert_file_contents): Avoid detecting a code twice. 6 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
4 7
5 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3. 8 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.