diff options
| author | Kenichi Handa | 2004-01-29 01:27:24 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-29 01:27:24 +0000 |
| commit | 82450b416ded582986af7e92329efea77589670c (patch) | |
| tree | d7c22fe3a0a17f1bc78f1d7e5b040d55ddb0fd9a /src | |
| parent | 9a7f80aa9096bc32d0e564ea54ccd5b0efc88e2f (diff) | |
| download | emacs-82450b416ded582986af7e92329efea77589670c.tar.gz emacs-82450b416ded582986af7e92329efea77589670c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index d684ffebf62..f43799a1a64 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-01-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fileio.c (Finsert_file_contents): Avoid detecting a code twice. | ||
| 4 | |||
| 5 | * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3. | ||
| 6 | (detect_coding): Treat '\0' as normal ASCII byte.. | ||
| 7 | (detect_coding_system): Likewise. | ||
| 8 | |||
| 1 | 2004-01-27 Kenichi Handa <handa@m17n.org> | 9 | 2004-01-27 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros. | 11 | * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros. |