summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-11 22:48:13 (GMT)
committerhobbs <hobbs>2003-11-11 22:48:13 (GMT)
commit00bea44538377a5e0d130a2e73bc4d7db5636a62 (patch)
tree44ce92f0545c1a5b9a377980977cc4de62f0b6c6 /ChangeLog
parent417680d8c98f70d63ac1c4224c45f34a9ccade14 (diff)
downloadtk-00bea44538377a5e0d130a2e73bc4d7db5636a62.zip
tk-00bea44538377a5e0d130a2e73bc4d7db5636a62.tar.gz
tk-00bea44538377a5e0d130a2e73bc4d7db5636a62.tar.bz2
* library/tkfbox.tcl (::tk::dialog::file::Update): optimize the
dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 223f401..fbe7d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-11-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the
+ dir/files list separation by using the -tails, -directory and
+ -type option of 'glob'. Also passes the glob the -filetypes
+ filters instead of calling string match over each file.
+ [Patch #833819]
+
* generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):
free itemconfig data when removing it from table. [Bug #836483]