2006-09-01 [wwp]	0.9.4cvs7

	* commitHelper
		sync w/ commitHelper in sylpheed-claws module:
		use CVSEDITOR env. var. if set.

2006-08-27 [wwp]	0.9.4cvs6

	* src/perl_plugin.c
		fix plugin compilation (N_ undefined).

2006-08-27 [colin]	0.9.4cvs5

	* src/perl_plugin.c
		Implement plugin_provides()

2006-08-25 [wwp]	0.9.4cvs4

	* src/perl_plugin.c
		fix a potential crash (complete and fix my commit 0.9.4cvs2).

2006-08-24 [colin]	0.9.4cvs3

	* configure.ac
	* src/perl_plugin.c
		Update required version

2006-08-24 [wwp]	0.9.4cvs2

	* src/perl_plugin.c
		updated to reflect recent changes in the way to access some items
		from the MsgInfo data structure.

2006-08-18 [paul]	0.9.4cvs1

	* configure.ac
		bump up GLib and GTK+ minimum required versions,
		following Claws

2006-06-12 [paul]	0.9.4

	0.9.4 released

2006-06-06 [wwp]	0.9.3cvs2

	* configure.ac
	* src/.cvsignore
	* src/Makefile.am
	* src/perl_plugin.c
	* src/plugin_version.h.in
		fix/unify/simplify autostuff, get rid of src/plugin_version.h{,.in} (use pluginconfig.h instead).

2006-06-03 [wwp]	0.9.3cvs1

	* commitHelper
	* PATCHSETS
		introducing commitHelper for plugins too.

2006-05-17 [wwp] 0.9.3

	* src/plugin.c
		Updated sylpheed-claws product name.

	* src/tools/matcherrc2perlfilter.pl
		Updated sylpheed-claws product name (matching this plugin doc).

2006-05-07 [holger]	0.9.2

	* src/perl_plugin.c
		Make sure the filtering hook is not called with
		a NULL message. Fixes possible crasher.
	
2006-04-07 [colin] 	0.9.1

	* configure.ac
		Optionnaly handle --prefix.
		Patch by Pawel Pekala.

2006-03-18 [holger]	0.9

	0.9 released
	
2006-02-25 [holger]     0.8.1

	* src/perl_gtk.c
		Check mainwindow before using it
	* src/perl_plugin.c
		Fix access to "References" header (and a few others)
		Forward and redirect in batch mode
		Remove double plugin version information
		Update required Sylpheed-Claws version
	* sc_perl.pod
		Update documentation
	
2006-02-23 [wwp]	0.8

	* src/perl_plugin.c
		updated to reflect latest changes in compose.c API.
	* ChangeLog
	* configure.ac
		bumped version to 0.8

2006-02-22 [wwp]	0.7

	* src/perl_plugin.c
		fix plugin prefs loading
	* Changelog
	  configure.ac
		bumped version to 0.7

2005-12-15 [paul]	0.6

	* src/perl_plugin.c
		Add plugin_version()

2005-12-07 [colin]      0.5

	* src/perl_plugin.c
		Add plugin_licence()
	
2005-10-06 [paul]	0.4

	* configure.ac
		bump up required Claws version
	* src/perl_plugin.c
		msginfo-threadscore no longer exists, remove it
		Patch by Ricardo Mones Lastra

2005-05-09 [holger]	0.3

	0.3 released

2005-05-06 [holger]	0.2cvs13

	* README
	* src/perl_plugin.h
	* src/perl_plugin.c
	* src/perl_gtk.h			*** NEW FILE ***
	* src/perl_gtk.c			*** NEW FILE ***
		Why not use the logwindow for logging?
		Add entry in the tools menu to edit filter rules
		(via an external editor)

2005-04-09 [holger]	0.2cvs12

	* src/perl_plugin.c
		Make critical warning messages more obvious.

2005-04-06 [holger]	0.2cvs11

	* src/perl_plugin.c
		Open logfile only as needed.
		Set permissions for filter script file and
		logfile to 0600.

2005-04-02 [holger]	0.2cvs10

	* src/perl_plugin.c
	* src/perl_plugin.h
	* sc_perl.pod
		Add logging capability for filters, and
		update the documentation.

2005-03-22 [holger]	0.2cvs9

	* src/perl_plugin.c
	* src/perl_plugin.h			*** NEW FILE ***
		Bring some structure to the source.

2005-03-20 [holger]	0.2cvs8

	* src/perl_plugin.c
		On manual filtering, don't move message to inbox
		during `abort'.

2005-03-19 [holger]	0.2cvs7

	* src/perl_plugin.c
		Don't write to the statusbar on manual filtering,
		because	the text gets stuck.
	
2005-03-19 [holger]	0.2cvs6

	* src/perl_plugin.c
		Add button to open filter scriptfile in
		an external editor upon filter script errors.

2005-03-18 [holger]	0.2cvs5

	* src/perl_plugin.c
	* sc_perl.pod
		Add support for manual filtering invocation,
		update documentation.

2005-02-19 [holger]	0.2cvs4

	* src/perl_plugin.c
		Replace most GLists with GSLists, because I
		iterate in one direction only anyways.
		(hint by Alfons Hoogervorst)

2005-02-18 [holger]	0.2cvs3

	* src/perl_plugin.c
		Remove wrong use of compose struct after
		compose_send(). See version 1.0.1cvs5
		of HEAD.
		(reported by Alfons Hoogervorst)
	
2005-02-13 [holger]	0.2cvs2

	* src/perl_plugin.c
		Replace the strncpy calls with strncpy2 calls
		to make sure string is always null terminated
		(fix by Alfons Hoogervorst)
	
2005-02-12 [holger]	0.2cvs1

	* src/perl_plugin.c
		Don't compare signed and unsigned integers
		(reported by Alfons Hoogervorst)
	
2005-02-11 [holger]	0.2

	0.2 released

2005-02-11 [holger]	0.1.1cvs2

	* INSTALL
	* NEWS
	* configure.ac
	* src/perl_plugin.c
		Code cleanups

2005-02-06 [holger]	0.1.1cvs1

	* AUTHORS
	* INSTALL
	* Makefile.am
	* README
	* configure.ac
	* src/Makefile.am
	* src/perl_plugin.c
	* tools/matcherrc2perlfilter.pl
	* NEWS					*** NEW FILE ***
	* sc_perl.pod				*** NEW FILE ***
		Update cvs repository to current project status.

2004-10-03 [holger]	0.1.1

	* configure.ac
	* src/perl_plugin.c
		Fix missing XSRETURN_UV for Perl 5.8.0 (reported by wwp)
	
2004-10-01 [holger]	0.1

	* initial release
