The KGrep homepage is located at: 

                http://www.logikos.com/devcom/projects/kgrep/

Version 0.1.6
	- Added make install and uninstall rules to Makefile
	- Allow single-click selection of items in listbox 
	- Added jcc (Code Crusader) to list of default external editors
	- Replaced hardcoded toolbar path for pixmaps with kapp->kde_toolbardir() 
	- Added help files
	- Created KGrep icon (heavily theived from KArchie icon)
	- Created KGrep.applnk 

Version 0.1.5
	- Allow user to spawn their own editor with the file at the specified
      line (version 0.1.5)
    - -a, --text option to grep.  Do not supress output lines that contain
      binary data. (version 0.1.5)
    - -s, --no-messages option to grep. Supress error messages about
      non-existant or unreadable files. (ignored for compatability reasons)
    - Add in Ctrl accelerators for common tasks (version 0.1.5)             

Version 0.1.4
	- Added fix for searching a single directory non-recursively

Version 0.1.3
	- Added ability to recursively search a directory
	- Added case sensitivity to searching
	- Added search for lines without matches
	- Added require whole word to match
	- Added require whole line to match
	- Fixed core dump when searching a single file only
	- Fixed bug with editor not updating on successive searches

Version 0.1.1
	- Basic functionality
	- Search for any string or regexp in any given directories
	- Traverse previous and next matches in match list
	- View highlighted match in (currently read-only) embedded editor

