summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-11-26 20:00:52 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-11-26 20:00:52 (GMT)
commit671bcba7bb5831707282a085723aaf9c2812fd9a (patch)
treeabab5c23247a029471a38a8a7e3ceac3752cdf76 /ChangeLog
parent37a492a973a6293e2324e7a9d66dee21daf1d033 (diff)
downloadtk-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fd055c..cf57bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,