Mercurial > emacs
changeset 89782:ce852d289e01
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 29 Jan 2004 01:27:24 +0000 |
parents | 71b7464faec1 |
children | ef4f64e8e503 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Thu Jan 29 01:27:12 2004 +0000 +++ b/src/ChangeLog.22 Thu Jan 29 01:27:24 2004 +0000 @@ -1,3 +1,11 @@ +2004-01-29 Kenichi Handa <handa@m17n.org> + + * fileio.c (Finsert_file_contents): Avoid detecting a code twice. + + * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3. + (detect_coding): Treat '\0' as normal ASCII byte.. + (detect_coding_system): Likewise. + 2004-01-27 Kenichi Handa <handa@m17n.org> * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.