diff options
| author | Kenichi Handa | 2000-09-19 00:39:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-09-19 00:39:37 +0000 |
| commit | 1b7649bd059bc90cb7a94f727b7bf73c88390dc7 (patch) | |
| tree | 0136fd743db7f23952302757773f811f848f5dbf /src | |
| parent | b10d420d0f6d5e36f0dea4d673f942477da29b3a (diff) | |
| download | emacs-1b7649bd059bc90cb7a94f727b7bf73c88390dc7.tar.gz emacs-1b7649bd059bc90cb7a94f727b7bf73c88390dc7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d9253a4b82a..ab1c96c844c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-09-19 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-09-19 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. | ||
| 4 | |||
| 3 | * ccl.c (Fccl_execute_on_string): Make multibyte string correctly. | 5 | * ccl.c (Fccl_execute_on_string): Make multibyte string correctly. |
| 4 | If output buffer is too small, signal an appropriated error. | 6 | If output buffer is too small, signal an appropriated error. |
| 5 | 7 | ||