Mercurial > emacs
diff src/ChangeLog @ 30949:54e668cd8c0b
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 18 Aug 2000 06:39:31 +0000 |
| parents | b27b8cce32b4 |
| children | 0bf7e72d456f |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 18 06:31:51 2000 +0000 +++ b/src/ChangeLog Fri Aug 18 06:39:31 2000 +0000 @@ -1,3 +1,10 @@ +2000-08-18 Kenichi Handa <handa@etl.go.jp> + + * coding.c (decode_coding_string): Set members consumed, + consumed_char, produced, produced_char of *coding correctly. If + decode_coding doesn't consume any byte, don't try anymore. + (encode_coding_string): Likewise. + 2000-08-18 Gerd Moellmann <gerd@gnu.org> * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the
