diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-08-13 10:59:33 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-08-13 10:59:33 (GMT) |
commit | 3b3c9c1c3c7745de0f2de35cd4a3a1f4fc109c78 (patch) | |
tree | 6bdd9a994852d1634a94185de1f641b67def97b6 /ChangeLog | |
parent | 325d3bf1d60abe5c222b729356c0e6424718ad59 (diff) | |
download | tk-3b3c9c1c3c7745de0f2de35cd4a3a1f4fc109c78.zip tk-3b3c9c1c3c7745de0f2de35cd4a3a1f4fc109c78.tar.gz tk-3b3c9c1c3c7745de0f2de35cd4a3a1f4fc109c78.tar.bz2 |
* library/scale.tcl: Fix for bug #787065 for Button-2 press.
* tests/scale.test: Added test for this bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-08-13 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/scale.tcl: Fix for bug #787065 for Button-2 press. + * tests/scale.test: Added test for this bug. + 2003-08-12 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95. |