summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2008-11-27 23:47:09 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2008-11-27 23:47:09 (GMT)
commit01a618069d775fcdce058d2fc203f55073e95435 (patch)
treec9fc8e9cb71b8cf58580375c8cbc29a24be76984 /ChangeLog
parent713876e1f5bca010fe3fa12da61c8fdf67cd5665 (diff)
downloadtk-01a618069d775fcdce058d2fc203f55073e95435.zip
tk-01a618069d775fcdce058d2fc203f55073e95435.tar.gz
tk-01a618069d775fcdce058d2fc203f55073e95435.tar.bz2
Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4a989a..2eedeb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
+ * generic/tkCanvUtil.c Millimeter patch. Fixes [1813597,2218964]
+ * generic/tkInt.h by eliminating the functional redundancy
+ * generic/tkObj.c and unnecessary loss of precision of the
+ * generic/tkText.c {pixel,mm}ObjType tandem.
+
2008-11-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkCanvLine.c: Replace Tcl_SetResult(interp, NULL, ....)