Mercurial > emacs
changeset 59654:9a3b84758dc1
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 20 Jan 2005 15:21:45 +0000 |
parents | 497b5dc83803 |
children | 369714ad80ed |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 20 14:23:23 2005 +0000 +++ b/src/ChangeLog Thu Jan 20 15:21:45 2005 +0000 @@ -1,5 +1,12 @@ 2005-01-20 Kim F. Storm <storm@cua.dk> + * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows. + Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this. + + * macterm.c (x_draw_glyph_string_box): Likewise. + + * w32term.c (x_draw_glyph_string_box): Likewise. + * indent.c (Fvertical_motion): Temporarily disable selective display. 2005-01-19 Kim F. Storm <storm@cua.dk>