summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-01-18 11:50:58 (GMT)
committerdkf <dkf@noemail.net>2005-01-18 11:50:58 (GMT)
commitdcebc005c93284f45a08977ef44c56b8c76f8ea9 (patch)
tree3aa47da8d809cb22fe93a4f813a49b5ef325516a /ChangeLog
parent87fd74248b0de8878980b358e35251da004c3ec2 (diff)
downloadtk-dcebc005c93284f45a08977ef44c56b8c76f8ea9.zip
tk-dcebc005c93284f45a08977ef44c56b8c76f8ea9.tar.gz
tk-dcebc005c93284f45a08977ef44c56b8c76f8ea9.tar.bz2
Fix widget parenting issue reported by Keith Nash. Also tidied up a bit.
FossilOrigin-Name: c37dd90b721beeb74a9d01fb975d6d5325aefb0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a6a87..d295e09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * library/demos/menu.tcl: Reworked to make dialogs children of the
+ demo widget so that they are properly visible. Issue reported by
+ Keith Nash <k.j.nash@usa.net>
+
2005-01-14 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):
Fixes: #959973 "wm title bug" (support Unicode titles)