summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-05-21 15:30:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-05-21 15:30:59 (GMT)
commitd3db5961e94351eb876bbe09cc75822a98464b6a (patch)
tree011b9df6bf2b13e6af3da7a024567e6129761a4b /ChangeLog
parentfe602f5a24681408ee16726ec05ac74f8ead5a7e (diff)
downloadtk-d3db5961e94351eb876bbe09cc75822a98464b6a.zip
tk-d3db5961e94351eb876bbe09cc75822a98464b6a.tar.gz
tk-d3db5961e94351eb876bbe09cc75822a98464b6a.tar.bz2
The panedwindow widget now sizes right around unmapped windows. [Bug 738143]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca115de..726ac6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-05-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tkPanedWindow.c (PanedWindowReqProc): Thanks very much
+ to Eric Boudaillier for making panes resize correctly! [Bug 738143]
+
* generic/tkText.c (TextSearchCmd): Forwards and backwards aren't
the same. [Bug 740558] Also edited SearchCore to get it closer
to the Engineering Manual style guidelines.