summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2010-01-03 01:15:08 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2010-01-03 01:15:08 (GMT)
commitbcf3d9f03773bc0637c730660eb32b008a923422 (patch)
tree2e1fad072aa365bbe4116b0b719708841842a43d /ChangeLog
parentd566cea9a4b9f90bc578fdedfb632bbd2eea9409 (diff)
downloadtk-bcf3d9f03773bc0637c730660eb32b008a923422.zip
tk-bcf3d9f03773bc0637c730660eb32b008a923422.tar.gz
tk-bcf3d9f03773bc0637c730660eb32b008a923422.tar.bz2
tearoff menus should be transient and use the toolwindow style on Windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb0a5d..47302fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-01-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * library/tearoff.tcl: tearoff menus should be transient and use the
+ toolwindow style on Windows.
* tests/menu.test: menu tests using 'tkwait visibility' are unix only.
2010-01-02 Donal K. Fellows <dkf@users.sf.net>