# HG changeset patch # User Kim F. Storm # Date 1096898788 0 # Node ID 94a5dcc330362f56e335e8a7991868c5949c2be1 # Parent 6fd660640e42a2436600846e514d9870970507ab *** empty log message *** diff -r 6fd660640e42 -r 94a5dcc33036 src/ChangeLog --- a/src/ChangeLog Mon Oct 04 13:57:31 2004 +0000 +++ b/src/ChangeLog Mon Oct 04 14:06:28 2004 +0000 @@ -1,5 +1,11 @@ 2004-10-04 Kim F. Storm + * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll + bars with fractional column width. If scroll bar separates two + windows, move it towards the window it belongs to. Only update + the padding area below the scroll bar widget when necessary, + i.e. when scroll bar widget is created, moved, or resized. + * xdisp.c (define_frame_cursor1): Do not change frame cursor while tracking/dragging mouse. (x_draw_vertical_border): Do not draw line if frame has scroll bars.