summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-07 21:14:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-07 21:14:22 (GMT)
commit3d636abae27821f49cf2c209a68164449b6be691 (patch)
treee18d63c5d5ea65e27686b5d6f741e01078d03a5a /ChangeLog
parent1a3bb9c68a97c79e52cff4a3ecf1fed6065985d1 (diff)
parente77ca00583903b3d69c7c80d987b99134eb8fa05 (diff)
downloadtk-3d636abae27821f49cf2c209a68164449b6be691.zip
tk-3d636abae27821f49cf2c209a68164449b6be691.tar.gz
tk-3d636abae27821f49cf2c209a68164449b6be691.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 f4a8cc8..1d5746a 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].