summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-18 11:56:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-18 11:56:56 (GMT)
commite4c758049c65a3fa68d736b7c73f61899bf70f16 (patch)
tree6de111b0e12801f609f8c8457ff0d5cee0d77c14 /ChangeLog
parentc46b6aea1d52c7808c1857908f5e528756f88311 (diff)
downloadtk-e4c758049c65a3fa68d736b7c73f61899bf70f16.zip
tk-e4c758049c65a3fa68d736b7c73f61899bf70f16.tar.gz
tk-e4c758049c65a3fa68d736b7c73f61899bf70f16.tar.bz2
Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 584a1e0..7dd39d2 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-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* library/tkfbox.tcl (IconList_Selection, IconList_Create):