summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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)