summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-07 21:06:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-07 21:06:06 (GMT)
commite77ca00583903b3d69c7c80d987b99134eb8fa05 (patch)
treed5a774bdf752755cf7bdd4c82caa062ea0530e67 /ChangeLog
parent2da308287ac0cb828ac2fd46fa33981a0a80c547 (diff)
downloadtk-e77ca00583903b3d69c7c80d987b99134eb8fa05.zip
tk-e77ca00583903b3d69c7c80d987b99134eb8fa05.tar.gz
tk-e77ca00583903b3d69c7c80d987b99134eb8fa05.tar.bz2
Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configured
to use -from and -to values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46d0a23..2c9c1ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkEntry.c: Restore support for values "08" and "09"
+ in a [spinbox] configured to use -from and -to values. [Bug 2358545].
+
2011-06-06 Don Porter <dgp@users.sourceforge.net>
* generic/tkConsole.c: Restore proper NUL output to the [console].