summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d4aa12..b913b81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-05-03 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/panedwindow.tcl (MarkSash): call DragSash to stop sash
+ jump when B1 is pressed and released without moving. [Bug #932155]
+ Make the panedwindow -opaqueresize option work as per the docs.
+ [Bug #778893]
+
* tests/panedwindow.test: panedwindow-25.1
* generic/tkPanedWindow.c (Unlink): clean up -before/-after refs
to a slave when removing it. [Bug #928413] (griffin)