changeset 89934:5ddb430894bf

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Apr 2004 12:57:24 +0000
parents 48af0ea7d387
children eed0cce8a804
files src/ChangeLog.22
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Wed Apr 28 12:52:51 2004 +0000
+++ b/src/ChangeLog.22	Wed Apr 28 12:57:24 2004 +0000
@@ -1,3 +1,14 @@
+2004-04-28  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (setup_coding_system): Set coding->common_flags
+	correctly for raw-text.
+	(consume_chars): On encoding unibyte text by raw-text, don't check
+	multibyte form.
+	(encode_coding): On encoding by raw-text, never use translation
+	tables.
+
+	* fileio.c (e_write): Short cut for the case of no encoding.
+
 2004-04-20  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (detect_coding): Delete unused variables.