History: V2.7 (2000-04-13) * Fixed a _very_ nasty bug, that made the delete function delete all entries if the first entry was selected. [Denis Zwornarz] V2.6 (2000-04-11) * "#?" is now the initial pattern. [Jeff Pierce] * Speeded up "Search by contents". * Finally recompiled with SAS/C 6.58. * Removed the "no prefs" requester, as some user use the default and get annoyed by it. [Sebastian Bauer] * Replaced all HookEntrys with registrized parameters. That should speed up some things a little bit. * Added a french catalog from Pascal Chiozzi. * Speeded extremly up the search routine by using ExAll() [Sebastian Bauer] V2.5 * Fixed a bug that made CopyTo not work. [Bill Duxbury] (2000-04-01) V2.4 * Added some sample rexx-scripts from Nils Görs. (2000-03-29) * Remaped the icons for OS 3.5. * Delete file button added. [Denis Zwornarz] * Rexx command "DELETE" added. * Fixed a bug in the scanner module: when having aborted a scan, the following would search only the first path. * If a path is deleted, all matches found in it will be removed too. [Bill Duxbury] * Added search by contents. [Nils Bandener] * The matches listview now supports multiselection. This effects on the functions from the toolbar (except of copy to clipboard) and their Rexx equivalents. [Nils Görs] * New Rexx commands added: "SELECT" and "UNSELECT". * New attribute for "GET" and "SELECT" added: "SELECTED". [Nils Görs] * Added preferences window and file. * Recompiled with vbcc which should produce better code. * Changed the path list from List to NList -> why should be both loaded? * Added prefs window with following options: Quiet list, Recurse, Viewer, Help guide, ARexx path, Default destination. * RexxMenu with up to 10 items added. * Install script removed -> I have no time to keep it recent, if anyone is interested to do it -> mailto:hynek.s@web.de . * Added "PUBSCREEN" attribute for "GET" (with kind support from Sebastian Bauer, thank you!). [Nils Görs] * Added a NewIcon from Luca Longone. V2.3 * Renamed "ACT_PATH" and "ACT_MATCH" to "PATH_CURS" (2000-03-07) and "MATCH_CURS" in "SET" and "GET". * Added "VERSION" attribute for "GET". [Nils Görs] * Added "LOCKGUI" attribute for "SET" and "GET". [Nils Görs] * "GET MATCHFILE " is also supported now. [Nils Görs] * Added menuitem "Execute ARexx-Script...". [Nils Görs] V2.2 * Added new Rexx command: "TOGGLE". Have a look (2000-02-26) into the Rexx chapter for details. [Nils Görs] * Added attribute for the iconify state. See the "SET", "GET" and "TOGGLE" chapters in the Rexx guide how to utilitize it. * Some optimizations in the Rexx modules. * Fixed another crash in the CopyFile routine. [Bill Duxbury] * Enhaced the CopyFile routine. V2.1 * Installscript included. (2000-02-25) * Nasty crash fixed if copying big files. [Bill Duxbury] V2.0 * Too much changes to be listed here please read the (2000-02-20) manual.