X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3fda03158cca460086a067a6d104b9f97309ee36..3c448ab65e5becf76293444d1f90fea03c146a80:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 2e2c77613d..f1fadd2cd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,40 @@ +2008-11-15 YAMAMOTO Mitsuharu + + * 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 + + * 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 (tiny change) + + * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid + double file close. + +2008-11-14 Martin Rudalics + + * 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 + + * msdos.c (Fmsdos_long_file_names): + (syms_of_msdos) : + * dosfns.c (Fint86): Fix typos in docstrings. + +2008-11-14 Eli Zaretskii + + * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace. + 2008-11-14 Katsumi Yamaoka * puresize.h (BASE_PURESIZE): Increase to 1260000.