diff options
| author | Kenichi Handa | 2000-05-25 04:43:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-25 04:43:36 +0000 |
| commit | 46ab33a9c7f034b87b347405a50c886ba313c4c7 (patch) | |
| tree | 3943e59b9edabf6b0c4f21b1aefbe38b478e1dfc /src/ChangeLog | |
| parent | 5c464c4d2ced85f946a85e17d02d09c28091fe76 (diff) | |
| download | emacs-46ab33a9c7f034b87b347405a50c886ba313c4c7.tar.gz emacs-46ab33a9c7f034b87b347405a50c886ba313c4c7.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56769d224fd..35d346f162c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * coding.c (run_pre_post_conversion_on_str): Set point to the | ||
| 4 | beginning of buffer before calling coding->post_read_conversion. | ||
| 5 | (decode_coding_string): Give correct args to | ||
| 6 | run_pre_post_conversion_on_str. | ||
| 7 | (encode_coding_string): Likewise. | ||
| 8 | |||
| 3 | * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> | 9 | * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> |
| 4 | <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and | 10 | <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and |
| 5 | eight-bit-graphic correctly. | 11 | eight-bit-graphic correctly. |