Mercurial > emacs
comparison src/ChangeLog @ 57314:94a5dcc33036
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 04 Oct 2004 14:06:28 +0000 |
parents | 9c9d96da850a |
children | 8c91e4946786 |
comparison
equal
deleted
inserted
replaced
57313:6fd660640e42 | 57314:94a5dcc33036 |
---|---|
1 2004-10-04 Kim F. Storm <storm@cua.dk> | 1 2004-10-04 Kim F. Storm <storm@cua.dk> |
2 | |
3 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll | |
4 bars with fractional column width. If scroll bar separates two | |
5 windows, move it towards the window it belongs to. Only update | |
6 the padding area below the scroll bar widget when necessary, | |
7 i.e. when scroll bar widget is created, moved, or resized. | |
2 | 8 |
3 * xdisp.c (define_frame_cursor1): Do not change frame cursor | 9 * xdisp.c (define_frame_cursor1): Do not change frame cursor |
4 while tracking/dragging mouse. | 10 while tracking/dragging mouse. |
5 (x_draw_vertical_border): Do not draw line if frame has scroll bars. | 11 (x_draw_vertical_border): Do not draw line if frame has scroll bars. |
6 | 12 |