Mercurial > emacs
changeset 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 | c7babe27159c |
children | 5cf4a15cedab |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 14 23:36:37 2008 +0000 +++ b/src/ChangeLog Sat Nov 15 05:20:12 2008 +0000 @@ -1,3 +1,12 @@ +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