ChangeLog for pyFind
====================
0.8.1   24/04/2001
        Fixed file_srch_rep.py - should now work for python 1.5.2

0.8.0   17/04/2001
        Added ability to search and replace text within matched files.  You can use regular
        expressions or just supply a normal text string.
        Some more cruft removed.
        Fixed rpm .spec file, so RPMS now available :-)

0.7.1   08/04/2001
        Makefile will now detect the python directory - should now be able to install
            on python 1.5 and 2.0 systems. (Thanks to David Rasch <drasch@science.uva.nl>)
        Fixed event processing when "stop search" button clicked.
        Added user / group columns.
        Changed GtkButton "pressed" signals to "clicked" - seems to cause less problems.

0.7.0   30/03/2001
        Added command-line parameter handling.
        Added stop search functionality - a bit rough, pyFind will only detect 
        a stop command once the 1st file has actually been found.
        Added Delete file functionality.
        Code cleanup.
        Searching now updates GUI in real-time.
        Added field to show command-line syntax of the find command...
           (thanks to Nathan Hurst <njh@hawthorn.csse.monash.edu.au> for this suggestion).

0.6.0   23/03/2001
        Fixed Makefile. Can now do "make install" to install pyFind properly.
        Attempted to make an rpm with pyfind.spec - Can anyone help?
        Rewritten entire application structure to make stuff more 
        extendable (and comprehensible).  This also fixes the close program crash.
        Opening matched files no longer freezes the GUI.       
        Tested v0.5.1 on pygnome-1.4.0.  No problems.

0.5.1   25/02/2001
        Packaged up for release on the net.
        
0.5.0   Did lots of stuff that I can't remember.
        
0.4.0   24/05/2000
        Started Code rewrite! moved file search to separate module.
        
0.3.2   23/05/2000
        Fixed search by date, file size, etc
.
        
0.3.1   20/05/2000
        Renamed some variables.
        Added File toolbar.
        
0.3.0   24/04/2000
        Preferences dialog doesn't core dump.
        
0.2.0   04/2000
        Added search sub-directories option.
        Added match case option.
        Changed option menus for combo boxes.
        Search by mtime rewritten.
        Search by "containing" works :-)

0.1.0   03/2000
        Changed gtkList for a gtkCList.
        Now uses cmd line "find" command.
        search by mod time implemented.

0.0.1   02/2000 
        Initial test version.
        Find files roughly works - only in current directory.
