summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-19 01:22:14 (GMT)
committerhobbs <hobbs>2003-07-19 01:22:14 (GMT)
commit0a8e7328a8ae8606660f497e79afacab3b3456da (patch)
tree9a2ba061b38dd03b9b23dc76adfb2e58922d74b2 /ChangeLog
parentca922fad9db6330c595a1bbd3f9dddb4087e8719 (diff)
downloadtk-0a8e7328a8ae8606660f497e79afacab3b3456da.zip
tk-0a8e7328a8ae8606660f497e79afacab3b3456da.tar.gz
tk-0a8e7328a8ae8606660f497e79afacab3b3456da.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 57681b9..705f211 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)