diff src/ChangeLog @ 88529:87badf09419e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 16 May 2002 12:24:32 +0000
parents e28234fcaa49
children d3c120a01077
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 16 12:24:12 2002 +0000
+++ b/src/ChangeLog	Thu May 16 12:24:32 2002 +0000
@@ -1,5 +1,8 @@
 2002-05-16  Kenichi Handa  <handa@etl.go.jp>
 
+	* character.c (string_escape_byte8): Make multibyte string with
+	correct size.
+
 	* charset.c (Fmake_char): Delete unnecessary code.
 
 2002-05-14  Kenichi Handa  <handa@etl.go.jp>
@@ -20,7 +23,7 @@
 	calling post-read-conversion function.
 	(encode_coding_object): Give correct arguments ot
 	pre-write-conversion.  Ignore the return value of
-	pre-write-conversion function.  Pay attention for the case that
+	pre-write-conversion function.  Pay attention to the case that
 	pre-write-conversion change the current buffer.  If dst_object is
 	Qt, even if coding->src_bytes is zero, allocate at least one byte
 	to coding->destination.