changeset 89044:4567dce0153f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 22 Aug 2002 00:07:49 +0000
parents 7c95cd050e6d
children 556a246801fb
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 21 13:07:13 2002 +0000
+++ b/src/ChangeLog	Thu Aug 22 00:07:49 2002 +0000
@@ -1,5 +1,13 @@
 2002-08-21  Kenichi Handa  <handa@etl.go.jp>
 
+	* 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.