diff options
| author | Kenichi Handa | 2000-05-25 06:21:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-25 06:21:09 +0000 |
| commit | a4e1759ef0fb6fcd9e41e45fc39430044710a561 (patch) | |
| tree | df0a0e8718338aa348d4aea9059face13a3b12c1 /src/ChangeLog | |
| parent | 6bac5b12e8711e4bfa5a69533869cabe9c633b67 (diff) | |
| download | emacs-a4e1759ef0fb6fcd9e41e45fc39430044710a561.tar.gz emacs-a4e1759ef0fb6fcd9e41e45fc39430044710a561.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 35d346f162c..a0710fdfdfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * ccl.c (ccl_driver): Fix previous change. | ||
| 4 | |||
| 5 | 2000-05-25 Kenichi Handa <handa@etl.go.jp> | ||
| 6 | |||
| 3 | * coding.c (run_pre_post_conversion_on_str): Set point to the | 7 | * coding.c (run_pre_post_conversion_on_str): Set point to the |
| 4 | beginning of buffer before calling coding->post_read_conversion. | 8 | beginning of buffer before calling coding->post_read_conversion. |
| 5 | (decode_coding_string): Give correct args to | 9 | (decode_coding_string): Give correct args to |