summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2011-01-14 22:05:38 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2011-01-14 22:05:38 (GMT)
commit0537dcf41109ab0d500a9a958264e067e6339dc0 (patch)
treeb77ce4766a89d9f258ad52830e410ed123fc350d /Changelog
parent32c07a4b48e1b227b6727f7ab6b7e5ddd40d3a64 (diff)
downloadtkdnd-0537dcf41109ab0d500a9a958264e067e6339dc0.zip
tkdnd-0537dcf41109ab0d500a9a958264e067e6339dc0.tar.gz
tkdnd-0537dcf41109ab0d500a9a958264e067e6339dc0.tar.bz2
XDND fixes for TIP 370
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 6 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 93dce26..605be8a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,14 @@
2011-01-14 Petasis George <petasis@iit.demokritos.gr>
- * /library/tkdnd_macosx.tcl: Fixed a bug reported by Kevin Walzer:
+ * library/tkdnd_unix.tcl: Added support for accepting drops, if
+ TIP 370 is finally approved. Changes tested with a preliminary TIP 370
+ implementation.
+
+ * library/tkdnd_macosx.tcl: Fixed a bug reported by Kevin Walzer:
macdnd::_GetDroppedData and xdnd::_GetDroppedData were missing the
"time" argument, added in the XDND section for TIP 370 (if it gets
accepted).
- * /macosx/macdnd.m: Restored back a workarround by Kevin Walzer, as
+ * macosx/macdnd.m: Restored back a workarround by Kevin Walzer, as
TkDND does not work well under all circumstances in OS X 10.6.
(Reported by Kevin Walzer on 23 Dec 2010).