summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-02-21 14:13:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-02-21 14:13:25 (GMT)
commit0b9950e2ced61c74420d7586384c367cb0e7227c (patch)
tree7d6315a0ab9844b3dee7069a7b9e3da17d2d8ac1 /ChangeLog
parent5dc9eda8fddc543ffbadf2ccbad69fc4d1051da3 (diff)
downloadtk-0b9950e2ced61c74420d7586384c367cb0e7227c.zip
tk-0b9950e2ced61c74420d7586384c367cb0e7227c.tar.gz
tk-0b9950e2ced61c74420d7586384c367cb0e7227c.tar.bz2
Made the standard file dialogs use [grid] for their bottom area [Bug #673722]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e94ee..299a3d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-02-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/tkfbox.tcl (file::Create): This procedure was really
+ very crufty in how it went about creating the GUI. It is far
+ easier and more robust to use the grid geometry manager than it is
+ to tune the results of pack with tweaks to -width. [Bug #673722]
+
* library/comdlg.tcl (FDGetFileTypes): Set an upper limit on how
long a file type item description string can get due to appending
of types. [Bug #617392]