summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2008-06-26 21:26:08 (GMT)
committerdgp@users.sourceforge.net <dgp>2008-06-26 21:26:08 (GMT)
commit4590440e9983016138f128b5eae949de106c8ef7 (patch)
tree432e612c028b0a88ff59336d540f5211fa1b9b36 /changes
parent346cce9928ee724d39cfd72cfdb50317943e1a1d (diff)
downloadtk-4590440e9983016138f128b5eae949de106c8ef7.zip
tk-4590440e9983016138f128b5eae949de106c8ef7.tar.gz
tk-4590440e9983016138f128b5eae949de106c8ef7.tar.bz2
* generic/tkPanedWindow.c (PanedWindowProxyCommand)
(DisplayPanedWindow): Ensure that a zero width never gets fed to the underlying window system. [Bug 1639824] (Backport fix from dkf).
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 1 insertions, 3 deletions
diff --git a/changes b/changes
index 13f042e..311db62 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.130.2.2 2008/06/20 13:57:51 das Exp $
+RCS: @(#) $Id: changes,v 1.130.2.3 2008/06/26 21:26:08 dgp Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -6508,8 +6508,6 @@ Several documentation and release notes improvements
2008-04-14 (bug fix)[1941740] [tk_chooseColor -title] (thoyts)
-2008-04-16 (interface)[1938497] make stubs tables 'static const' (steffen)
-
2008-04-17 (bug fix)[1327482] canvas item <Enter> events (wangnick)
2008-05-23 (bug fix)[1967576] ttk::label height or width 0 panic (lawlor)