Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
107163:d0c70cf98fc8 | 107171:dfc03b454687 |
---|---|
1 2010-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 | |
1 2010-02-13 Jan Djärv <jan.h.d@swipnet.se> | 11 2010-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, |
4 bug #5571. | 14 bug #5571. |
5 (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get | 15 (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get |