summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-17 00:37:03 (GMT)
committerhobbs <hobbs>2003-07-17 00:37:03 (GMT)
commitf3065b5641a236c48af7dcdcf8e138b72356de98 (patch)
treee73c63e130bd70d8fcb3a8bf1b032954e2ceb46d /ChangeLog
parentba154f21db39f6326e1369e93778cad9c1d02385 (diff)
downloadtk-f3065b5641a236c48af7dcdcf8e138b72356de98.zip
tk-f3065b5641a236c48af7dcdcf8e138b72356de98.tar.gz
tk-f3065b5641a236c48af7dcdcf8e138b72356de98.tar.bz2
* generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane
* tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9844410..de64aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane
+ * tests/panedwindow.test: shrinks instead of being clipped when
+ resized below the reqsize. [Bug 748277] (spjuth)
+
* generic/tkWindow.c (Initialize): do not free uninit'ed dstring.
[Bug 755906] (mistachkin)