summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-19 01:24:02 (GMT)
committerhobbs <hobbs>2003-07-19 01:24:02 (GMT)
commitfc86c23109ce55cec8d11e0d3e20bd06a508105f (patch)
tree879e4f221e78d8a95971f3c185c66b899ff49305 /ChangeLog
parent48b7d0845bacd85bffa8e22ea25cac2429321635 (diff)
downloadtk-fc86c23109ce55cec8d11e0d3e20bd06a508105f.zip
tk-fc86c23109ce55cec8d11e0d3e20bd06a508105f.tar.gz
tk-fc86c23109ce55cec8d11e0d3e20bd06a508105f.tar.bz2
* library/panedwindow.tcl: use widget-specific Priv slots for
pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e91c36..8b4b99f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/panedwindow.tcl: use widget-specific Priv slots for
+ pwAfterId and panecursor items to correctly handle cursor changes
+ with adjacant panedwindows.
+
* generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for
TK_XIM_SPOT usage. [Bug 742660] (takahashi)