diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49b08a59db0..651026fe86b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2003-05-29 Kenichi Handa <handa@m17n.org> | 1 | 2003-05-29 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * coding.c (setup_coding_system): If coding has | ||
| 4 | post-read-conversion or pre-write-conversion, set | ||
| 5 | CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK | ||
| 6 | respectively. | ||
| 7 | (decode_coding_gap): Run post-read-conversion if any. | ||
| 8 | |||
| 9 | 2003-05-29 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 3 | * coding.c (make_conversion_work_buffer): Change the work buffer | 11 | * coding.c (make_conversion_work_buffer): Change the work buffer |
| 4 | name to the same one as that of Emacs 21. | 12 | name to the same one as that of Emacs 21. |
| 5 | 13 | ||