Fix EOLs broken with last commit.
[bpt/emacs.git] / src / ChangeLog
index c96d0fe..f1fadd2 100644 (file)
@@ -1,3 +1,44 @@
+2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
+       x_draw_glyph_string_background.
+
+       * w32term.c (x_draw_glyph_string): Likewise.
+
+2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.c (x_draw_glyph_string): Stop drawing the background of
+       the next glyph string once past the overhang width.
+
+       * nsterm.m (ns_draw_glyph_string): Likewise.
+
+       * w32term.c (x_draw_glyph_string): Likewise.
+
+2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
+
+       * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
+       double file close.
+
+2008-11-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
+       dedicated status of window before attempting to display another
+       buffer in it.
+
+2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * msdos.c (Fmsdos_long_file_names):
+       (syms_of_msdos) <dos-unsupported-char-glyph>:
+       * dosfns.c (Fint86): Fix typos in docstrings.
+
+2008-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
+
+2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1260000.
+
 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
 
        * frame.c (x_set_alpha): Set alpha to -1 if nil given.