Mercurial > emacs
comparison src/ChangeLog @ 107191:7583dd319561
(fatal): Add a final \n if needed (bug#5596).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 18 Feb 2010 12:02:24 -0500 |
parents | 4ab38ae694be |
children | 6d88094b5e63 |
comparison
equal
deleted
inserted
replaced
107190:21bb664bb922 | 107191:7583dd319561 |
---|---|
1 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term.c (fatal): Add a final \n if needed (bug#5596). | |
4 | |
1 2010-02-18 Chong Yidong <cyd@stupidchicken.com> | 5 2010-02-18 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569). | 7 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569). |
4 | 8 |
5 2010-02-18 Glenn Morris <rgm@gnu.org> | 9 2010-02-18 Glenn Morris <rgm@gnu.org> |
6 | 10 |
7 * callint.c (Finteractive): Doc fix. | 11 * callint.c (Finteractive): Doc fix. |
8 | 12 |
9 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | 13 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) |
10 | 14 |
11 * coding.c (record_conversion_result): Handle | 15 * coding.c (record_conversion_result): |
12 CODING_RESULT_INSUFFICIENT_DST. | 16 Handle CODING_RESULT_INSUFFICIENT_DST. |
13 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on | 17 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on |
14 memory allocation error. | 18 memory allocation error. |
15 | 19 |
16 2010-02-17 Kenichi Handa <handa@m17n.org> | 20 2010-02-17 Kenichi Handa <handa@m17n.org> |
17 | 21 |
18 * coding.c (decode_coding_ccl): Don't setup ccl program here. Fix | 22 * coding.c (decode_coding_ccl): Don't setup ccl program here. |
19 for the case that the output buffer is fullfilled. | 23 Fix for the case that the output buffer is fullfilled. |
20 (decode_coding): Setup ccl program here. Keep looping when the | 24 (decode_coding): Setup ccl program here. Keep looping when the |
21 decoder stopped because the output buffer is | 25 decoder stopped because the output buffer is |
22 fullfilled (bug#5534). | 26 fullfilled (bug#5534). |
23 | 27 |
24 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. | 28 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. |
25 | 29 |
26 2010-02-13 Jan Djärv <jan.h.d@swipnet.se> | 30 2010-02-13 Jan Djärv <jan.h.d@swipnet.se> |
27 | 31 |
28 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK, | 32 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK, |
29 bug #5571. | 33 bug #5571. |
30 (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get | 34 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get |
31 overdrawn. | 35 overdrawn. |
32 | 36 |
33 2010-02-10 Jan Djärv <jan.h.d@swipnet.se> | 37 2010-02-10 Jan Djärv <jan.h.d@swipnet.se> |
34 | 38 |
35 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and | 39 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and |