summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-08-24 15:12:34 (GMT)
committerdkf <dkf@noemail.net>2012-08-24 15:12:34 (GMT)
commit485f6ff7671f993f918fbabd163227f73dde3845 (patch)
tree57431c951c0c9e17ea154a24abdac09391622e44 /ChangeLog
parent09548d7463aa4929eb479d1c989fc531c1507f07 (diff)
parent06ec4158f2baafe6498addcd0ea5ef5401bed622 (diff)
downloadtk-485f6ff7671f993f918fbabd163227f73dde3845.zip
tk-485f6ff7671f993f918fbabd163227f73dde3845.tar.gz
tk-485f6ff7671f993f918fbabd163227f73dde3845.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. FossilOrigin-Name: f3b0b97579c1940979e47720c7de3d89ba4992e6
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>