# HG changeset patch # User Kenichi Handa # Date 966424657 0 # Node ID d83ff3be716a6eeb9ee6300eccb281a8d7cdb174 # Parent dcfcae58d8d6ce26fa217530ec7949bf117ba2fe *** empty log message *** diff -r dcfcae58d8d6 -r d83ff3be716a lisp/ChangeLog --- 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 + + * international/ccl.el (declare-ccl-program): Docstring modified. + (ccl-execute-with-args): Likewise. + 2000-08-16 Miles Bader * progmodes/sql.el: Add compatibility definition onf diff -r dcfcae58d8d6 -r d83ff3be716a src/ChangeLog --- 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 + * 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.