2006-09-04 [colin]	0.6.0cvs16

	* src/feed.c
		Remove spurious printfs

2006-09-01 [wwp]	0.6.0cvs15

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

2006-08-29 [colin]	0.6.0cvs14

	* src/feed.c
	* src/parsers.c
		Fix trailing spaces making items new
		at each refresh

2006-08-29 [paul]	0.6.0cvs13

	* .cvsignore
		remove references to pluginconfig.h(.in),
		the files ceased to exist

2006-08-28 [ticho]	0.6.0cvs12

	* src/feed.c
	* src/rssyl.c
		Small fix for unwanted behavior when moving a feed between folders.

2006-08-28 [ticho]	0.6.0cvs11

	* src/feed.c
		Inform user if the feed seems to be malformed.

2006-08-28 [paul]	0.6.0cvs10

	* po/remove-potcdate.sin
	* po/stamp-po
		add missing files

2006-08-28 [paul]	0.6.0cvs9

	* configure.ac
	* src/Makefile.am
	* src/plugin.c
		fix setting of localedir
		Thanks to Colin

2006-08-28 [paul]	0.6.0cvs8

	* configure.ac
	* po/Makefile.in.in
	* po/Makevars
	* src/plugin.c
		require autoconf 2.60, enabling building
		with gettext 0.15 (gettext 0.14.x build still
		possible). Replace Makefiles with versions
		from gettext 0.15.

2006-08-27 [colin]	0.6.0cvs7

	* src/rssyl.c
	* src/rssyl_cb_menu.c
	* src/rssyl_cb_menu.h
	* src/rssyl_gtk.c
		Allow arbitrary folder hierarchy, and normal folders
		with no subscriptions to store other folders

2006-08-27 [colin]	0.6.0cvs6

	* src/plugin.c
		Implement plugin_provides()

2006-08-18 [paul]	0.6.0cvs5

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

2006-08-17 [colin]	0.6.0cvs4

	* src/feed.c
	* src/feed.h
		Don't check SSL certificate (CURL default changed since 7.10)
		Better error report

2006-08-17 [colin]	0.6.0cvs3

	* src/feed.c
		Fix header encoding - header_len is the length
		of the prefixing header name, like 'Subject: ',
		not the actual content's length. Fixes infinite
		loops in codeconversion.

2006-08-08 [paul]	0.6.0cvs2

	* src/feed.h
		fix non-translation of strings
	* src/rssyl_cb_menu.c
		use gettext plural forms

	Both patches by "Fabien Vantard" <fzzzzz@gmail.com>

2006-08-03 [colin]	0.6.0cvs1

	* src/feed.c
		Add base href header for use in Dillo 
		or gtkhtml2_viewer

2006-08-02 [paul]	0.6.0

	0.6 released

2006-07-02 [ticho]	0.5.0cvs10

	* src/feed.c
	* src/feed.h
		Remove curltmpXXXXXX file at another code path.
		Announce feed updates in log window.					

2006-07-02 [ticho]	0.5.0cvs9

	* src/feed.c
	* src/feed.h
		Remove curltmpXXXXXX file at another code path.
		Announce feed updates in log window.

2006-07-02 [wwp]	0.5.0cvs9

	* src/rssyl_prefs.c
		Typo.

2006-07-02 [ticho]	0.5.0cvs8

	* po/sk.po
	* src/feed.h
	* src/rssyl.h
		Some i18n-related changes.
		Updated Slovak translation.

2006-07-02 [ticho]	0.5.0cvs7

	* src/rssyl_prefs.c
	* src/rssyl_prefs.h
		Actually add new source files. :)

2006-07-02 [ticho]	0.5.0cvs6

	* src/feed.c
	* src/feed.h
		Use less types of error messages.

2006-07-02 [ticho]	0.5.0cvs5

	* po/POTFILES.in
	* src/Makefile.am
	* src/feed.c
	* src/feed.h
	* src/feedprops.c
	* src/rssyl.c
	* src/rssyl.h
	* src/rssyl_gtk.c
		Added Common Preferences page for RSSyl.
		Configurable fetch timeout for feeds.
		Better error reporting to network log.
		Remove a leftover curltmpXXXXXX file on one more code path.

