summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-23 01:36:45 (GMT)
committerhobbs <hobbs>2002-02-23 01:36:45 (GMT)
commit0af8994d033cb275a5f239957908fd08aa310a93 (patch)
tree748e803d09759b51219fa9b8f63fa4f237d87226 /ChangeLog
parentb3c903c04d5944bf1a8173d3c409e50966c6df8a (diff)
downloadtk-0af8994d033cb275a5f239957908fd08aa310a93.zip
tk-0af8994d033cb275a5f239957908fd08aa310a93.tar.gz
tk-0af8994d033cb275a5f239957908fd08aa310a93.tar.bz2
Added proc comments. Made configuring sash cursor more efficient.
Added Cursor timer that restores the default cursor when pointer is no longer over the sash. This is necessary because Leave events won't be seen when moving into a paned child.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88c42f5..08199a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@
* library/panedwindow.tcl (ReleaseSash): changed to not pass x and
y args at all (they aren't used).
+ Added proc comments. Made configuring sash cursor more efficient.
+ Added Cursor timer that restores the default cursor when pointer
+ is no longer over the sash. This is necessary because Leave
+ events won't be seen when moving into a paned child.
2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>