aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 330a2128d34..4dc8a149929 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-05-23 Kenichi Handa <handa@etl.go.jp> 12000-05-23 Kenichi Handa <handa@etl.go.jp>
2 2
3 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
4
5 * term.c (encode_terminal_code): Set coding->src_multibyte
6 properly.
7
3 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding. 8 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
4 9
52000-05-22 Kenichi Handa <handa@etl.go.jp> 102000-05-22 Kenichi Handa <handa@etl.go.jp>
@@ -49,7 +54,7 @@
49 * callproc.c (Fcall_process): Always encode an argument string if 54 * callproc.c (Fcall_process): Always encode an argument string if
50 it is multibyte. Setup src_multibyte and dst_multibyte members of 55 it is multibyte. Setup src_multibyte and dst_multibyte members of
51 process_coding properly. 56 process_coding properly.
52 57w
53 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not 58 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
54 SPLIT_NON_ASCII_CHAR. 59 SPLIT_NON_ASCII_CHAR.
55 60