From 834c59713a1970b4a34a706b2c07d6390ee1e044 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 22 Aug 2002 00:07:49 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 7d35cee4817..33313492501 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2002-08-21 Kenichi Handa + * coding.c (coding_set_destination): Fix coding->destination for + the case converting a region. + (encode_coding_utf_8): Encode eight-bit chars as single byte. + (encode_coding_object): Fix coding->dst_pos and + coding->dst_pos_byte for the case converting a region. + + * insdel.c (insert_from_gap): Make it work even if PT != GTP. + * character.h (BYTE8_STRING): New macro. * fns.c (base64_decode_1): Insert eight-bit chars correctly. -- 2.39.5