diff src/ChangeLog @ 107171:dfc03b454687

Fix the ccl decoder for the case that the output buffer is fullfilled.
author Kenichi Handa <handa@m17n.org>
date Wed, 17 Feb 2010 15:47:32 +0900
parents b5f6df970d0f
children e98bd64897e0
line wrap: on
line diff
--- a/src/ChangeLog	Tue Feb 16 16:39:44 2010 +0900
+++ b/src/ChangeLog	Wed Feb 17 15:47:32 2010 +0900
@@ -1,3 +1,13 @@
+2010-02-17  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (decode_coding_ccl): Don't setup ccl program here.  Fix
+	for the case that the output buffer is fullfilled.
+	(decode_coding): Setup ccl program here.  Keep looping when the
+	decoder stopped because the output buffer is
+	fullfilled (bug#5534).
+
+	* ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
+
 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,