From: Kim F. Storm Date: Thu, 20 Jan 2005 15:21:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c310aca4a74ce5409602b91466d94a5a4fbccfbb;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 0caca2a353b..d14994fc3f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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