summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-24 21:19:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-24 21:19:35 (GMT)
commite9044ae71084142ae100561370c6c291dd279a4c (patch)
tree8b174d95f37b583ff081eb6d28890725851dec1c /ChangeLog
parentc6982eec5c9bbec87d4addf34971a2c9bc1c2883 (diff)
downloadtk-e9044ae71084142ae100561370c6c291dd279a4c.zip
tk-e9044ae71084142ae100561370c6c291dd279a4c.tar.gz
tk-e9044ae71084142ae100561370c6c291dd279a4c.tar.bz2
Correct bindings for [tk_messageBox].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b8df108..bcd3594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2009-08-24 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/msgbox.tcl (::tk::MessageBox): Correct bindings so that they
+ work with ttk::buttons. Reported by Hans-Christoph Steiner.
+
2009-08-24 Daniel Steffen <das@users.sourceforge.net>
- * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple
+ * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" apple
event handler issues on recent Mac OS X releases by using AE coercion
- to 'utf8' for text data and to 'fsrf' for alias data. (reported by
+ to 'utf8' for text data and to 'fsrf' for alias data. (Reported by
Youness Alaoui on tcl-mac)
2009-08-08 Donal K. Fellows <dkf@users.sf.net>