diff options
| author | Kenichi Handa | 2004-01-29 02:55:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-29 02:55:51 +0000 |
| commit | 1b7c19df9a03c77993eca0d6c5938eefe8933234 (patch) | |
| tree | ac0d15d0e84cfb9d3975bdcc3dc7137a944b7e1e | |
| parent | 95ac7579e96df13405933715ac63cb489fcf0d0f (diff) | |
| download | emacs-1b7c19df9a03c77993eca0d6c5938eefe8933234.tar.gz emacs-1b7c19df9a03c77993eca0d6c5938eefe8933234.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog.22 | 3 |
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 @@ | |||
| 1 | 2004-01-29 Kenichi Handa <handa@m17n.org> | 1 | 2004-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. |