comparison src/ChangeLog @ 99556:59b20da432f9

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 15 Nov 2008 05:20:12 +0000
parents 54af6e9e3b4e
children 2309359f1f1f
comparison
equal deleted inserted replaced
99555:c7babe27159c 99556:59b20da432f9
1 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * xterm.c (x_draw_glyph_string): Stop drawing the background of
4 the next glyph string once past the overhang width.
5
6 * nsterm.m (ns_draw_glyph_string): Likewise.
7
8 * w32term.c (x_draw_glyph_string): Likewise.
9
1 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) 10 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
2 11
3 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid 12 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
4 double file close. 13 double file close.
5 14