summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-08-26 08:08:18 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-08-26 08:08:18 (GMT)
commitf410e878ad09bdceb2182225c04f914a0beb3fec (patch)
treeeb09047bf2395bbbe8f55cecea40fd287c42a0b0 /Changelog
parent8f37369eea7890163cae4bd772e735aa2f818e91 (diff)
downloadtkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.zip
tkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.tar.gz
tkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.tar.bz2
TkDND 2.6
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index d9d7c88..bca2e92 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,10 @@
-2012-08-15 Petasis George <petasis@iit.demokritos.gr>
+2012-08-26 Petasis George <petasis@iit.demokritos.gr>
TkDND 2.6 released.
+ * unix/tkUnixSelect.c: Added a work-around for getting the selection
+ under unix: since Tk does not always deliver SelectionNotify, we try
+ to get the selection even if SelectionNotify has not been received.
+
+2012-08-15 Petasis George <petasis@iit.demokritos.gr>
* unix/tkUnixSelect.c: Partially solved the problem with getting
selection under unix. The solution was to try and get the selection,
even if a SelectionNotify event has not been delivered.