aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-02-17 15:47:32 +0900
committerKenichi Handa2010-02-17 15:47:32 +0900
commitd0396581d5db3d6fd0b27db3511a281cf50b6bd2 (patch)
tree432363f3f70fb139ddd97622d230827ca2d43000 /src/ChangeLog
parentf1e0d763624b7aaecde07611cbe33d189901665b (diff)
downloademacs-d0396581d5db3d6fd0b27db3511a281cf50b6bd2.tar.gz
emacs-d0396581d5db3d6fd0b27db3511a281cf50b6bd2.zip
Fix the ccl decoder for the case that the output buffer is fullfilled.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6de809eb81..1143ea96633 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12010-02-17 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_ccl): Don't setup ccl program here. Fix
4 for the case that the output buffer is fullfilled.
5 (decode_coding): Setup ccl program here. Keep looping when the
6 decoder stopped because the output buffer is
7 fullfilled (bug#5534).
8
9 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
10
12010-02-13 Jan Djärv <jan.h.d@swipnet.se> 112010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2 12
3 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK, 13 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,