diff options
| author | Kenichi Handa | 2002-05-16 12:24:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-16 12:24:32 +0000 |
| commit | 1cba5287179d4afb51ece956e0fd0ad5274cd9be (patch) | |
| tree | 545e094f346936396512737fd6a89ab567d90af8 /src | |
| parent | 5caed5b9badd71a753385356de15797352df6665 (diff) | |
| download | emacs-1cba5287179d4afb51ece956e0fd0ad5274cd9be.tar.gz emacs-1cba5287179d4afb51ece956e0fd0ad5274cd9be.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3ef9be07a3c..3226b8dd760 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-05-16 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-05-16 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * character.c (string_escape_byte8): Make multibyte string with | ||
| 4 | correct size. | ||
| 5 | |||
| 3 | * charset.c (Fmake_char): Delete unnecessary code. | 6 | * charset.c (Fmake_char): Delete unnecessary code. |
| 4 | 7 | ||
| 5 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> | 8 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> |
| @@ -20,7 +23,7 @@ | |||
| 20 | calling post-read-conversion function. | 23 | calling post-read-conversion function. |
| 21 | (encode_coding_object): Give correct arguments ot | 24 | (encode_coding_object): Give correct arguments ot |
| 22 | pre-write-conversion. Ignore the return value of | 25 | pre-write-conversion. Ignore the return value of |
| 23 | pre-write-conversion function. Pay attention for the case that | 26 | pre-write-conversion function. Pay attention to the case that |
| 24 | pre-write-conversion change the current buffer. If dst_object is | 27 | pre-write-conversion change the current buffer. If dst_object is |
| 25 | Qt, even if coding->src_bytes is zero, allocate at least one byte | 28 | Qt, even if coding->src_bytes is zero, allocate at least one byte |
| 26 | to coding->destination. | 29 | to coding->destination. |