diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3226b8dd760..5142e9d25bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-05-16 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics. | ||
| 4 | |||
| 1 | 2002-05-16 Kenichi Handa <handa@etl.go.jp> | 5 | 2002-05-16 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * character.c (string_escape_byte8): Make multibyte string with | 7 | * character.c (string_escape_byte8): Make multibyte string with |
| @@ -21,10 +25,10 @@ | |||
| 21 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. | 25 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. |
| 22 | (decode_coding_object): Move point to coding->dst_pos before | 26 | (decode_coding_object): Move point to coding->dst_pos before |
| 23 | calling post-read-conversion function. | 27 | calling post-read-conversion function. |
| 24 | (encode_coding_object): Give correct arguments ot | 28 | (encode_coding_object): Give correct arguments to |
| 25 | pre-write-conversion. Ignore the return value of | 29 | pre-write-conversion. Ignore the return value of |
| 26 | pre-write-conversion function. Pay attention to the case that | 30 | pre-write-conversion function. Pay attention to the case that |
| 27 | pre-write-conversion change the current buffer. If dst_object is | 31 | pre-write-conversion changes the current buffer. If dst_object is |
| 28 | Qt, even if coding->src_bytes is zero, allocate at least one byte | 32 | Qt, even if coding->src_bytes is zero, allocate at least one byte |
| 29 | to coding->destination. | 33 | to coding->destination. |
| 30 | 34 | ||