summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-25 08:09:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-25 08:09:17 (GMT)
commit0363772b05a3395a9e79e21c2bb81121bcec0575 (patch)
tree2c3d609fa62541f7e8035c801be9275f746d48b5 /ChangeLog
parent34619c3877d67d2c96785efe775096802ef77937 (diff)
downloadtk-0363772b05a3395a9e79e21c2bb81121bcec0575.zip
tk-0363772b05a3395a9e79e21c2bb81121bcec0575.tar.gz
tk-0363772b05a3395a9e79e21c2bb81121bcec0575.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 d540456..18e1c73 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-17 Jan Nijtmans <nijtmans@users.sf.net>