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

	* launcher/Makefile.am: Changed this to reference gmodule-plugins/
	instead of plugins/.

	* Makefile.am: Removed some plugins that were repeated in the
	editor-plugins directory.

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

	* hello/Makefile.am, ctag/Makefile.am: Replaced plugins with gmodule-plugins in the
	source and build directory names.
	
	* Makefile.am: Removed all the plugins that are duplicated in
	editor-plugins.

1999-01-28  Evan Lawrence <evan@worldpath.net>

	* email/email.c: Some bugfixes/ui improvements to the email plugin.

1999-01-22  Evan Lawrence <evan@worldpath.net>

	* Made some improvements to the email plugin, mostly UI stuff.

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

	* Converted all (except Projekt Manager.. BAAAAADDDD code ;) plugins to
	  Gnome...
	  
	* plugin_howto: Added point about the standard gnome config prefix for
	  plugins (/Editor_Plugins/<Plugin Name>/)

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

	* Started converting Plugins to Gnome...
	
	* Done (almost) Email and Convert

1998-12-17  Alex Roberts <bse@dial.pipex.com>

	* Makefile.am: added Fred's ctags plugin to  'if WITH_GNOME', as it uses
	  features that will not work with gtk 1.0.x, and when it is finished will
	  probably only use features in Gnome...
	
	* Makefile.am: Tidied up erroneous if WITH_GNOME's... all under ONE 
	  'if WITH_GNOME'... No need to check multiple times...

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

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

1998-12-05  Alex Roberts  <bse@dial.pipex.com>

	* browser/*: New plugin... Web Browser.. see ../README.plugins...

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

	* Makefile.am (SUBDIRS): Switched client and ctag so that it'd
	compile in the right order.

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

	* spell/spell.c: poptification

1998-10-23  Martin Baulig  <martin@home-of-linux.org>

	* shell/main.c: Add callback to close the window when the shell exits.

	* launcher/launcher-server.c: Don't use installed header files.

1998-10-22  Martin Baulig  <martin@home-of-linux.org>

	* launcher: New plugin. This is a `Document Launcher' which is
	implemented as a CORBA server.
	
	* idl, goad: New directories for plugins that use CORBA.

1998-10-22  Martin Baulig  <martin@home-of-linux.org>

	* shell: New plugin. This is a gmodule plugin which uses libzvt
	from gnome-libs/zvt.

1998-10-14  Alex Roberts  <bse@dial.pipex.com>

	* gmodule_plugin_howto: Fixed typo, it's "gEdit" NOT "GEdit"!!

1998-10-14  Martin Baulig  <martin@home-of-linux.org>

	* gmodule_plugin_howto: New file. Contains documentation about
	the new GModule Plugin Interface.

1998-10-13  Martin Baulig  <martin@home-of-linux.org>

	* client/client.c: Added the following functions:
	`client_document_set_auto_indent', `client_document_set_status_bar',
	`client_document_set_word_wrap', `client_document_set_read_only',
	`client_document_set_split_screen', `client_document_set_scroll_ball'.
	
1998-10-13  Martin Baulig  <martin@home-of-linux.org>

	* client/Makefile.am (geditincludedir): New variable pointing to
	`$(includedir)/gedit'. We need to install the header files to make
	it possible to write plugins outside the gedit module.
	(geditinclude_HEADERS): Added `client.h' here.

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

	* client/client.h, client/client.c: Added text_insert
	functionality.

1998-10-05  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* hello/.cvsignore: Shut up cvs.

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

	* diff/diff.c (done): Set up diff.c to send a client_finish before
	exitting if the window is shut or cancel is hit.

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

	* plugin_howto: Just updated this a bit.

	* client/client.c (client_init): Fixed an ordering bug where
	plugins weren't reading their contexts if in query mode.

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

	* .*/Makefile.am: Changed so that it uses libclient.a.

	* client/.*: Added.  Adds libclient.a

	* Makefile.am: Added testselect.

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

	* client.c, client.h: Copied from go.  Added a
	suggested_accelerator field to client_info.

	* hello/hello.c (main): Initialized client_info info to
	empty_info.  Added a client_finish call.

	* (.*)/\1.c (main): Initialized client_info info to empty_info.

	* .*/Makefile.am: Attempted to change so that it would load from
	a single client.c and client.h.  Doesn't quite work yet.

	* .*/client.h, .*/client.c: Removed.

1998-09-07  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (plugindir): Move into $(libdir) -- plugins
	are binaries, not arch-independent.
	* convert/Makefile.am (plugindir): Likewise.
	* cvsdiff/Makefile.am (plugindir): Likewise.
	* diff/Makefile.am (plugindir): Likewise.
	* email/Makefile.am (plugindir): Likewise.
	* encrypt/Makefile.am (plugindir): Likewise.
	* prm/Makefile.am (plugindir): Likewise.
	* reverse/Makefile.am (plugindir): Likewise.
	* spell/Makefile.am (plugindir): Likewise.

1998-09-03  Alex Roberts  <bse@dial.pipex.com>

	* convert/*: New plugin... Converts Dec->Hex/Oct, Hex->Dec

1998-08-27  Martin Baulig  <martin@home-of-linux.org>

	* prm/Makefile.am (prm_plugin_SOURCES): Added all files again
	that were commented out.

	* Makefile.am (SUBDIRS): Disabled `spell' if we don't have GNOME.

1998-08-26  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* */.cvsignore: Added .cvsignore files.

1998-08-23  Alex Roberts  <bse@dial.pipex.com>

	* Moved all plugins into their own directories...
	
	* Added Mikael Hermansson's Projektmanager plugin (Very nice Mikael)

1998-08-08  Chris Lahey  <clahey@umich.edu>

	* client.c: Made another #include ordering change.

1998-08-06  Chris Lahey  <clahey@umich.edu>

	* client.c (client_document_close): 
	* client.h: client_document_close returns a value based on whether
	the document was actually closed.  Returns true if it was closed.

1998-08-06  Chris Lahey  <clahey@umich.edu>

	* client.h: 
	* client.c: Added a document_close function.
	Added a bunch of checks during writing data.

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

	* Makefile.am: Removed decrypt-plugin from plugin_PROGRAMS

1997-07-20  Alex Roverts  <bse@dial.pipex.com>

	* Renamed 'Encrypt' to 'Encryption'

	* Removed 'Decrypt', as Encrypt also decrypts aswell! 

1998-07-19  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* .cvsignore: Created this file. Added Makefile.in to it.

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

	* client.h: 
	* client.c: Copied these from the go sources.  Mostly changes to
	increase robustness.

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

	* reverse.c: Changed the comment at the top of the code.
	
	* encrypt.c (main): Fixed a bug in the encryption code.

	* encrypt.c (main): Forgot to change the menu location from
	Reverse.

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

	* encrypt.c: Rewrote this based on reverse.c instead of diff.c.

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

	* plugin_howto: New file documenting the plugin API in client.h.

1998-07-16  Alex Roberts  <bse@dial.pipex.com>
	
	* Added encrypt/decrypt plugins to main plugin repo...
