diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-11-26 20:00:52 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-11-26 20:00:52 (GMT) |
commit | 671bcba7bb5831707282a085723aaf9c2812fd9a (patch) | |
tree | abab5c23247a029471a38a8a7e3ceac3752cdf76 /ChangeLog | |
parent | 37a492a973a6293e2324e7a9d66dee21daf1d033 (diff) | |
download | tk-671bcba7bb5831707282a085723aaf9c2812fd9a.zip tk-671bcba7bb5831707282a085723aaf9c2812fd9a.tar.gz tk-671bcba7bb5831707282a085723aaf9c2812fd9a.tar.bz2 |
* library/tkfbox.tcl (VerifyFileName): Corrected a couple
of typos in handling of bad file names. [Bug #1822076]
* tests/filebox.test (filebox-7.1, filebox-7.2): Added
test cases that exercise the above bug.
Thanks to Christoph Bauer (fridolin@users.sf.net) for the
patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-11-26 Kevin Kenny <kennykb@acm.org> + + * library/tkfbox.tcl (VerifyFileName): Corrected a couple + of typos in handling of bad file names. [Bug #1822076] + * tests/filebox.test (filebox-7.1, filebox-7.2): Added + test cases that exercise the above bug. + Thanks to Christoph Bauer (fridolin@users.sf.net) for the + patch. + 2007-11-25 Joe English <jenglish@users.sourceforge.net> * generic/ttk/ttkManager.h, generic/ttk/ttkManager.c, |