# HG changeset patch # User Kim F. Storm # Date 1106234505 0 # Node ID 9a3b84758dc1e6285fdc23b6bdfba96febc3d1d6 # Parent 497b5dc838033adfba2aa0f199e90d38df87d8b5 *** empty log message *** diff -r 497b5dc83803 -r 9a3b84758dc1 src/ChangeLog --- 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 + * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows. + Thanks to Chong Yidong 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