]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 01:33:11 +0000 (01:33 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 01:33:11 +0000 (01:33 +0000)
src/ChangeLog

index 330a2128d34256b71d5d348c42f59bebf4cbd2bb..4dc8a14992952c0909b6310e8df45310ebcccea0 100644 (file)
@@ -1,5 +1,10 @@
 2000-05-23  Kenichi Handa  <handa@etl.go.jp>
 
+       * 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  <handa@etl.go.jp>
@@ -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.