2006-06-26 [ticho]	0.5.0cvs4

	* src/parsers.c
	* src/rssyl_gtk.c
	Added "#39" -> "'" conversion (patch by Fabien Vantard).
	Changed the old item expiration logic when setting
	new expiration value a bit.

2006-06-18 [ticho]	0.5.0cvs3

	* src/feed.c
		If the feed doesn't have a main date tag, always update, regardless of
		its last modification time.

2006-06-18 [ticho]	0.5.0cvs2

	* src/parsers.c
		Replace HTML symbols in feed item titles.
	* src/strreplace.c
		Improved rssyl_strreplace() to calculate length of resulting string,
		and only allocate that amount, instead of fixed amount of 2048b.

2006-06-15 [paul]	0.5.0cvs1

	* configure.ac
		Fix pthread detection as the included
		config.h isn't SC's anymore
		Thanks to Colin

2006-06-12 [paul]	0.5.0

	0.5 released

2006-06-12 [paul]	0.4.0cvs20

	* po/Makefile.in.in
		fix autoconf warning

2006-06-12 [paul]	0.4.0cvs19

	* po/fr.po
		updated by Fabien Vantard

2006-06-06 [wwp]	0.4.0cvs18

	* configure.ac
	* src/.cvsignore
		fix/unify/simplify autostuff, don't ignore deprecated stuff.

2006-06-04 [ticho]	0.4.0cvs17

	* src/feedprops.c
	* src/rssyl_gtk.c
		Fix issue with storing/loading of feed refresh interval and expired
		items keep count.

2006-06-03 [ticho]	0.4.0cvs16

	* configure.ac
	* src/Makefile.am
	* src/feed.c
	* src/plugin.c
	* src/plugin_version.h.in
		Remove plugin_version.h{,.in}, as PLUGINVERSION macro is now provided
		in config.h.

2006-06-03 [wwp]	0.4.0cvs14

	* commitHelper
		restored aliases for the whole team.

2006-06-03 [ticho]	0.4.0cvs13

	* commitHelper
		Remove ticho->andrej username substitution.

2006-06-03 [wwp]	0.4.0cvs12

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

2006-06-02 13:36 Andrej Kacian <andrej@kacian.sk>

	* configure.ac
	* src/feed.c
		Fix compiler warnings about unused return value.
		Optimize GSlist populating rssyl_read_existing() by prepending and
		reversing the list at the end.

2006-05-12 22:10 Colin Leroy <colin@colino.net>

	* po/POTFILES.in
	* src/rssyl.c
	* src/rssyl.h
		i18n fix by Fabien.

2006-04-27 09:10 Colin Leroy <colin@colino.net>

	* configure.ac
	* po/pl.po
		Polish translation
		Patch by Pawel Pekala.

2006-04-07 09:10 Colin Leroy <colin@colino.net>

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

2006-03-27 09:10 Paul Mangan <claws@thewildbeast.co.uk>

	* src/feed.c
		where comments cannot be fetched use a non-blocking
		log_error() instead of alertpanel_error()

2006-03-25  15:00 Colin Leroy <colin@colino.net>
	* src/feed.c
	* src/feedprops.c
	* src/feedprops.h
	* src/rssyl.c
	* src/rssyl.h
	* src/rssyl_cb_menu.c
	* src/rssyl_cb_menu.h
	* src/rssyl_gtk.c
		Implement folder renaming

2006-03-15  10:30 wwp <subscript@free.fr>
	* src/feed.c
		Use a better solution for timeouts (thanks to Colin)

2006-03-14  13:00 wwp <subscript@free.fr>
	* src/plugin.c
		Properly init curl outside of any thread (thanks to Colin)

2006-03-11  13:01 Colin Leroy <colin@colino.net>
	* src/feed.c
		Add curl timeout after one minute

2006-03-01  19:01 Colin Leroy <colin@colino.net>
	* src/rssyl_cb_menu.c
		Add offline override message.

2006-02-26  13:01 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		Apply patch to defer check for feed source modification in case of 304
		response code (patch by wwp). Make sure the temporary curl file gets
		removed when it's not needed anymore.

2006-02-22  21:23 Andrej Kacian <andrej@kacian.sk>
	* src/feed.[ch], src/feedprops.c
		Write formatted XML file, patch by Colin Leroy. Change temporary files
		name to curltmpXXXXXX, suggested by Brian Morrison <bdm at fenrir.org.uk>.

