aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4c07d29c07d..a51370d5d67 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12003-06-05 Kenichi Handa <handa@m17n.org> 12003-06-05 Kenichi Handa <handa@m17n.org>
2 2
3 * callproc.c (Fcall_process): Handle carryover correctly.
4
5 * coding.c (decode_coding_iso_2022): Fix handling of invalid
6 bytes.
7 (raw_text_coding_system): Check NILP (coding_system).
8 (coding_inherit_eol_type): Check NILP (coding_system) and
9 NILP (parent).
10 (consume_chars): Fix for the case of raw-text.
11
3 * process.c (read_process_output): Handle carryover correctly. 12 * process.c (read_process_output): Handle carryover correctly.
4 13
52003-06-02 Dave Love <fx@gnu.org> 142003-06-02 Dave Love <fx@gnu.org>