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)
commit97f541d27945a52e5c5427762cb55acd0f62ec7d (patch)
treee18d63c5d5ea65e27686b5d6f741e01078d03a5a /ChangeLog
parent6594906a3948d6ffb7d51ba989ac3754f2ff230e (diff)
parenta797aaf84edab95144749877b07a3046ca669d6e (diff)
downloadtk-97f541d27945a52e5c5427762cb55acd0f62ec7d.zip
tk-97f541d27945a52e5c5427762cb55acd0f62ec7d.tar.gz
tk-97f541d27945a52e5c5427762cb55acd0f62ec7d.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].