summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-11-01 22:48:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-11-01 22:48:47 (GMT)
commitfe744b8b6cc6af8dfbd2807d7678da6343a1ecd8 (patch)
tree38129a19e275bb11258a5f6f4329f499be961305 /ChangeLog
parentad178457dd37c20ad02c004630af346b277078fd (diff)
parent001ae23c00c84af98a880e6f37b976d94aa7b6fe (diff)
downloadtk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.zip
tk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.tar.gz
tk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.tar.bz2
* generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit of
type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7fb2e0..79062c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit of
+ type hackery to allow numbers to be interpreted as coordinates (most
+ notably on a canvas) without reinterpreting via a string.
+
2011-10-27 Kevin B. Kenny <kennykb@acm.org>
* generic/tkInt.h: [Bug 3410609]: Change the event mechanism