2006-02-14  01:09 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		Only update feed comments if this is set in feed preferences.

2006-02-14  01:09 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		Fixed check for presence of fetched feed.
	* configure.ac
		Add cvsXX suffix to version.

2006-02-13  23:43 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		Remove temporary file with fetched feed when preliminary XML processing
		fails in rssyl_fetch_feed().

2006-02-13  19:08 Colin Leroy <colin@colino.net>
	* src/feed.c
		Specify charset in HTML headers

2006-02-12  21:43 Colin Leroy <colin@colino.net>
	* src/rssyl_gtk.c
		Check for mainwin before using it

2006-02-12  18:30 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		304 response code is enough to determine that the source was indeed not
		modified.

2006-02-12  09:08 wwp <subscript@free.fr>
	* src/feed.c
		Added missing LF to a debug message.

2006-02-11  18:43 Colin Leroy <colin@colino.net>
	* src/feed.c
		Prevent possible double-free

2006-02-11  00:43 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		Improved debug output for feed fetching

2006-02-10  20:29 Colin Leroy <colin@colino.net>
	* src/rssyl_cb_gtk.c
		respect prefs_common.work_offline in automatic update

2006-01-22  20:55 Andrej Kacian <andrej@kacian.sk>
	* configure.ac
		src: feed.[ch], parsers.c: Added --enable-debug to configure, which
			makes fetched feeds be stored on disk, and adds X-RSSyl-Fetched header
			to each new or changed feed. This should help in debugging of false
			duplicates.
	* src/rssyl_cb_menu.c: Don't add "http://" to the Add dialog.

2006-01-16  10:10 Paul Mangan <claws@thewildbeast.co.uk>

	* src/rssyl_gtk.c
		fix display markup in label

2006-01-15  21:37 Andrej Kacian <andrej@kacian.sk>
	* src/feed.c
		src/rssyl_cb_menu.c
		src/rssyl_gtk.c
		HIGify some dialogs (patch by Colin Leroy)

2006-01-14  21:08 Colin Leroy <colin@colino.net>
	* src/plugin.c
	  configure.ac
		Fix error messages
		Check for SC 1.9.100cvs140 (.subscribe)

2006-01-12  21:08 Colin Leroy <colin@colino.net>
	* src/feed.[ch]
	* src/feedprops.[ch]
	* src/rssyl.c
	* src/rssyl__cb_menu.c
		Handle --susbscribe

2006-01-12  18:35 Colin Leroy <colin@colino.net>
	* src/feed.[ch]
	* src/feedprops.[ch]
	* src/parsers.[ch]
	* src/rssyl.[ch]
	* src/rssyl_gtk.[ch]
		Add ability to fetch comments in RSS feeds.

2006-01-03  19:20 Colin Leroy <colin@colino.net>

	* src/feed.c
	* src/feed.h
	* src/rssyl.c
		Use If-Modified-Since feature to avoid fetching the feed when
		it's not been updated

2005-12-28 22:56  <colin@colino.net>
	* src/feed.c: Do not take date into account when comparing
	  feed items with no date.
	* src/rssyl_gtk.c: Put back the NULL in rssyl_popup_menu_labels

2005-12-27 19:56  Andrej Kacian <andrej@kacian.sk>
	* src/rssyl_gtk.c: Upon plugin unload, close opened folder if it's our
		folder, so s-c doesn't crash when clicking on leftover items.

2005-12-27 19:22  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Take date into account when comparing feed items.
	* configure.ac: Require s-c >=1.9.100.0

2005-12-20 19:59  Colin Leroy <colin@colino.net>
	* src/rssyl_gtk.c: Fix a potential crasher

2005-12-18 17:15  Andrej Kacian <andrej@kacian.sk>
	* src/plugin.c: Add bind_textdomain_codeset(), so non-unicode locales work.

2005-12-17 19:08  Andrej Kacian <andrej@kacian.sk>
	* src: Updated some UI strings, changed code a bit, so the popup menu labels
		can take advantage of the translation.

2005-12-17 00:34  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c, src/feed.h: Do not allow subscribing to a feed more than once.

2005-12-15 22:01  Andrej Kacian <andrej@kacian.sk>
	* src, po, configure.ac, Makefile.am: Added gettext support

