# HG changeset patch # User Kenichi Handa # Date 1147074974 0 # Node ID 4f9cf38bdaa01210f9ae62110d44d77e797889a6 # Parent 2a2e0198d0cfc5aee4be81d62d14766c29dab459 *** empty log message *** diff -r 2a2e0198d0cf -r 4f9cf38bdaa0 src/ChangeLog --- a/src/ChangeLog Mon May 08 07:56:05 2006 +0000 +++ b/src/ChangeLog Mon May 08 07:56:14 2006 +0000 @@ -1,3 +1,26 @@ +2006-05-08 Kenichi Handa + + * callproc.c (Fcall_process): Use system_eol_type for encoding + arguments if eol_type is not yet decided. + + * coding.h (system_eol_type): Extern it. + + * coding.c (setup_coding_system): For invalid coding-system, set + coding->eol_type to CODING_EOL_UNDECIDED. + (encode_coding): Cancel previous change. + (shrink_encoding_region): Likewise. + (code_convert_region1): Likewise. + (code_convert_string1): Likewise. + (code_convert_string_norecord): Likewise. + + * fileio.c (choose_write_coding_system): Use system_eol_type for + encoding if eol_type is not yet decided. + + * process.c (setup_process_coding_systems): Use system_eol_type + for encoding if eol_type is not yet decided. + (read_process_output): Likewise. + (send_process): Likewise. + 2006-05-07 Juanma Barranquero * minibuf.c (syms_of_minibuf) : Fix typo in doc.