diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9a7a6bc650b..a220ec2bd00 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * xfns.c (x_encode_text): Allocate coding.destination here, and | ||
| 4 | call encode_coding_object with dst_object Qnil. | ||
| 5 | |||
| 3 | * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to | 6 | * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to |
| 4 | multibyte form correctly. | 7 | multibyte form correctly. |
| 5 | 8 | ||
| @@ -11,6 +14,12 @@ | |||
| 11 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. | 14 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. |
| 12 | (decode_coding_object): Move point to coding->dst_pos before | 15 | (decode_coding_object): Move point to coding->dst_pos before |
| 13 | calling post-read-conversion function. | 16 | calling post-read-conversion function. |
| 17 | (encode_coding_object): Give correct arguments ot | ||
| 18 | pre-write-conversion. Ignore the return value of | ||
| 19 | pre-write-conversion function. Pay attention for the case that | ||
| 20 | pre-write-conversion change the current buffer. If dst_object is | ||
| 21 | Qt, even if coding->src_bytes is zero, allocate at least one byte | ||
| 22 | to coding->destination. | ||
| 14 | 23 | ||
| 15 | * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). | 24 | * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). |
| 16 | 25 | ||