summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-02-21 14:40:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-02-21 14:40:25 (GMT)
commit0bd1e26fca31c23206e90ef9bed71483dfcb3982 (patch)
treeb06c8677e6ab27b219002501ccce7f7c6ee45556 /ChangeLog
parent0b9950e2ced61c74420d7586384c367cb0e7227c (diff)
downloadtk-0bd1e26fca31c23206e90ef9bed71483dfcb3982.zip
tk-0bd1e26fca31c23206e90ef9bed71483dfcb3982.tar.gz
tk-0bd1e26fca31c23206e90ef9bed71483dfcb3982.tar.bz2
* library/clrpick.tcl (color::BuildDialog):
* library/msgbox.tcl (MessageBox): Yet more places that did complex and fragile width calculations instead of using grid, though with these it is the -uniform option that saves the day.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 299a3d3..c0616d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-02-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/clrpick.tcl (color::BuildDialog):
+ * library/msgbox.tcl (MessageBox): Yet more places that did
+ complex and fragile width calculations instead of using grid,
+ though with these it is the -uniform option that saves the day.
+
* 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