diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-07 21:14:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-07 21:14:22 (GMT) |
commit | 97f541d27945a52e5c5427762cb55acd0f62ec7d (patch) | |
tree | e18d63c5d5ea65e27686b5d6f741e01078d03a5a /ChangeLog | |
parent | 6594906a3948d6ffb7d51ba989ac3754f2ff230e (diff) | |
parent | a797aaf84edab95144749877b07a3046ca669d6e (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]. |