changeset 34535:336e98ecc067

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Dec 2000 01:27:24 +0000
parents 7a8d08a8c121
children aa667988f2b0
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 13 23:29:44 2000 +0000
+++ b/src/ChangeLog	Thu Dec 14 01:27:24 2000 +0000
@@ -9,7 +9,10 @@
 	argument MULTIBYTEP.  Callers changed.
 	(detect_coding_mask, detect_coding_system): New argument
 	MULTIBYTEP.  Callers changed.
-
+	(decode_coding_string): Set coding->src_multibyte and
+	coding->dst_multibyte before calling detect_coding and detect_eol.
+	Update them after some coding system is detected.
+	
 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* keymap.c (get_keyelt): Only eval the filter if `autoload' is set.