Mercurial > emacs
changeset 30846:d83ff3be716a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 16 Aug 2000 11:17:37 +0000 |
parents | dcfcae58d8d6 |
children | 91e24edb537a |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 16 10:57:57 2000 +0000 +++ b/lisp/ChangeLog Wed Aug 16 11:17:37 2000 +0000 @@ -1,3 +1,8 @@ +2000-08-16 Kenichi Handa <handa@etl.go.jp> + + * international/ccl.el (declare-ccl-program): Docstring modified. + (ccl-execute-with-args): Likewise. + 2000-08-16 Miles Bader <miles@gnu.org> * progmodes/sql.el: Add compatibility definition onf
--- a/src/ChangeLog Wed Aug 16 10:57:57 2000 +0000 +++ b/src/ChangeLog Wed Aug 16 11:17:37 2000 +0000 @@ -1,5 +1,8 @@ 2000-08-16 Kenichi Handa <handa@etl.go.jp> + * coding.c (encode_coding): Fix the bug of not flushing ISO escape + sequence at the end of the source block. + * ccl.c (Fccl_program_p): Docstring modified. (Fccl_execute): Likewise. (Fccl_execute_on_string): Likewise.