aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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,