diff options
| author | Chong Yidong | 2008-11-15 05:20:12 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-15 05:20:12 +0000 |
| commit | ce952b6ebb33b20def4089f2fbce774e72c86c46 (patch) | |
| tree | 7339110a9ce90425e7eba7d454480e174e8e31bd | |
| parent | dab71b2c8dad8b824396aa038911a24d3c03e9ba (diff) | |
| download | emacs-ce952b6ebb33b20def4089f2fbce774e72c86c46.tar.gz emacs-ce952b6ebb33b20def4089f2fbce774e72c86c46.zip | |
* 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.
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea0f422e595..0e0bfaf8ca0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |