diff options
author | hobbs <hobbs> | 2003-11-11 22:39:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-11 22:39:35 (GMT) |
commit | cf2d11dba3a14674460a3022a91de2d4618e6365 (patch) | |
tree | 25d0b10575628d331bc3773483e6db2454dfa730 /ChangeLog | |
parent | 359e23ebdc992276e306cb81ac749dc725072d3f (diff) | |
download | tk-cf2d11dba3a14674460a3022a91de2d4618e6365.zip tk-cf2d11dba3a14674460a3022a91de2d4618e6365.tar.gz tk-cf2d11dba3a14674460a3022a91de2d4618e6365.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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |