aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-01-29 02:55:51 +0000
committerKenichi Handa2004-01-29 02:55:51 +0000
commit1b7c19df9a03c77993eca0d6c5938eefe8933234 (patch)
treeac0d15d0e84cfb9d3975bdcc3dc7137a944b7e1e /src
parent95ac7579e96df13405933715ac63cb489fcf0d0f (diff)
downloademacs-1b7c19df9a03c77993eca0d6c5938eefe8933234.tar.gz
emacs-1b7c19df9a03c77993eca0d6c5938eefe8933234.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.