diff options
author | Kim F. Storm <storm@cua.dk> | 2004-10-04 14:06:28 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-10-04 14:06:28 +0000 |
commit | 25f7220cc925403112342dd62f566a81e6f62f4f (patch) | |
tree | 377bc17bd3dc09cea99c493d1459bb1e84f529d7 /src | |
parent | b55d59bad9fa501202e8eb42a76737ffc6a3ea1d (diff) | |
download | emacs-25f7220cc925403112342dd62f566a81e6f62f4f.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6a7624de20..bc2de24804f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2004-10-04 Kim F. Storm <storm@cua.dk> + * 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. |