diff options
| author | Kenichi Handa | 2003-05-29 13:16:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-05-29 13:16:36 +0000 |
| commit | 81f41166afbb0912a83aa05e11a194a832f44257 (patch) | |
| tree | 8b4091570c6315ca44532c989ba78fbdfd0b7ee2 /src/ChangeLog | |
| parent | 857dccb04101e11fa46736e09822906b14dd1441 (diff) | |
| download | emacs-81f41166afbb0912a83aa05e11a194a832f44257.tar.gz emacs-81f41166afbb0912a83aa05e11a194a832f44257.zip | |
*** empty log message ***
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 | ||