ChangeLog for pyFind
====================
0.10.2  19/02/2002
	Released.

	18/02/2002
	Added Russian translation.  Thanks to Vladimir and Pavel!


0.10.1  09/02/2002
	Released.

        08/02/2002
	Changed Open File functionality to make it compatible with python 1.5.2
        (Thanks to Jonathan Slavin for reporting this).

        Should now open all selected files in the same instance of the default 
            gnome editor.  Fixed File->Open menu signal.
        

0.10.0  27/01/2002
        Released.

        22/01/2002
        Added "--last" parameter.  When specified, this will load pyfind with
            the previous pattern and path entries.

        09/01/2002
        Added "text/uri-list" to drag and drop types.

        06/01/2002
        Changed "from gtk import *" to "import gtk", helps me remember what 
	    functions come from where...
        Remove rows when deleting files.
	Moved file toolbar stuff to main toolbar.
        Tidied up menus.

0.9.0   03/01/2002
        Released.

        01/01/2002
        Drag and drop appears to be working.
         
        16/12/2001
        Added i18n stuff, thanks to Michele Campeotto <micampe@f2s.com>
            and all the contributors to the excellent Moleskine editor <http://www.moleskine.f2s.com>
	So if there's any translators out there, please send your .po files and
            i'll add them to the package.
        Added a mandrake distribution menu entry.
        RPM spec file should now autodetect the correct python version.

	25/11/2001
        Finally :) started on some more stuff...
        Added a Save Results function.  Saves a list of filesnames to a specified filename.

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.
