diff options
| author | Dave Love | 2002-05-16 19:31:47 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-16 19:31:47 +0000 |
| commit | b1603380b1ba2af7287d263b321579387d876b5f (patch) | |
| tree | f66806b9a2ed1238744dacee311e8c7946944d0b /src | |
| parent | 61b88eb2744a2dc7a2eb8dde618a2dc93e884756 (diff) | |
| download | emacs-b1603380b1ba2af7287d263b321579387d876b5f.tar.gz emacs-b1603380b1ba2af7287d263b321579387d876b5f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 | ||