2005-12-15 11:35  Paul Mangan <claws@thewildbeast.co.uk>
	* src, configure.ac: add plugin_version()

2005-12-13 21:59  Andrej Kacian <andrej@kacian.sk>
	* src: More leak fixes by Colin.
	* configure.ac: Add more header checks. Patch by Paul Mangan.

2005-12-12 14:29  Andrej Kacian <andrej@kacian.sk>
	* src: Fix many memory leaks. Thanks to Colin for the patch.

2005-12-08 10:03  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Do not use linebreaks for STATUSBAR_PUSH(). Patch by Fabien
		Vantard <fzzzzz at gmail.com>.

2005-12-07 19:25  Colin Leroy <colin@colino.net>
	* src/rssyl.c: Add plugin_licence()

2005-12-04 15:24  Colin Leroy <colin@colino.net>
	* src/feed.c: Make sure template is opened in rssyl_fetch_feed_threaded,
		set ctx->ready to TRUE before returning on error, and check
		template isn't NULL in caller. Maybe fixes bug #864.

2005-12-03 19:46  Andrej Kacian <andrej@kacian.sk>
	* configure.ac: Get search curl headers where curl-config tells us.
	* src/rssyl.c: Make sure our rcdir is always there.

2005-12-03 13:51  Andrej Kacian <andrej@kacian.sk>
	* src: Moved rssyl_parse_*() functions to a separate file.

2005-12-03 13:51  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: fix logic and possible segfault in link handling in
		rssyl_parse_atom()

2005-12-03 06:16  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c, src/rssyl.c: use sylpheed's make_dir() instead of mkdir(). Use
		glib's g_file_test() instead of opendir() to check if the dir exists.
	* configure.ac: Bumped version to 0.2

2005-12-01 17:44  Andrej Kacian <andrej@kacian.sk>
	* src: Three patches by Colin Leroy: fix expired items number GUI after
		restart, fix a memory leak in rssyl_parse_rss, Atom feed parser.

2005-12-01 05:19  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Ignore newline in feed item title.

2005-11-29 21:38  Andrej Kacian <andrej@kacian.sk>
	* src/rssyl_cb_menu.c: Applied Colin's patch to honor sylpheed's offline
		setting.
	* src: Implement old item expiration

2005-11-29 14:39  Andrej Kacian <andrej@kacian.sk>
	* src: Applied three patches from Colin - CURLOPT_USERAGENT, unicode
		feeditem fields handling, multiline headers parsing.

2005-11-29 03:23  Andrej Kacian <andrej@kacian.sk>
	* src/feedprops.[ch]: Move some strings to precompiler macros.

2005-11-29 03:23  Andrej Kacian <andrej@kacian.sk>
	* src/feed.[ch]: Update contents of existing entry if changed.

2005-11-28 13:21  Andrej Kacian <andrej@kacian.sk>
	* src: Move new feed handling code from rssyl_new_feed_cb() to new
		rssyl_subscribe_new_feed(), so it can be reused for generic feed adding.
	* src: Add mailbox and one default feed if no RSSyl mailbox is found on
		startup. Patch by Colin Leroy.

2005-11-28 12:25  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Validate (or try to convert) feed text to UTF-8 when adding
		new items. Patch by Colin Leroy.

2005-11-28 05:59  Andrej Kacian <andrej@kacian.sk>
	* src: Made feed fetching run in another thread, if pthreads are available.
		Thanks to Colin Leroy for the sample code.

2005-11-28 04:11  Andrej Kacian <andrej@kacian.sk>
	* src: Added an option to use default refresh interval for a feed

2005-11-27 22:25  Andrej Kacian <andrej@kacian.sk>
	* src: Inform statusbar about what we're doing when fetching and parsing feed

2005-11-27 21:18  Andrej Kacian <andrej@kacian.sk>
	* src: Split rssyl_cb.[ch] into rssyl_cb_gtk.[ch] and rssyl_cb_menu.[ch]

2005-11-27 11:38  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Use folder_item_update_{freeze,thaw}() when parsing feed

2005-11-27 10:43  Andrej Kacian <andrej@kacian.sk>
	* src/feed.c: Prefer <content:encoded> for text in rssyl_parse_rss()
