diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d35cee4817..33313492501 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2002-08-21 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-08-21 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * coding.c (coding_set_destination): Fix coding->destination for | ||
| 4 | the case converting a region. | ||
| 5 | (encode_coding_utf_8): Encode eight-bit chars as single byte. | ||
| 6 | (encode_coding_object): Fix coding->dst_pos and | ||
| 7 | coding->dst_pos_byte for the case converting a region. | ||
| 8 | |||
| 9 | * insdel.c (insert_from_gap): Make it work even if PT != GTP. | ||
| 10 | |||
| 3 | * character.h (BYTE8_STRING): New macro. | 11 | * character.h (BYTE8_STRING): New macro. |
| 4 | 12 | ||
| 5 | * fns.c (base64_decode_1): Insert eight-bit chars correctly. | 13 | * fns.c (base64_decode_1): Insert eight-bit chars correctly. |