aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-02-20 05:25:57 -0500
committerEli Zaretskii2010-02-20 05:25:57 -0500
commitd77fbdad04a1e3f8e4fa1038508379a5f5b8e67e (patch)
treed20e47abe63806acbc519454e597ab7dc6ced017 /src/ChangeLog
parentae9784892b7c9005b792b026d466af105bcb655f (diff)
parent0f00e9485d96c308b126553bd1b90ce4e64f1a1d (diff)
downloademacs-d77fbdad04a1e3f8e4fa1038508379a5f5b8e67e.tar.gz
emacs-d77fbdad04a1e3f8e4fa1038508379a5f5b8e67e.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog33
1 files changed, 32 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a48194a90aa..14e06fc1e28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,38 @@
12010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term.c (fatal): Add a final \n if needed (bug#5596).
4
52010-02-18 Chong Yidong <cyd@stupidchicken.com>
6
7 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
8
92010-02-18 Glenn Morris <rgm@gnu.org>
10
11 * callint.c (Finteractive): Doc fix.
12
132010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14
15 * coding.c (record_conversion_result):
16 Handle CODING_RESULT_INSUFFICIENT_DST.
17 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
18 memory allocation error.
19
202010-02-17 Kenichi Handa <handa@m17n.org>
21
22 * coding.c (decode_coding_ccl): Don't setup ccl program here.
23 Fix for the case that the output buffer is fullfilled.
24 (decode_coding): Setup ccl program here. Keep looping when the
25 decoder stopped because the output buffer is
26 fullfilled (bug#5534).
27
28 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
29
12010-02-13 Jan Djärv <jan.h.d@swipnet.se> 302010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2 31
3 * xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK, 32 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
4 bug #5571. 33 bug #5571.
34 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
35 overdrawn.
5 36
62010-02-10 Jan Djärv <jan.h.d@swipnet.se> 372010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7 38