aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-05-29 13:18:47 +0000
committerKenichi Handa2003-05-29 13:18:47 +0000
commit063dfaf5e1a92dff8f0517259259dd6170e229e0 (patch)
tree10595c9d505711b1dbb17524cfebc77008ee5600 /src/ChangeLog
parent5e5c78beb4172678f8318c6cfdced304fef94022 (diff)
downloademacs-063dfaf5e1a92dff8f0517259259dd6170e229e0.tar.gz
emacs-063dfaf5e1a92dff8f0517259259dd6170e229e0.zip
(Finsert_file_contents): Even if we read into a
unibyte buffer, check if we must decode the result or not.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 651026fe86b..f629b4ec74f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,9 @@
6 respectively. 6 respectively.
7 (decode_coding_gap): Run post-read-conversion if any. 7 (decode_coding_gap): Run post-read-conversion if any.
8 8
9 * fileio.c (Finsert_file_contents): Even if we read into a
10 unibyte buffer, check if we must decode the result or not.
11
92003-05-29 Kenichi Handa <handa@m17n.org> 122003-05-29 Kenichi Handa <handa@m17n.org>
10 13
11 * coding.c (make_conversion_work_buffer): Change the work buffer 14 * coding.c (make_conversion_work_buffer): Change the work buffer