summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-05-14 08:29:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-05-14 08:29:05 (GMT)
commit55409abda8f00f6af3def7318ec66de03beded37 (patch)
tree6732824a5e938bdbf7ffa280ce0513800fd17ae0 /ChangeLog
parentd853863c8bbda281a220cea42a6e295b76ebc8ea (diff)
downloadtk-55409abda8f00f6af3def7318ec66de03beded37.zip
tk-55409abda8f00f6af3def7318ec66de03beded37.tar.gz
tk-55409abda8f00f6af3def7318ec66de03beded37.tar.bz2
Apply fix for [Bug 1639824]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14541db..0c27119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkPanedWindow.c (PanedWindowProxyCommand)
+ (DisplayPanedWindow): Ensure that a zero width never gets fed to the
+ underlying window system. [Bug 1639824]
+
2008-05-13 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/console.tcl: Support pixel sized font in +/- keybinding.