Revision history for Perl extension Tk::DirSelect.
1.07 (2004-05-21)
* On Win32, added a work-around for inability to see other folders in the
root directory of the drive containing the initial directory. Reselecting
the drive from the drop menu now displays contents properly. (The root
cause of the bug is in DirTree or one of its parent classes...)
* Fixed $VERSION in DirSelect.pm (Oops.)
1.06 (2004-05-20)
* Add Tk as dependancy in Makefile.PL. Should be beyond obvious to
end users, but automated test sites aren't as smart. :)
1.05 (2004-05-20)
* First CPAN release.
* Added a patch for HList behavior changes around Tk 804.025. Corrects
the problem where Show() returned an ARRAY ref instead of a string.
1.04 (2004-05-19)
* Cleaned up guts (no longer recreates a DirTree for each drive change)
* Generate drive list upon display, not creation.
* Initial directory now an argument to Show() (not creation)
* Better display of initial directory.
* Changed title from default, allow user to set (at creation)
1.03 (2004-05-19)
* Maintenance taken over by Michael Carman.
* Use a BrowseEntry instead of buttons for Win32 drives
* Restores cwd after finished.
* Better passthrough of args to DirTree.
* Lots of miscellaneous tweaks.