diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-19 01:20:17 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-19 01:20:17 (GMT) |
commit | 79112144fcce38a88f01259df00357bdf0076ad2 (patch) | |
tree | 8fe0148a049f8cba5d3dfcc85e9a83f2536ba191 /ChangeLog | |
parent | 0a6a4524bf5256634003ffa661d7cba6a11d2ebb (diff) | |
download | tk-79112144fcce38a88f01259df00357bdf0076ad2.zip tk-79112144fcce38a88f01259df00357bdf0076ad2.tar.gz tk-79112144fcce38a88f01259df00357bdf0076ad2.tar.bz2 |
* win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide
the windows hand cursor where available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-07-19 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/scale.tcl: Fix for bug 706765 to correctly handle the + -sliderrelief option while moving the thumb. + 2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for @@ -7,7 +12,7 @@ * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide consistency between unix and windows -cursor option. - + 2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. |