summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-04-03 18:30:36 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-04-03 18:30:36 (GMT)
commitc80cc22cb3faa2fee315afce3ab3546499d30941 (patch)
tree49b664cda3f0606c0709282515e8b228c1d43d35 /Changelog
parent604ceba08aaf9cbb726fa370e49df7a74b96cc13 (diff)
downloadtkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.zip
tkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.tar.gz
tkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.tar.bz2
TkDND 2.3 released.
Added drag support for mouse buttons 2 & 3 under windows.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4295fe9..1560bb2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2012-03-03 Petasis George <petasis@iit.demokritos.gr>
+ TkDND 2.3 released.
+ * library/tkdnd_windows.tcl:
+ * win/OleDND.h:
+ * win/TkDND_OleDND.cpp: Fix in TkDND_DropSource::QueryContinueDrag,
+ to support dragging with all mouse buttons. Bug reported by
+ Michael Fersch.
+
2011-09-24 Petasis George <petasis@iit.demokritos.gr>
* win/OleDND.h: Added definition of WINVER to version 5, when compiling
with MinGW, which defines it with version 4. SF Bug ID: 3411338.