diff options
| author | Kenichi Handa | 2002-05-14 13:03:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-14 13:03:45 +0000 |
| commit | ac87bbef3e8a530277c5ef5b7149c002e215c66c (patch) | |
| tree | 5aab8bc90b29fad48fea35bbf8ade03080e27a91 /src/ChangeLog | |
| parent | b954d58692f82f5e41bb3ec3d692c3a1e36e6c89 (diff) | |
| download | emacs-ac87bbef3e8a530277c5ef5b7149c002e215c66c.tar.gz emacs-ac87bbef3e8a530277c5ef5b7149c002e215c66c.zip | |
(encode_coding_object): Give correct arguments ot
pre-write-conversion. Ignore the return value of
pre-write-conversion function. Pay attention for the case that
pre-write-conversion change the current buffer. If dst_object is
Qt, even if coding->src_bytes is zero, allocate at least one byte
to coding->destination.
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 | ||