aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-05-16 12:24:32 +0000
committerKenichi Handa2002-05-16 12:24:32 +0000
commit1cba5287179d4afb51ece956e0fd0ad5274cd9be (patch)
tree545e094f346936396512737fd6a89ab567d90af8 /src
parent5caed5b9badd71a753385356de15797352df6665 (diff)
downloademacs-1cba5287179d4afb51ece956e0fd0ad5274cd9be.tar.gz
emacs-1cba5287179d4afb51ece956e0fd0ad5274cd9be.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ef9be07a3c..3226b8dd760 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-05-16 Kenichi Handa <handa@etl.go.jp> 12002-05-16 Kenichi Handa <handa@etl.go.jp>
2 2
3 * character.c (string_escape_byte8): Make multibyte string with
4 correct size.
5
3 * charset.c (Fmake_char): Delete unnecessary code. 6 * charset.c (Fmake_char): Delete unnecessary code.
4 7
52002-05-14 Kenichi Handa <handa@etl.go.jp> 82002-05-14 Kenichi Handa <handa@etl.go.jp>
@@ -20,7 +23,7 @@
20 calling post-read-conversion function. 23 calling post-read-conversion function.
21 (encode_coding_object): Give correct arguments ot 24 (encode_coding_object): Give correct arguments ot
22 pre-write-conversion. Ignore the return value of 25 pre-write-conversion. Ignore the return value of
23 pre-write-conversion function. Pay attention for the case that 26 pre-write-conversion function. Pay attention to the case that
24 pre-write-conversion change the current buffer. If dst_object is 27 pre-write-conversion change the current buffer. If dst_object is
25 Qt, even if coding->src_bytes is zero, allocate at least one byte 28 Qt, even if coding->src_bytes is zero, allocate at least one byte
26 to coding->destination. 29 to coding->destination.