Mercurial > emacs
changeset 70522:4f9cf38bdaa0
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 May 2006 07:56:14 +0000 |
parents | 2a2e0198d0cf |
children | bc300a06815f |
files | src/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <lekktu@gmail.com> * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.