2006-09-25 [paul]	0.24.2

	0.24.2 released

2006-09-24 [colin]	0.24.1cvs7

	* src/maildir_gtk.c
	* src/plugin.c
		Include main.h for sylpheed_is_exiting()

2006-09-23 [colin]	0.24.1cvs6

	* src/maildir_gtk.c
	* src/plugin.c
		Don't do gtk stuff on exit

2006-09-22 [ticho]	0.24.1cvs5

	* configure.ac
		Update required sylpheed-claws version to 2.4.0.200.

2006-09-20 [colin]	0.24.1cvs4

	* src/maildir.c
		Fix bug #1021 (Mark all read changes the 
		current message)

2006-09-01 [wwp]	0.24.1cvs3

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

2006-08-27 [colin]	0.24.1cvs2

	* src/plugin.c
		Implement plugin_provides()

2006-08-18 [paul]	0.24.1cvs1

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

2006-06-12 [paul]	0.24.1

	0.24.1 released

2006-06-06 [wwp]	0.24.0cvs2

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

2006-06-03 [wwp]	0.24.0cvs1

	* commitHelper
	* PATCHSETS
	* configure.ac
		introducing commitHelper for plugins too.

2006-05-16 [colin] 	0.24

	* src/maildir.c
	  src/uiddb.c
		Optimisation: 
		- adds GLOB_NOSORT to glob() calls to avoid 
		  useless sorting of the results
		- tracks the tail of the linked list when 
		  appending new entries, instead of running 
		  from the head to tail all the time 
		  (O(n^2) -> O(n))
		- uses binary search in 
		  uiddb_delete_entries_not_in_list() instead of
		  linear lookup (O(n^2) -> O(n*log n))

		Patch by Jindrich Makovicka <makovick@gmail.com>

2006-05-14 [colin] 	0.23

	* src/plugin.c
		Fix segfault with bdb4.2 (db environment
		closed before the databases). Patch by
		Jindrich Makovicka <makovick@gmail.com>

2006-04-30 [wwp] 	0.22

	* configure.ac
		check for new versions of BSD DB.
		Patch by Pawel Pekala.

2006-04-07 [colin] 	0.21

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

2006-02-12 [colin]	0.20

	* Check for mainwin before using it

2006-01-23 [paul]	0.19

	* fix crash after unloading plugin

2006-01-14 [colin]	0.18

	* Update default items when moving them

2006-01-14 [colin]	0.17

	* HIGify buttons

2005-12-28 [colin]	0.15

	* Fix libdb linking - closes #880

2005-12-28 [colin]	0.14

	* Add null pointers checks

2005-12-15 [paul]	0.13

	* Add plugin_version()

2005-12-13 [paul]	0.12

	* src/Makefile.am
	* src/plugin.c
	* src/plugin_gtk.c 	** REMOVED **
		merge maildir and maildir_gtk plugins

2005-12-07 [colin]      0.11

	* Add plugin_licence()
	  Fix bug #807 (mime parts not viewable after Flags changed)
	
2006-10-05 [colin] 	0.10

	* src/maildir.c
		Convert filenames from/to utf8
		patch by Klaus Flittner <klaus_flittner@gmx.de>
		+ fix duplicates folders on rescan

2006-10-05 [colin] 	0.9

	* src/maildir_gtk.c
		reflect API change

2005-07-17 [paul]	0.8

	* src/maildir_gtk.c
		update for alertpanel change

2004-12-06 [christoph]

	* src/Makefile.am
		update for changed dependencies in Sylpheed

	Release Maildir Plugin 0.7

2004-11-21 [christoph]

	* src/maildir.c
		remove printfs

	* src/maildir_gtk.c
		update for changed function name in sylpheed

2004-09-24 [christoph]

	* src/maildir.c
		unset NEW flag when the message is not UNREAD

2004-09-22 [christoph]

	* src/maildir.c
		keep flags that don't exist in Maildir in maildir_get_flags()

2004-09-17 [christoph]

	* src/maildir.c
		Add maildir_get_flags()

	Patch by Klaus Flittner <klaus_flittner@gmx.de>

2004-06-08 [christoph]

	Release Maildir Plugin 0.6

2004-06-01 [christoph]

	* src/maildir.c
	* src/maildir_gtk.c
		apply patch by Klaus Flittner <klaus_flittner@gmx.de>
		adding support for FolderItem renaming

2004-05-29 [christoph]

	* src/plugin_gtk.c
		unregister FolderView-PopUp when unloading GTK plugin

2004-05-27 [christoph]

	Release Maildir Plugin 0.5

2004-05-23 [christoph]

	* src/maildir.c
	* src/maildir_gtk.c
		apply patch by Klaus Flittner <klaus_flittner@gmx.de>
		adding folder item remove function

2004-05-21 [christoph]

	* src/maildir.c
	* src/maildir_gtk.c
		apply patch by Klaus Flittner <klaus_flittner@gmx.de>
		for improved Maildir++ scanning and creating new Maildir
		folders

2004-05-18 [christoph]

	* src/maildir.c
	* src/maildir_gtk.c
		implement new folder creation

2004-05-07 [christoph]

	* src/maildir.c
		fix segfault when adding mails to a maildir folder

2004-05-05 [christoph]

	* src/maildir.c
		fix rebuilding of folder tree

2004-05-02 [christoph]

	* src/maildir.c
		fix searching for messages when the file nas been renamed

2004-05-01 [christoph]

	* src/maildir.c
		o search in new and cur directories when scanning the folder
		  or searching for a message
		o rename files on flag changes

2004-04-28 [christoph]

	* configure.ac
	* src/plugin.c
	* src/plugin_gtk.c
		add/update version checks

	Release Maildir Plugin 0.4

2004-04-28 [christoph]

	* src/maildir.c
		o add microseconds to unique part of Maildir filenames
		o replace all "/" with G_DIR_SEPARATOR

2004-04-27 [christoph]

	* src/Makefile.am
	* src/maildir_gtk.[ch]				** NEW **
	* src/plugin_gtk.c
		add FolderView popup menu

	* src/maildir.c
		set a path for Inbox because the folder indentifier functions
		don't work correctly without a path

2004-04-26 [christoph]

	* src/maildir.c
		fix removing of messages

2004-04-26 [christoph]

	* src/maildir.c
		implement add, copy and remove functions for Maildir

2004-04-26 [christoph]

	* src/uiddb.c
		fix memory leak in uiddb_insert_entry()

	* src/maildir.c
		fix crash then info part in filenames is missing

2004-04-25 [christoph]

	* src/Makefile.am
	* src/maildir.c
	* src/plugin.c
	* src/uiddb.[ch]				** NEW **
		restructure uid management
		(old sylpheed_uid.db files in Maildir folders have to be
		 removed, because the content is no longer valid)

2004-01-13 [christoph]

	* src/maildir.c
		update maildir FolderClass

2004-01-12 [christoph]

	* src/maildir.c
		ignore folders without cur directory

2004-01-01 [christoph]

	* src/maildir.c
		fix building of folder's GNode

	* src/maildir.c
		unregister FolderClass when unloading

2003-12-03 [christoph]

	* src/maildir.c
		sync with changes in Sylpheed's FolderClass >= 0.9.7claws11

2003-12-02 [christoph]

	* src/maildir.c
		sync with changes in Sylpheed's FolderClass >= 0.9.7claws10

	* src/plugin.c
		add version checks
