summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-07-19 01:20:17 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-07-19 01:20:17 (GMT)
commit79112144fcce38a88f01259df00357bdf0076ad2 (patch)
tree8fe0148a049f8cba5d3dfcc85e9a83f2536ba191 /ChangeLog
parent0a6a4524bf5256634003ffa661d7cba6a11d2ebb (diff)
downloadtk-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--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b91c313..2e91c36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.