summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-17 20:48:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-17 20:48:59 (GMT)
commit6eb4883088184b907621ae022deee1bc9f6bbb14 (patch)
tree0e812a896216448250395b18ea1fe325146f5beb /ChangeLog
parent6975412d3b85ae353784b46da6204b629cd07b5d (diff)
downloadtk-6eb4883088184b907621ae022deee1bc9f6bbb14.zip
tk-6eb4883088184b907621ae022deee1bc9f6bbb14.tar.gz
tk-6eb4883088184b907621ae022deee1bc9f6bbb14.tar.bz2
Panedwindow fixes that make things behave right in complex geometry cases.
[Bugs 738143+747814]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d31bc2..d630555 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tkPanedWindow.c (PanedWindowReqProc): Fix from Eric
+ Boudaillier so panedwindows get their geometry right even when
+ their children don't know their size initially. [Bug 738143]
+ * doc/panedwindow.n: Removed sentences about the use of [update
+ idletasks] with this command, as that is no longer necessary with
+ the fix from Bug 738143. [Bug 747814]
+
* generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing
to never jump to the end of the switch. I find that confusing as
I can't see whether there's processing still to be done from a