From: Kenichi Handa Date: Wed, 16 Aug 2000 11:17:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d7bcb2ee809eecf41ffdecd4794ca62e44a5478;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 946e09216a4..e6c2423b900 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 0c05067f6e4..ace6b087bfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.