summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-24 14:59:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-24 14:59:46 (GMT)
commit63131158ec6f20712214c1233541e694443b149d (patch)
tree4d1ee73014c04492a2795cef4471e155cf12a403 /ChangeLog
parentc0a9fce973031291671d7ad72ec9a6e766125d6d (diff)
downloadtk-63131158ec6f20712214c1233541e694443b149d.zip
tk-63131158ec6f20712214c1233541e694443b149d.tar.gz
tk-63131158ec6f20712214c1233541e694443b149d.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 e6e153d..71af409 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>