diff options
author | ericm <ericm> | 2000-08-29 20:17:11 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-29 20:17:11 (GMT) |
commit | 89f7482bc6e4f71c55c9feff9bb78d8340375238 (patch) | |
tree | 5886466367467cf970bde6099a37937f487f2eb6 /ChangeLog | |
parent | ef85986035437b6d6da8bf171ad32c651eb0a577 (diff) | |
download | tk-89f7482bc6e4f71c55c9feff9bb78d8340375238.zip tk-89f7482bc6e4f71c55c9feff9bb78d8340375238.tar.gz tk-89f7482bc6e4f71c55c9feff9bb78d8340375238.tar.bz2 |
* library/tkfbox.tcl (::tk::dialog::file::Update): Corrected
handling of multi-pattern filters (eg, "* *.*"), which was broken
by the getOpenFile performance patches applied earlier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-08-29 Eric Melski <ericm@ajubasolutions.com> + + * library/tkfbox.tcl (::tk::dialog::file::Update): Corrected + handling of multi-pattern filters (eg, "* *.*"), which was broken + by the getOpenFile performance patches applied earlier. + 2000-08-24 Eric Melski <ericm@ajubasolutions.com> * doc/toplevel.n: |