diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 946e09216a4..e6c2423b900 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-08-16 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/ccl.el (declare-ccl-program): Docstring modified. | ||
| 4 | (ccl-execute-with-args): Likewise. | ||
| 5 | |||
| 1 | 2000-08-16 Miles Bader <miles@gnu.org> | 6 | 2000-08-16 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/sql.el: Add compatibility definition onf | 8 | * progmodes/sql.el: Add compatibility definition onf |
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. |