summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-24 15:12:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-24 15:12:34 (GMT)
commit665c6838d8bd2124a075412fcca609233d6bc27a (patch)
tree57431c951c0c9e17ea154a24abdac09391622e44 /ChangeLog
parent0a14aa5c2942393da63f2ff7cab77aa818e84011 (diff)
parent63131158ec6f20712214c1233541e694443b149d (diff)
downloadtk-665c6838d8bd2124a075412fcca609233d6bc27a.zip
tk-665c6838d8bd2124a075412fcca609233d6bc27a.tar.gz
tk-665c6838d8bd2124a075412fcca609233d6bc27a.tar.bz2
[Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure
that knows how to avoid nasty problems when non-list filters are used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e78aae..f9a8229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2012-08-24 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/tkfbox.tcl (GlobFiltered): [Bug 3558535]: Factor out the
+ filtered-sorted globbing code into one procedure that knows how to
+ avoid nasty problems when non-list filters are used. This allows the
+ rest of the [tk_getOpenFile] implementation to be ignorant of the
+ considerable complexities of globbing.
+
2012-08-23 Don Porter <dgp@users.sourceforge.net>
- * unix/tkUnixWm.c: [Bugs 3554026,3561016] Stop crash with tearoff menus.
+ * unix/tkUnixWm.c: [Bugs 3554026,3561016]: Stop crash with tearoff
+ menus.
2012-08-23 Jan Nijtmans <nijtmans@users.sf.net>