summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorAndrew Murray <radarhere@gmail.com>2015-06-02 13:09:35 (GMT)
committerAndrew Murray <radarhere@gmail.com>2015-06-02 13:09:35 (GMT)
commitd46a2c690a77f44a524c8fc98c0e362fc7b92240 (patch)
tree903da82f48584cdbe2c8c5e724ef77dd7913b5a2 /Changelog
parent0d505bce704feb00d0df12f22f4d97ab71cf3219 (diff)
downloadtkdnd-d46a2c690a77f44a524c8fc98c0e362fc7b92240.zip
tkdnd-d46a2c690a77f44a524c8fc98c0e362fc7b92240.tar.gz
tkdnd-d46a2c690a77f44a524c8fc98c0e362fc7b92240.tar.bz2
Fixed various typos
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 89e829e..6e8f2b6 100644
--- a/Changelog
+++ b/Changelog
@@ -37,7 +37,7 @@
generic::GetWindowCommonTypes and generic::FindWindowWithCommonTypes.
The last one tries to find a window that can accept the current drag.
- * unix/TkDND_XDND.c: Fixed a bug in getting the "acccepted" field
+ * unix/TkDND_XDND.c: Fixed a bug in getting the "accepted" field
in XdndFinished.
* demos/overlapping_targets.tcl: New demo (more a "testing" utility for
@@ -119,7 +119,7 @@
* 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.
+ position from the position event is used.
2012-08-26 Petasis George <petasis@iit.demokritos.gr>
TkDND 2.6 released.
@@ -220,7 +220,7 @@
"time" argument, added in the XDND section for TIP 370 (if it gets
accepted).
- * macosx/macdnd.m: Restored back a workarround by Kevin Walzer, as
+ * macosx/macdnd.m: Restored back a workaround by Kevin Walzer, as
TkDND does not work well under all circumstances in OS X 10.6.
(Reported by Kevin Walzer on 23 Dec 2010).