]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(fatal): Add a final \n if needed (bug#5596).
[gnu-emacs] / src / ChangeLog
index 7321b63ed077a1f0ebc8fedfab5103ceff00f9c5..14e06fc1e28cda156e2cc6e151fa579fc4047136 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * term.c (fatal): Add a final \n if needed (bug#5596).
+
 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
 
 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
 
-       * coding.c (record_conversion_result): Handle
-       CODING_RESULT_INSUFFICIENT_DST.
+       * coding.c (record_conversion_result):
+       Handle CODING_RESULT_INSUFFICIENT_DST.
        (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
        memory allocation error.
 
 2010-02-17  Kenichi Handa  <handa@m17n.org>
 
-       * coding.c (decode_coding_ccl): Don't setup ccl program here.  Fix
-       for the case that the output buffer is fullfilled.
+       * coding.c (decode_coding_ccl): Don't setup ccl program here.
+       Fix for the case that the output buffer is fullfilled.
        (decode_coding): Setup ccl program here.  Keep looping when the
        decoder stopped because the output buffer is
        fullfilled (bug#5534).
@@ -27,7 +31,7 @@
 
        * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
        bug #5571.
-       (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
+       (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
        overdrawn.
 
 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>