2006-11-07 [paul]	0.6

	* 0.6 released

2006-10-20 [holger]	0.5cvs5

	* src/notification_core.c
	* src/notification_core.h
	* src/notification_plugin.c
		Make banner module obey global folder
		type limitations.

2006-10-15 [holger]	0.5cvs4

	* configure.ac
	* src/notification_popup.c
		Fix off-by-one in message count when
		using libnotify.

2006-10-15 [holger]	0.5cvs3

	* src/notification_core.c
		Fix typo in debug string

2006-10-14 [holger]	0.5cvs2

	* src/notification_command.c
	* src/notification_core.c
	* src/notification_plugin.c
	* src/notification_popup.c
	* src/notification_prefs.c
	* src/notification_prefs.h
		Implement global configuration options
		to include or exclude certain folder types
		(mail, news, RSS, calendar) from notification.

2006-10-07 [holger]	0.5cvs1

	* src/notification_command.c
	* src/notification_command.h
	* src/notification_prefs.c
	* src/notification_prefs.h
		Expand folder specific settings to
		the command module.

2006-09-26 [colin]	0.5

	* 0.5 released

2006-09-26 [holger]	0.4cvs1

	* src/notification_popup.c
		Fix several possible deadlock situations.
		Thanks to Brian Morrison and Colin for
		debugging this.

2006-09-25 [paul]	0.4

	0.4 released

2006-09-24 [holger]	0.3cvs16

	* src/notification_popup.c
		Have seperate popups for incomming mail,
		calendar messages, RSS feeds and news
		messages when using libnotify.

2006-09-24 [colin]	0.3cvs15

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

2006-09-23 [colin]	0.3cvs14

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

2006-09-23 [holger]	0.3cvs13

	* src/notification_popup.c
		Make code more flexible, preparing for
		having seperate popups for different
		types of incomming messages (will most
		likely only get into the libnotify part).

2006-09-23 [holger]	0.3cvs12

	* src/notification_prefs.c
		Make it clear that the window manager is free
		to ignore the popup width and position selected
		by the user.

2006-09-22 [ticho]	0.3cvs11

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

2006-09-22 [holger]	0.3cvs10

	* src/notification_core.c
		Add some debugging info.
	* src/notification_command.c
	* src/notification_popup.c
		For now, ignore folders with foldertype
		F_NEWS and F_UNKNOWN.

2006-09-21 [holger]	0.3cvs9

	* src/notification_core.c
		Make plugin safe against msgid set to NULL.

2006-09-18 [holger]	0.3cvs8

	* src/notification_core.c
		Change notification implementation in a way
		that every msg is only warned about once,
		distinguished by msgid. This will result in
		getting only one notification for receiving
		double messages, but this is probably the
		smaller annoyance.

2006-09-17 [holger]	0.3cvs7

	* commitHelper
		Use the same version number in ChangeLog and plugin.
	* configure.ac
		Update to check for libnotify. Required libnotify version
		is set to a high value. 0.4.3 or later will probably
		work, but is not released yet, and I didn't verify
		svn. Consider libnotify support to be deactivated for
		now.
	* src/Makefile.am
	* src/notification_pixbuf.c
	* src/notification_pixbuf.h
	* src/notification_plugin.c
	* src/notification_popup.c
	* src/notification_prefs.c
	* src/notification_prefs.h
	* src/raw_sylpheed_claws_logo_64x64.h
		Include support for libnotify.
	* src/notification_core.c
	* src/notification_core.h
		Try to make the notification also work on IMAP folders. This
		requires major rework. The postfiltering-hook has been dropped
		in favor of connecting to the folderitem update hook directly.
		The implementation of this is likely to change again, though.

2006-09-01 [wwp]	0.3cvs6

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

2006-08-27 [wwp]	0.3cvs5

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

2006-08-27 [colin]	0.3cvs4

	* src/notification_plugin.c
		Implement plugin_provides()

2006-08-18 [paul]	0.3cvs3

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

2006-08-04 [holger]	0.3cvs2

	* src/notification_foldercheck.c
	* src/notification_popup.c
	* src/notification_popup.h
	* src/notification_prefs.c
	* src/notification_prefs.h
		Expand folder specific settings to the
		popup module, and fix several bugs on the way.

2006-08-03 [holger]	0.3cvs1

	* src/notification_foldercheck.c
		Make specific folder list safe against deleted
		folders. Fixes crasher when an already deleted
		folder was accessed.

2006-08-02 [paul]

	0.3 released

2006-07-27 [holger]	0.3

	* src/Makefile.am
	* src/notification_core.c
	* src/notification_core.h
	* src/notification_banner.h
	* src/notification_plugin.c
	* src/notification_prefs.c
	* src/notification_prefs.h
	* src/notification_foldercheck.c	*** new file ***
	* src/notification_foldercheck.h	*** new file ***
		Introduce restricting notification to certain
		folders via the options page.  Currently, the
		new feature is only used in the "Banner" module,
		but the others will follow soon. Hopefully.

2006-06-10 [holger]	0.2.1

	* src/notification_prefs.c
		Rework prefs page, to make greying out inactive
		options easier.

2006-06-06 [wwp]	0.2cvs2

	* configure.ac
	* src/.cvsignore
		fix/unify/simplify autostuff.

2006-06-03 [wwp]	0.2cvs1

	* commitHelper
	* PATCHSETS
		introducing commitHelper for plugins too.

2006-05-25 [holger]	0.2

	* configure.ac
	* src/Makefile.am
	* src/notification_plugin.c
	* src/notification_prefs.c
	* src/notification_prefs.h
	* src/notification_command.c	*** new file ***
	* src/notification_command.h	*** new file ***
		Add new module: command
		Executes a command line upon new mail arrival.
		In contrast to the builtin-command support, the
		command ist just issued when the mail is marked as
		"new" after sorting. This way, one can get around
		notifications when for example just Spam arrives.
	
2006-05-07 [holger]	0.1.2

	* src/notification_plugin.c
		Make sure the hooks are not called with
		NULL as source. Fixes crasher.

2006-04-07 [colin] 	0.1.1

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

2006-03-18 [holger]	0.1

	first public release

2006-03-16 [holger]	0.0.2

	* refresh popup during filtering

2006-03-07 [holger]	0.0.1

	* initial import
