diff options
| author | Kenichi Handa | 2000-08-16 11:17:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-16 11:17:37 +0000 |
| commit | 9d7bcb2ee809eecf41ffdecd4794ca62e44a5478 (patch) | |
| tree | 9c8b1bb69fabe614de4c5da4bad4e783b61178a2 /src/ChangeLog | |
| parent | 07fd074eb839fb01fdc70cfde3d6e59f667917c8 (diff) | |
| download | emacs-9d7bcb2ee809eecf41ffdecd4794ca62e44a5478.tar.gz emacs-9d7bcb2ee809eecf41ffdecd4794ca62e44a5478.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c05067f6e4..ace6b087bfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-08-16 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * coding.c (encode_coding): Fix the bug of not flushing ISO escape | ||
| 4 | sequence at the end of the source block. | ||
| 5 | |||
| 3 | * ccl.c (Fccl_program_p): Docstring modified. | 6 | * ccl.c (Fccl_program_p): Docstring modified. |
| 4 | (Fccl_execute): Likewise. | 7 | (Fccl_execute): Likewise. |
| 5 | (Fccl_execute_on_string): Likewise. | 8 | (Fccl_execute_on_string): Likewise. |