diff options
| author | Kenichi Handa | 2000-08-18 06:39:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-18 06:39:31 +0000 |
| commit | 419ac0a216abeb811c7ae33efa79c8fe5dacf391 (patch) | |
| tree | e55e8cdd30e9bc487fb3c7498e6086edb9003e68 /src | |
| parent | 74ec6045ba58355e44cb3fced9f548f35388cb4b (diff) | |
| download | emacs-419ac0a216abeb811c7ae33efa79c8fe5dacf391.tar.gz emacs-419ac0a216abeb811c7ae33efa79c8fe5dacf391.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6756de20b0b..8163d64ce16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-08-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_string): Set members consumed, | ||
| 4 | consumed_char, produced, produced_char of *coding correctly. If | ||
| 5 | decode_coding doesn't consume any byte, don't try anymore. | ||
| 6 | (encode_coding_string): Likewise. | ||
| 7 | |||
| 1 | 2000-08-18 Gerd Moellmann <gerd@gnu.org> | 8 | 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 9 | ||
| 3 | * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the | 10 | * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the |