Sat Jun 26 22:37:28 BST 1999 Alex Roberts  <bse@gedit.pn.org>

	* browse.c: Fixed compiler warnnigs

Mon May 24 14:24:29 BST 1999 Alex Roberts  <bse@gedit.pn.org>

	* time.c: Use RFC date output, instead of ISO. Much nicer output, and
	  works with +0100 timezones too (BST is GMT+1 (+0100)). Thanks to the
	  date source code, from GNU sh-utils.

1999-05-21 13:09:15  Alex Roberts  <bse@dial.pipex.com>

	* time.c: New plugin, gets the current date/time and inserts it into the
	  current cursor position (very useful for ChangeLog's).
	
	* .cvsigore:
	  plugins.list: Added time-plugin
	
	* Makefile.am: Automatically generated changes.

1999-05-20  Alex Roberts  <bse@dial.pipex.com>

	* man.c: New plugin - Loads a man page into a new document, for easy 
	  viewing (sends some dodgy output tho, needs a bit of work).
	
	* .cvsignore:
	  plugins.gnome.list: Added man-plugin
	
	* Makefile.am: Committing automatically generated changes.
	
	* browse.c: Put the Url: label on the same level as the entry - much nicer.

1999-05-19  Alex Roberts  <bse@dial.pipex.com>

	* email.c: Made it store the From address into a GNOME Config file
	  (Editor_Plugins - Which also includes the Browser config).
	
	* prm/maincode.[ch]: GNOMEified the plugin. Also, added a Scrolled Window
	  to contain the CTree. Tided up the code a bit as well (it was evil, yukky!)

1999-04-19  Chris Lahey  <clahey@umich.edu>

	* Makefile.am: Committing automatically generated changes.

	* wordcount.c: New plugin to count the number of words and output
	it to stdout.

	* plugins.list: Added wordcount.

	* .cvsignore: Added wordcount-plugin.

1999-02-27 (23:17) Alex Roberts  <bse@dial.pipex.coM>

	* email.c: Somebody forgot some gtk_widget_show's.. it wasn't
	  displaying before..
	
	* spell.c: client_document_set_selection_range(...) appears to 
	  be borked..

1999-02-12  Chris Lahey  <clahey@umich.edu>

	* .cvsignore: Added hello-plugin.

1999-02-13 (02:09) Alex Roberts  <bse@dial.pipex.com>

	* httpview.c: New plugin, lets you view the current file in the
	  current Gnome URL viewer.
	
	* plugins.gnome.list: Added httpview.

	* .cvsignore: Added httpview.

	* Makefile.am: Committing autogenerated Makefile.am.

1999-02-04  Chris Lahey  <clahey@umich.edu>

	* hello.c: This is moved from the gedit private plugins
	directory.

	* plugins.list: Added hello.

1999-02-03  Chris Lahey  <clahey@umich.edu>

	* email.c, diff.c, convert.c: Switched from GtkDialog to GnomeDialog.

	* prm/maincode.c, convert.c, browse.c: Fixed warnings.

	* .cvsignore: Added spell-plugin.  Removed print-plugin.

	* plugins.list: Removed print.
	
	* plugins.dir.list, plugins.gnome.list: Moved spell from
	plugins.dir.list to plugins.gnome.list.

	* print.c: Removed.

	* spell/.cvsignore, spell/Makefile.am, spell/client.c,
	spell/client.h, spell/: Removed.

	* spell/spell.c, spell.c: spell.c was moved from spell/ to ./.

1999-02-02  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Made this work no matter whether the directory is
	name plugins or editor-plugins.

1999-01-21  Chris Lahey  <clahey@umich.edu>

	* .cvsignore: Added browse-plugin.

1999-01-19  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Fixed it so that plugins.gnome.list actually works.

	* Makefile.am: Checked in the modified version of Makefile.am.

	* plugins.gnome.list: Changed the comment.
	
	* browse.c: Changed browse.c to use a gnome dialog.

1999-01-19  Alex Roberts <bse@dial.pipex.com>

	* browse.c: Added Browse Plugin (Web Browser (uses Lynx to grab
	  and download web pages))

	* Makefile.am: Checked in the modified version of Makefile.am.

	* convert.c, diff.c, email.c: Converted these plugins to Gnome.

	* plugins.list, plugins.gnome.list: Moved the above plugins from
	plugins.list to plugins.gnome.list.  Added browse to
	plugins.gnome.list.

1999-01-19  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Updated to use plugins.gnome.list.

	* plugins.gnome.list: A list of plugins that use gnome.

1999-01-19  Jeff Garzik  <jgarzik@pobox.com>

	* convert.c, diff.c, email.c, prm/msgbox.c:
	Renamed deprecated Gtk+ functions.

1998-12-15  Jeff Garzik  <jgarzik@pobox.com>

	* spell/spell.c:  s/gtk_spell/gnome_spell/

1998-11-27  Chris Lahey  <clahey@umich.edu>

	* Makefile.am: Removed $(GTKXMHTML_LIBS) from all the plugins
	compile line.

1998-11-11  Seth Alves  <alves@hungry.com>

	* spell/spell.c (handled_word_callback): don't replace the
	word unless it is being corrected.

1998-11-09  Seth Alves  <alves@hungry.com>

	* spell/spell.c (spell_start_check): made changes so that the
	spell plugin works on the current document rather than opening a
	new one

1998-11-07  Chris Lahey  <clahey@umich.edu>

	* prm/Makefile.am, spell/Makefile.am (prm_plugin_SOURCES): Moved
	the reference to client.[ch] to the current directory.

	* prm/client.h, prm/client.c, spell/client.h, spell/client.c:
	Copied from the plugins directory.  These will eventually be
	worked out to be in the plugins/client/ directory probably and
	then referenced from there.

1998-11-07  Chris Lahey  <clahey@umich.edu>

	* reverse.c: Added #include <string.h>.

	* diff.c: A few small changes to deal with when the plugin ends.

	* client.h, client.c: Added the new interfaces
	client_text_set_selection_text and
	client_document_set_selection_range.

	* convert.c: A new plugin.  I think it converts between different
	number formats.

	* .cvsignore: Added Makefile.am.  Changed the list of ignored
	plugins to simply *-plugin.

	* prm/.cvsignore, prm/Makefile.am, prm/maincode.h, prm/maincode.c,
	prm/msgbox.c, prm/msgbox.h: New files for the project manager
	plugin.

	* spell/spell.c, spell/Makefile.am, spell/.cvsignore: New files
	for the spelling plugin.

	* Makefile.am: This is now a generated file.
	* plugins.pl: This generates Makefile.am.
	* plugins.list: This is used in generating Makefile.am.  It's a
	list of single file plugins, each within the corresponding .c
	file.
	* plugins.dir.list: This is used in generating Makefile.am (and
	../configure.in.)  It's a list of plugins that each live in a
	directory of the same name.  This is primarily for plugins that
	need multiple files or need to link to a different set of
	libraries.

1998-10-31  Chris Lahey  <clahey@umich.edu>

	* print.c (main): Commented out a bunch of unused variables.

1998-09-21  Chris Lahey  <clahey@umich.edu>

	* print.c: Added a suggested_accelerator "<control>P" to print.c. 

	* client.h (struct client_info): Added a suggest_accelerator
	field.  This may not be the final format of this parameter and it
	isn't implemented yet.  I would suggest not using this.
	update: This is now implemented.
	(client_info empty_info): Created an empty info global variable.
	This is used to NULL out the info structure.

	* openother.c: Added a plugin to open the other document in a .c,
	.h pair.
	(main): Added a suggested_accelerator to openother.c.  This still 
	isn't used though.  (This is now used.)

