1998-07-16  Thomas Mailund Jensen  <mailund@sunbird.daimi.aau.dk>

	* gtkeditor.[hc]: 
	Added regex_{search,match} on widget. Unfortunalty this is only
	implemented with GNU_REGEXP_LIB. I will have to look at these
	functions without the lib sometime soon. Kept regex_* stuff for
	strings, but I'm not using it any more.

	I still need to add an interface to the regex search, to export it
	outside the editor.
 
	Rewritten hilite_interval. Now it uses regex_search on the widget,
	not on a copy of the buffer. It makes it easier to read, but it's
	currently only working with GNU_REGEX_LIB.
 
	hilite_when_idle is beginning to take shape, but it still gets
	confused on larger files, such as test.c and the editor source.

	Tagged HILITE_WHEN_IDLE. Let's call it version 0.02.
	
1998-07-14  Thomas Mailund Jensen  <mailund@sunbird.daimi.aau.dk>

	* gtkeditor.[hc]: Moved to version 0.01 upon discovering that
	the serious bug with new textattribute in column 0, was a gtktext
	bug, possibly fixed elsewere. Tagged SIMPLE_HILITE.

	* gtkeditor.c (gtk_editor_upd_regexps): More customisation of
	regex patterns.

	* gtkeditor.[hc]: (search-back): Search backwards.

1998-07-13  Thomas Mailund Jensen  <mailund@sunbird.daimi.aau.dk>

	* gtkeditor.[hc] (search): Added search routines. Only search
	forward, and no regex search yet. No search/replace. That really
	ought to be implemented in the application using the widget.

1998-07-12  Thomas Mailund Jensen  <mailund@sunbird.daimi.aau.dk>

	* gtkeditor.c: Added support for gnu regexp library.

1998-07-11  Thomas Mailund Jensen  <mailund@sunbird.daimi.aau.dk>

	* gtkeditor.[hc]: First version. Highlighting of entire buffer (or
	interval of buffer). No font-lock stuff and no indent yet.

