From: Kenichi Handa Date: Tue, 23 May 2000 01:33:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d80f24d75f1da2168347103611bb808b0481c15;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 330a2128d34..4dc8a149929 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-05-23 Kenichi Handa + * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. + + * term.c (encode_terminal_code): Set coding->src_multibyte + properly. + * coding.c (encode_eol): Fix a bug of DOS style EOL encoding. 2000-05-22 Kenichi Handa @@ -49,7 +54,7 @@ * callproc.c (Fcall_process): Always encode an argument string if it is multibyte. Setup src_multibyte and dst_multibyte members of process_coding properly. - +w * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.