summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-09 21:20:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-09 21:20:45 (GMT)
commit6ba09276f087f88265682edc0829283880eae8a8 (patch)
treeb9e16b8f5493de79da8463b1e799c3718d6bca69 /ChangeLog
parent6f5e830d15c03e9f1b460e344a469b9f32f80b9f (diff)
downloadtk-6ba09276f087f88265682edc0829283880eae8a8.zip
tk-6ba09276f087f88265682edc0829283880eae8a8.tar.gz
tk-6ba09276f087f88265682edc0829283880eae8a8.tar.bz2
* generic/tkListbox.c: Make literal return values consistent with
those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5e2117..dfdc541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2008-10-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tkListbox.c: Make literal return values consistent with
+ those generated by Tcl_PrintDouble().
+
* tests/canvText.test: Backport test updates in light of the
* tests/entry.test: 2008-10-05 commit.
+ * tests/listbox.test:
* generic/tkEntry.c: Fix missing space constructing the scroll
command.