Version 1.0.1 -- 1/26/2005 Changed the license from the LAF GPL to the GNU GPL. Changed js/onDragDrop.js to use "delete FILE" instead of "move FILE to trash". The former will delete files from network volumes; the latter will not. Fixed cleanup_trash() in js/functions.js to run "rm -rf" for each file to be permanently deleted instead of building a big string of filenames and deleting them all at once. When the list of filenames grew too big, "rm" wouldn't delete them all in one run and the trash size would never go down. Version 1.0.0 Initial version.