diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |