summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2015-02-20 11:06:35 (GMT)
committerpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2015-02-20 11:06:35 (GMT)
commit9382739e1104abb24dee3ffbb85b4d0a739e842b (patch)
tree77b36dcf01478256b277afbdf6d22ebc66fdeeb5 /Changelog
parent2403886945548ab8672e396f4f146c1ab2498d50 (diff)
downloadtkdnd-9382739e1104abb24dee3ffbb85b4d0a739e842b.zip
tkdnd-9382739e1104abb24dee3ffbb85b4d0a739e842b.tar.gz
tkdnd-9382739e1104abb24dee3ffbb85b4d0a739e842b.tar.bz2
Bug fix for OS X 10.7
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog15
1 files changed, 12 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 45e7c48..05a4471 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+2015-02-20 Petasis George <petasis@iit.demokritos.gr>
+ * unix/TkDND_XDND.c: Fixed a bug in converting Time to a Tcl object.
+ Now Tcl_NewWideIntObj() is used, as Tcl_NewLongObj() could cause an
+ overflow under some operating systems. Bug reported by Nicolas Bats,
+ for OS X 10.7.
+
+2014-11-26 Petasis George <petasis@iit.demokritos.gr>
+ TkDND 2.7 released.
+
2014-10-07 Petasis George <petasis@iit.demokritos.gr>
* macosx/macdnd.m:
* library/tkdnd_macosx.tcl: Added support for DND_HTML in OS X.
@@ -93,9 +102,9 @@
2012-11-27 Petasis George <petasis@iit.demokritos.gr>
* library/tkdnd_unix.tcl:
* library/tkdnd_windows.tcl: Leave and Drop events do not report 0
- as root x/y (%X %Y). In case the underlying protocol does not support
- reporting the mouse coordinates for the specific event, the last known
- possition from the position event is used.
+ as root x/y (%X %Y). In case the underlying protocol does not support
+ reporting the mouse coordinates for the specific event, the last known
+ possition from the position event is used.
2012-08-26 Petasis George <petasis@iit.demokritos.gr>
TkDND 2.6 released.