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)
commit632cb6c653389ce3ed256e51767310cb85cc9de9 (patch)
tree879e4f221e78d8a95971f3c185c66b899ff49305 /ChangeLog
parent79112144fcce38a88f01259df00357bdf0076ad2 (diff)
downloadtk-632cb6c653389ce3ed256e51767310cb85cc9de9.zip
tk-632cb6c653389ce3ed256e51767310cb85cc9de9.tar.gz
tk-632cb6c653389ce3ed256e51767310cb85cc9de9.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)