summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
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.