summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-18 11:50:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-18 11:50:59 (GMT)
commite7249b0e543558e314e2d597b711312eb67dc365 (patch)
tree3aa47da8d809cb22fe93a4f813a49b5ef325516a /ChangeLog
parent866ef3643c493059ad2275e21192c0cea5d0073c (diff)
downloadtk-e7249b0e543558e314e2d597b711312eb67dc365.zip
tk-e7249b0e543558e314e2d597b711312eb67dc365.tar.gz
tk-e7249b0e543558e314e2d597b711312eb67dc365.tar.bz2
Fix widget parenting issue reported by Keith Nash. Also tidied up a bit.
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)