diff options
author | dkf <dkf@noemail.net> | 2005-01-18 11:50:58 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-01-18 11:50:58 (GMT) |
commit | dcebc005c93284f45a08977ef44c56b8c76f8ea9 (patch) | |
tree | 3aa47da8d809cb22fe93a4f813a49b5ef325516a /ChangeLog | |
parent | 87fd74248b0de8878980b358e35251da004c3ec2 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |