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.)

