summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-09 15:17:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-09 15:17:44 (GMT)
commitd4dd7c92ae8e2060999250bd2402fc5814d5b2d7 (patch)
treeb52748ff8bae22bda3dfd71517ee546dcdccdf1c /ChangeLog
parent199d4675fda94dffe00bafa804ea9f5e38f0891b (diff)
downloadtk-d4dd7c92ae8e2060999250bd2402fc5814d5b2d7.zip
tk-d4dd7c92ae8e2060999250bd2402fc5814d5b2d7.tar.gz
tk-d4dd7c92ae8e2060999250bd2402fc5814d5b2d7.tar.bz2
* tests/canvText.test: Backport test updates in light of the
2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cd14df0..84fe34b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,19 @@
+2008-10-28 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/canvText.test: Backport test updates in light of the
+ 2008-10-05 commit.
+
+ * generic/tkEntry.c: Fix missing space constructing the scroll
+ command.
+
2008-10-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* win/tkWinScrlbr.c: Convert 'sprintf(..."%g"...)' to the
* macosx/tkMacOSXScrlbr.c: locale-insensitive Tcl_PrintDouble.
- * generic/tkScrollbar.c: [Bug 2112563]
- * generic/tkListbox.c:
- * generic/tkEntry.c:
- * generic/tkCanvText.c:
+ * generic/tkScrollbar.c: [Bug 2112563] NOTE: Tcl_PrintDouble
+ * generic/tkListbox.c: is sensitive to the value of
+ * generic/tkEntry.c: ::tcl_precision.
+ * generic/tkCanvText.c: *** POTENTIAL INCOMPATIBILITY ***
* generic/tkArgv.c:
2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net>