diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2003-06-05 Kenichi Handa <handa@m17n.org> | 1 | 2003-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 | ||
| 5 | 2003-06-02 Dave Love <fx@gnu.org> | 14 | 2003-06-02 Dave Love <fx@gnu.org> |