2009-05-25  Lucian Langa  <lucilanga@gnome.org>

	* src/fetch.c (fetch_unblocking): sanitize url before fetching (strip
	whitespace)
	* src/file-gio.c (gio_finish_feed): correctly handle errors
	when fetching files
	* src/parser.c (layer_find_tag), (parse_channel_line): correctly parse
	atom description construct (debian bug #528827)
	* src/rss-config-factory.c (build_dialog_add), (feeds_dialog_add),
	(delete_response): correctly escape markup text
	* src/rss-html-rendering.glade: add cookie import option
	* src/rss.c (browser_write), (mycall), (gecko_click),
	(finish_feed), (generic_finish_feed), (finish_website),
	(update_feed_image), (rss_delete_feed), (store_folder_deleted):

2009-05-18  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c (feeds_dialog_disable),
	(feeds_dialog_delete), (process_dialog_edit), (feeds_dialog_edit),
	(rss_folder_factory_commit), (rss_folder_factory): fix save of folder
	properties
	* src/rss.c (compare_enabled), (rss_find_enabled), (statuscb),
	(browsercb), (network_timeout), (generic_finish_feed): correctly
	update progress bar

2009-05-16  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c (layer_find_all): fix for Debian Bug #528827

2009-05-15  Lucian Langa  <lucilanga@gnome.org>

	* src/org-gnome-evolution-rss.eplug.xml:
	* src/rss-config-factory.c (build_dialog_add),
	(actions_dialog_add), (create_dialog_add), (delete_response),
	(feeds_dialog_edit), (e_plugin_lib_get_configure_widget),
	(rss_folder_factory_abort), (rss_folder_factory_commit),
	(rss_folder_factory): hook rss properties in folder properties

	* src/rss.c (rss_error), (taskbar_op_set_progress),
	(taskbar_op_finish), (statuscb), (browser_write), (pfree),
	(org_gnome_cooly_format_rss), (org_gnome_cooly_folder_icon),
	(setup_feed), (update_sr_message), (generic_finish_feed),
	(fetch_feed), (update_articles), (get_main_folder),
	(get_feed_folders), (lookup_original_folder), (update_feed_folder),
	(check_feed_folder), (store_folder_renamed),
	(custom_update_articles), (custom_fetch_feed), (icon_activated),
	(org_gnome_cooly_rss_startup), (check_folders),
	(org_gnome_cooly_rss_refresh), (org_gnome_cooly_rss),
	(create_mail), (write_feed_status_line), (finish_enclosure): - various
	cleanups

2009-05-12  Lucian Langa  <lucilanga@gnome.org>

	* src/network-soup.c: add GNOME_PROXY_RESOLVER for webkit session
	* src/rss.c (webkit_set_preferences), (gecko_set_preferences),
	(finish_website): fix compiler defines

2009-05-09  Lucian Langa  <lucilanga@gnome.org>

	* src/network-soup.c: correctly use gnome settings entry

2009-05-08  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac: add libsoup-gnome as a dependency
	* src/network-soup.c: use feature SOUP_TYPE_PROXY_RESOLVER_GNOME if
	using system proxy

2009-05-07  Lucian Langa  <lucilanga@gnome.org>

	* src/dbus.c (filter_function):
	* src/fetch.c:
	* src/misc.c:
	* src/misc.h:
	* src/network-soup.c:
	* src/network-soup.h:
	* src/network.h:
	* src/parser.c (layer_find_tag_prop), (update_channel):
	* src/rss.c (timeout_soup), (gecko_click), (setup_feed),
	(store_folder_renamed):
	* src/rss.h: move prototypes to header files, add missing headers,
	cleanup variables

2009-05-06  Lucian Langa  <lucilanga@gnome.org>

	* src/gecko-utils.cpp:
	* src/gecko-utils.h:
	* src/misc.c (print_hash), (free_hash), (sanitize_folder),
	(gen_crc), (gen_md5), (extract_main_folder):
	* src/network-soup.c:
	* src/parser.c (parse_href), (update_channel):
	* src/rss-config-factory.c (create_dialog_add),
	(remove_feed_dialog), (iterate_import_file), (import_opml),
	(create_import_dialog), (create_export_dialog),
	(e_plugin_lib_get_configure_widget), (folder_factory),
	(rss_config_control_new):
	* src/rss.c (taskbar_op_new), (browser_write),
	(create_user_pass_dialog), (proxy_auth_dialog),
	(feed_new_from_xml), (mycall), (webkit_set_preferences),
	(gecko_set_preferences), (gecko_click), (org_gnome_rss_browser),
	(org_gnome_cooly_format_rss), (setup_feed),
	(org_gnome_cooly_rss_startup), (org_gnome_cooly_rss),
	(rss_finalize), (create_mail): cleanups part 4;
	make browser use evolution proxy.

2009-05-06  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c (html_set_base), (parse_html),
	(layer_find_innerelement), (html_find), (layer_find),
	(layer_find_all), (content_rss), (dublin_core_rss), (wfw_rss),
	(layer_find_ns_tag), (layer_find_tag), (media_rss),
	(layer_find_tag_prop), (layer_find_innerhtml), (layer_find_pos),
	(tree_walk), (parse_channel_line):
	* src/rss.c (browsercb), (feed_to_xml), (xml_set_content),
	(xml_set_prop), (xml_set_bool), (feed_new_from_xml),
	(feeds_uid_from_xml), (read_feeds), (org_gnome_cooly_format_rss),
	(search_rss), (setup_feed), (generic_finish_feed), (fetch_feed),
	(finish_website), (print_comments), (finish_update_feed_image),
	(store_folder_renamed), (org_gnome_cooly_rss_startup): various
	cleanups part 3

2009-05-05  Lucian Langa  <lucilanga@gnome.org>

	* src/Makefile.am:
	* src/Makefile.in:
	* src/dbus.c (filter_function):
	* src/gecko-utils.h:
	* src/misc.h:
	* src/network-soup.c:
	* src/parser.c (html_set_base), (layer_find_tag_prop):
	* src/rss-config-factory.c:
	* src/rss-config-factory.h:
	* src/rss.c (statuscb), (create_user_pass_dialog),
	(proxy_auth_dialog), (feed_to_xml), (feed_new_from_xml),
	(migrate_old_config), (webkit_click), (gecko_click),
	(generate_safe_chn_name), (setup_feed), (fetch_feed),
	(print_comments), (finish_update_feed_image), (update_main_folder),
	(write_feeds_folder_line), (custom_update_articles),
	(custom_fetch_feed), (flaten_status), (rss_online),
	(org_gnome_cooly_rss_startup), (org_gnome_cooly_rss),
	(create_mail), (feed_is_new):
	* src/rss.h: various cleanups; remove uneeded vars, add missing
	headers, fix compile warnings; move proto to header files

2009-05-05  Lucian Langa  <lucilanga@gnome.org>

	* src/Makefile.am: add misc.c and rss-config-factory.c to build list
	* src/fetch.c (fetch_blocking), (fetch_unblocking): headers cleanup
	* src/misc.c (check_if_match), (gen_crc):
	* src/rss-config-factory.c (start_check_cb): move function here
	* src/rss.c (browser_write), (browsercb),
	(create_user_pass_dialog), (web_auth_dialog), (mycall),
	(webkit_click), (gecko_click), (org_gnome_rss_browser),
	(org_gnome_cooly_format_rss), (finish_website), (finish_comments),
	(fetch_comments): fix wrongly defined headers

2009-05-03  Lucian Langa  <lucilanga@gnome.org>

	* src/gecko-utils.cpp:
	* src/gecko-utils.h:
	* src/rss.c (browser_write), (browsercb), (back_cb), (forward_cb),
	(rss_popup_zoom_in), (rss_popup_zoom_out), (rss_popup_zoom_orig),
	(rss_popup_link_copy), (rss_popup_link_open),
	(rss_menu_items_free), (webkit_click), (gecko_click),
	(org_gnome_rss_browser), (org_gnome_cooly_format_rss): Implement right
	click operations

2009-05-01  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c (browser_write), (reload_cb), (mycall),
	(org_gnome_rss_browser), (finish_website): initial support for
	webkit prefetching

2009-04-30  Lucian Langa  <lucilanga@gnome.org>

	* src/network-soup.c: let evolution manage proxy authentication
	* src/rss.c (create_user_pass_dialog), (web_auth_dialog),
	(proxy_auth_dialog): refactory user/pass dialog

2009-04-28  Lucian Langa  <lucilanga@gnome.org>

	* src/network-soup.c: let evolution manage proxy connections
	* src/rss.c (e_plugin_lib_enable): init proxy

2009-04-24  Lucian Langa  <lucilanga@gnome.org>

	Fix for #580116:

	* src/parser.c (parse_channel_line): strip feed id

2009-04-22  Fridrich Strba  <fridrich.strba@bluewin.ch>

	* src/misc.c (santize_url): change to g_filename_to_uri
	* src/rss.c: add strptime header

2009-04-21  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c (finish_image): add more status codes

	* src/rss.c (store_folder_renamed),
	(create_mail): sync folder on folder rename

2009-04-14  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c (mycall), (org_gnome_rss_browser), (pfree),
	(finish_website):
	* src/rss.h: prefetch website data

2009-04-09  Fridrich Strba  <fridrich.strba@bluewin.ch>

	* configure.ac: check for evolution-shell
	* src/Makefile.am: u_int32_t -> uint32_t

2009-04-09  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c (org_gnome_cooly_format_rss): fix coments updates

2009-04-08  Fridrich Strba  <fridrich.strba@bluewin.ch>

	Cross-compilation from Linux to Windows support by Fridrich Strba
	<fridrich.strba@bluewin.ch>

	* Makefile.in:
	* configure.ac:
	* server.mk:
	* src/GNOME_Evolution_RSS.server.in.in:
	* src/Makefile.am:
	* src/misc.c (gen_crc):
	* src/org-gnome-evolution-rss.eplug.xml:
	* src/rss-config-factory.c:
	* src/rss-icon-factory.c:
	* src/rss.c (strcasestr), (rss_finalize):
	* src/rss.h:
	 check for sys/wait.h, define SOEXT as dll, define missing function
	 strcasestr, define new image paths

2009-04-07  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c (e_plugin_lib_get_configure_widget): force
	min default network_timeout if value if errorneous
	* src/rss.c (network_timeout): add patch from Timo Hoenig
	<thoenig@suse.de> fix if network_timeout cannot be read from gconf

2009-04-06  Lucian Langa  <lucilanga@gnome.org>

	* src/network-soup.c:
	* src/network.h: use system proxy support

2009-04-04  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c (org_gnome_rss_controls), (org_gnome_cooly_format_rss):
	add refresh rss comment
	* src/rss.c (org_gnome_rss_browser), (org_gnome_rss_controls2): rename
	function

2009-04-03  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (finish_image) - treat 404 and other error codes

2009-04-01  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c: (layer_find_tag) - handle xhtml content

2009-03-31  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_format_rss) - count comments

2009-03-30  Lucian Langa  <lucilanga@gnome.org>
	
	* src/rss-config_factory.c: (create_dialog_add) - add support for
	feed checking setup by hours and days

2009-03-29  Lucian Langa  <lucilanga@gnome.org>

	* src/misc.c: (sanitize_url) - extra sanitize input string (imported
	feed might not have http like construct.Ingore case on comparison.

2009-03-28  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (create_user_pass_dialog) - reshape user/password dialog

2009-03-28  Claude Paroz  <claude@2xlibre.net>

	* po/Makefile.in.in: Deleted. This file should not be in VCS.
	* po/LINGUAS:
	* configure.ac: Convert to LINGUAS convention.
	See http://live.gnome.org/GnomeGoals/PoLinguas

2009-03-27  Lucian Langa  <lucilanga@gnome.org>

	Fix for bug #576966:

	* src/network-soup.c: (authenticate) - correctly send user/pass

	* src/rss.c,src/parser.c: - misc code cleanups

2009-03-26  Philip Withnall  <philip@tecnocode.co.uk>

	* configure.ac: Added en_GB to ALL_LINGUAS.

2009-03-26  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (fetch_image) - handle relative paths

2009-03-24  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac: Added 'te' to ALL_LINGUAS.
	* src/rss.c: (finish_update_feed_image) - handle absolute icon links

2009-03-23  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_folder_icon) validate icon file before
	loading
	* src/parser.c, src/rss.c: implement several methods of fetching
	feeds icon (feed icon + favicon)

2009-03-21  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_format_rss) add icon to feed articles

2009-03-20  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_folder_icon) - fix display of feed icons
	* src/parser.c: (tree_walk) if feed doesn't provide icon fetch favicon
	instead

2009-03-19  Sandeep Shedmake  <sshedmak@redhat.com>

	* configure.ac: Added 'mr' to ALL_LINGUAS.

2009-03-18  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_format_rss) increase padding for rss articles

2009-03-12  Milo Casagrande  <milo@ubuntu.com>

	* configure.ac: Added it to ALL_LINGUAS.

2009-03-10  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c: (create_dialog_add) - increase up limit
	for update interval (10000) min

2009-03-09  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-ui.glade: add translators comments
	* configure.ac: Add ru to ALL_LINGUAS.

2009-03-08  Lucian Langa  <lucilanga@gnome.org>

	** Fix for bug #574541

	* src/evolution-rss.schemas.in: correct ambigous description for
	remove_folder entry

	** Fix for bug #573914

	* src/rss.c: (org_gnome_cooly_format_rss) - use <div> for displaying
	articles in order to correctly display article on dark themes

2009-03-02  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c: (rss_config_control_new) - show renamed
	name of the folder in feeds list

2009-02-27  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (create_mail) reenable rss article filtering (we are
	using on demand filtering for articles)

2009-02-20  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c: (generic_finish_feed) stop parsing if feed error and
	treat the error

2009-02-19  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c: (update_channel) parse category of feeds

2009-02-16  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c: (update_channel) - free CF descriptor to prevent 
	leaking if no new articles found

	** Fix for bug #571956

	* src/parser.c: (update_channel) ensure folder is created even if we
	do not have feeds articles

2009-02-15  Petr Kovar  <pknbe@volny.cz>

	* configure.ac: Add cs to ALL_LINGUAS.

2009-02-12  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c: (feeds_dialog_add, feeds_dialog_edit)
	sanitizee_error_run

	* configure.ac: - add es to ALL_LINGUAS

	** Fix for bug #571481

	* src/rss.c, src/rss-config-factory.c: make translation string
	no-c-format

2009-02-06  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (org_gnome_cooly_article_show)
	allow update of current_uid if delete in
	progress
	* src/parser.c: (layer_find_tag)
	revert to parsing elements of node type

2009-02-05  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c: (parse_channel_line)
	do not decode, parse, or cache/fix images
	if feed = comment
	* src/parser.c: (layer_find_tag)
	accept node->children->type == 3 (text)

2009-01-22  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-ui.glade - use theme-able icon
	for edit
	* src/fetch.c: fetch_blocking() fix "file"
	processing

2009-01-20  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c - tree_walk  - correctly
	exit on feed error => Broken feeds crashing
	* src/rss.c - display comments feeds
	* src/parser.c - parse_channel_line new
	xml parsing function
	* src/parser.c - tree_walk - support xml
	genering tree walking

2009-01-12  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c -  fetch_comments() support
	for fetching/updating comments while
	browsing article
	* src/parser.c - layer_find_tag_prop
	new function for parsing media tag properties

2009-01-10  Lucian Langa  <lucilanga@gnome.org>

	* src/fetch.c - fetch_unblocking() 
	correctly call net_get_unblocking()

2009-01-07  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c encode_rfc2047() - new function
	* src/parser.c - correctly encode sender
	(rfc2047)

2008-12-17  Lucian Langa  <lucilanga@gnome.org>

	* src/file-gio.{c,h}: gio file support
	* src/fetch.c: fetch_unblocking: add
	support for file operations
	* src/rss.c: statuscb correctly update
	progress bar

2008-12-15  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: decode_entities: new function
	for correctly parse title as rfc2047
	* src/parser.c: correctly decode (rfc2047)
	from: and subject: field
	* src/rss.c: create_mail: sanitize free data
	* src/rss.c: update_feed_image: correctly
	update feed img files

2008-12-02  Lucian Langa  <lucilanga@gnome.org>
	
	* src/rss-config-factory.c: sanitize
	flabel

2008-11-30  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac, m4/evolution.m4 - prefer
	$PKG_CONFIG variable instead 
	* src/rss.c: org_gnome_cooly_format_rss()
	improve text visibility with dark themes

2008-11-25  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: fetch_blocking() new function
	allow to retrieve network, file streams
	* configure.ac: bump to devel version
	* src/misc.c: sanitize_url() add file://
	schmeme

2008-10-29  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac bump version

2008-10-28  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: (finish_image) fix error
	when using libsoup <= 2.2
	* src/gecko-utils.c: (gecko_shutdown) keep 
	ProcessExit around for evo < 2.23
	* src/rss.c: (taskbar_op_new) kill warning
	* src/rss.c: controls add back and forward
	buttons when browsing
	* src/rss.c: correctly process browser
	stop request

2008-10-27  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: add missing includes

2008-10-22  Lucian Langa  <lucilanga@gnome.org>

	* src/evolution-import-rss.c: lower number of
	attempts to fire up evolution
	* src/rss.c: (org_gnome_rss_controls)
	allow themed icon on summary/full text button

2008-10-14  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c, src/parser.c: misc cleanups

2008-10-13  Lucian Langa  <lucilanga@gnome.org>

	* src/misc.c: sanitize_url() don't recursively
	check protocol

2008-10-12  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-config-factory.c: search
	page for xml feed
	* src/rss.c: shorten usless info in received
	field 

2008-10-09  Lucian Langa  <lucilanga@gnome.org>

	* m4/evolution.m4, configure.ac: add
	evolution detection macros

2008-10-08  Lucian Langa  <lucilanga@gnome.org>

	* src/parser.c, src/parser.h move parsing
	functions to those files
	* pixmaps/rss-text-html, pixmaps/rss-text-x-generic
	add new summary icons
	* src/rss.c: finish_feed(): correctly
	add non-validated feed

2008-10-03  Lucian Langa  <lucilanga@gnome.org>

	* src/rss-icon-factory.{c,h}: 
	rss_build_stock_images new function
	* src/rss.c: (org_gnome_rss_controls)
	new buttons text, do not request
	width size for buttons (#552437)

2008-10-02  Lucian Langa  <lucilanga@gnome.org>
	
	* src/rss.c: org_gnome_cooly_format_rss
	fix borders
	* src/configure: change to AC_PROG_CXX
	to avoid AC_LANG_COMPILER

2008-09-29  Lucian Langa  <lucilanga@gnome.org>
	
	* src/misc.c: sanitize_url() correctly 
	free old string

2008-09-26  Lucian Langa  <lucilanga@gnome.org>

	* src/misc.c: sanitize_url() correctly 
	free created string
	* src/rss-config-factory.c: allow
	typeahead through feed list

2008-09-24  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac: add AC_PROG_CPP to
	prevent circular dependency of
	AC_LANG_COMPILER
	* src/rss-config-factory.c: change
	to PANGO_ELLIPSIZE_END when displaying
	feeds list

2008-09-18  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: move feed status to separate
	function write_feed_status_line()
	* src/rss.c: fix attachment (enclosure)
	name 

2008-09-07  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: include feed_is_new for
	article checking too
	* src/rss.c: feed_is_new() 
	fix for #550744 - prevent duplicate
	feeds
	* src/misc.c: get_server_from_uri()
	sanitize input
	* src/rss.c: org_gnome_cooly_format_rss
	santize exit from corrupt article format
	(fix for #551193)

2008-09-06  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_format_rss
	fix printf to correct stream

2008-09-02  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_format_rss
	fix for #550313: fix gtkhtml view with
	dark theme
	* src/rss-config-factory.c
	  src/org-gnome-evolution-rss.eplug.xml
	  fix for #550413: deleting subscriptions

2008-08-30  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_format_rss
	fix for #549935: Summary unreadable with
	dark theme
	* src/rss.c: create_mail() fix for
	#548868 allow mail filters to work for
	rss articles too

2008-08-29  Lucian Langa  <lucilanga@gnome.org>

	* fix for #547697: do not display RSS
	icon for loading... accounts

2008-08-21  Lucian Langa  <lucilanga@gnome.org>

	* fix for #548829: Allow canceling
	feed startup

2008-08-19  Lucian Langa  <lucilanga@gnome.org>

	* pixmaps/rss-icon-*.png: Add tango
	icons from Michael Monreal

2008-08-13  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_rss()
	fix for #546892

	(e_icon_factory_get_image):
	Kill this function.  Use gtk_image_new_from_icon_name().
	(e_icon_factory_get_icon_list):
	Kill this function.  Use
	gtk_window_set_icon_name().

2008-08-09  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: mycall() refit webkit area

2008-08-06  Lucian Langa  <lucilanga@gnome.org>

	* src/evolution-rss.schemas.in - set
	some defaults for icons
	* src/rss.c: fetch_image() - fetch image
	from cache if found.
	* src/misc.c: sanitize_url() - fix
	order of scaned protocols
	* src/rss-html-preview.glade - add
	feeds icon options

2008-08-05  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: fetch_image - use
	camel_data_cache for writing images
	* src/rss.c: finish_image() - sanitize
	msg->response_body (case of 404)
	* src/rss.c: update_feed_image()

2008-07-30  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: status icon factory

2008-07-29  Lucian Langa  <lucilanga@gnome.org>

	* pixmaps/Makefile.am:
	* pixmaps/rss-16.png:
	Install correct icon for folders
	thanks Michael

2008-07-27  Lucian Langa  <lucilanga@gnome.org>
	
	* src/rss.c,
	src/org-gnome-evolution-rss.eplug.xml:
	add suport for folder custom icons
	* src/configure.ac bump version
	to devel

2008-07-26  Lucian Langa  <lucilanga@gnome.org>

	* src/gecko-utils.cpp - shutdown buggy
	gecko without sigterm

2008-07-22  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: implement status icon message

2008-07-14  Lucian Langa  <lucilanga@gnome.org>

	* src/configure.in: force pickup of
	nspr includes
	* src/rss-config-factory.c: suppport
	for foaf importing
	* src/rss.c: add status icon

2008-07-08  Lucian Langa  <lucilanga@gnome.org>

	* configure.ac: rename HAVE_GTKMOZEMBED
	to HAVE_GECKO reflect more generally
	it's purpose
	* configure.ac: fix --disable-gecko 
	option

2008-07-05  Lucian Langa  <lucilanga@gnome.org>

	* src/rss.c: enable
	gtk_tree_view_set_tooltip_column only for
	gtk >= 2.12
	* src/misc: sanitize_url() parse aditional
	url (beging with 'feed:' )
	* src/network-soup.c: 
	net_post_blocking() - fix handling url

2008-07-04  Lucian Langa  <lucilanga@gnome.org>

	* support for importing FOAF type files
	* migrate to xulrunner standalone Glue
	Thanks to Pedro Fragoso for providing
	necessary patches

2008-07-01  Lucian Langa  <lucilanga@gnome.org>
	
	* fix old gecko shutdown issue
	* fix building with firefox-devel

2008-06-30  Lucian Langa  <lucilanga@gnome.org>

	* do not hide webkit scrollbar
	* fix cflags for WebKitGtk (older webkit)
	* older webkit fallback 

2008-06-27  Lucian Langa  <lucilanga@gnome.org>

	* rename displayed libxul (xulrunner 1.9) to
	prevent confusion with older xulrunner 1.8

2008-06-25  Lucian Langa  <lucilanga@gnome.org>

	* fix build against firefox

2008-06-22  Lucian Langa  <lucilanga@gnome.org>

	* misc cleanups
	* configure.ac: bump version to 0.1.0
	* custom feeds update

2008-06-21  Lucian Langa  <lucilanga@gnome.org>

	* fix feed url sanitize function

2008-06-18  Lucian Langa  <lucilanga@gnome.org>

	* fix rename folders
	* implement feed ttl

2008-06-17  Lucian Langa  <lucilanga@gnome.org>

	* fix slow deletion of expired articles

2008-06-15  Lucian Langa  <lucilanga@gnome.org>

	* redesigned add/edit feed dialog and
	moved to glade xml file

2008-06-12  Lucian Langa  <lucilanga@gnome.org>

	* prevent fetching enclosure & images 
	to be canceled by abort_soup_all =>
	articles with missing images/enclosures

2008-06-09  Lucian Langa  <lucilanga@gnome.org>

	* fix move folder to imply rename
	* support multiple levels of rename

2008-06-07  Lucian Langa  <lucilanga@gnome.org>

	* make network timeout customisable

2008-06-04  Lucian Langa  <lucilanga@gnome.org>

	* Fix for bug #531751 correctly parse utf 8 content
	* added X-evolution-rss-feed-id for feed
	aricles's UUID
	* implemented usage of evolution's proxy
	config options: for now support only evo's
	manual proxy config option, no auth for the
	time being

2008-06-02  Lucian Langa  <lucilanga@gnome.org>

	* implement prefectching of image and persistent
	storage
	
Fri 30 May 2008 12:43:24 PM EEST <lucilanga@gnome.org>

	* make Cancel All button work (fix #535689)
	* fix for bug #535670
	* modify feeds articles to a more correct
	content type x-evolution/evolution-rss/feed

Sun 25 May 2008 04:59:20 PM EEST <lucilanga@gnome.org>

	* correctly startup/shutdown gecko
	* add enable java and javascript to render
	options
	* disable plugin install popup for gecko
	* setup evolution/evolution-rss agent string
	when browsing with gecko

Sat 24 May 2008 09:34:55 PM EEST <lucilanga@gnome.org>

	* implement network timeout

Wed 14 May 2008 09:06:43 PM EEST <lucilanga@gnome.org>

	* Implement tooltips for longer feed names

Tue 13 May 2008 09:32:47 PM EEST <lucilanga@gnome.org>

	* Implement progress operation for add/edit feeds

Mon 12 May 2008 07:26:39 AM EEST <lucilanga@gnome.org>

	* Allow fallback to older webkit in configure

Sun 11 May 2008 07:16:00 PM EEST <lucilanga@gnome.org>

	* shorten the feed names with ellipsize to 
	avoid the scrolling

Fri 09 May 2008 07:43:14 AM EEST <lucilanga@gnome.org>

	* increase timeout (30) for evolution complete
	startup (Jasper Lievisse Adriaanse)
	* allow config HTML tab for evo < 2.19

Tue 06 May 2008 08:11:07 AM EEST <lucilanga@gnome.org>

	* Enforce libsoup-2.4 devel requirement for
	evolution >= 2.21.90

Mon 05 May 2008 08:34:22 AM EEST <lucilanga@gnome.org>

	* support for building against libxul

Wed 30 Apr 2008 09:31:40 PM EEST <lucilanga@gnome.org>

	* Gracefully fallback to other render

Mon 28 Apr 2008 09:55:27 PM EEST <lucilanga@gnome.org>

	* Modify taskbar_operation meaning to have only
	one operation for whole feeds fetching

Thu 24 Apr 2008 11:21:10 AM EEST <lucilanga@gnome.org>

	* configure.ac: fix gecko/webit cflags

Mon 21 Apr 2008 10:05:42 AM EEST <lucilanga@gnome.org>

	* src/rss.c: finish_feed() fix removing feed
	message from rf->info->data->active hash
	* src/rss.c: merge patch from Pedro Fragoso
	fixes deb #477053
	* src/rss.c finish_feed() fix removing feed
	* src/rss.c: rss_componet_peek_base_directory()
	provide path to feeds settings as suggested in
	#513951

Fri 18 Apr 2008 05:31:58 PM EEST <lucilanga@gnome.org>

	* src/rss.c: rss_online() append version to
	enabled message
	* src/rss.c: org_gnome_cooly_folder_icon()
	create image for RSS folder

Wed 09 Apr 2008 08:25:21 AM EEST <lucilanga@gnome.org>

	* src/rss.c: create_mail() populate Received
	header

Sun 30 Mar 2008 04:00:30 PM EEST <lucilanga@gnome.org>

	* src/rss.c: abort_all_soup() do not set
	message status
	* src/misc.c: sanitize_url() accept feed://
	protocol

Sat 29 Mar 2008 08:31:08 PM EET <lucilanga@gnome.org>

	* src/rss.c libxul (xulrunner 1.9) support

Wed 26 Mar 2008 10:24:29 AM EET <lucilanga@gnome.org>

	* src/rss.c get_feed_age() sanitize
	* src/rss.c org_gnome_evolution_rss() fix
	no feeds enabled

Tue 25 Mar 2008 09:47:03 PM EET <lucilanga@gnome.org>

	* src/rss-config-factory.c fix add/edit feed

Sun 23 Mar 2008 08:02:49 PM EET <lucilanga@gnome.org>

	* src/rss.c, src/rss-config-factory.c add
	RSS_VERBOSE_DEBUG option

Sat 22 Mar 2008 06:40:33 PM EET <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_rss() make no
	feeds configure a little less annoying

Fri 21 Mar 2008 12:28:09 PM EET <lucilanga@gnome.org>

	* src/rss-config-factory.c: add progress
	message for adding and editing feeds

Thu 20 Mar 2008 07:19:47 PM EET <lucilanga@gnome.org>

	* src/rss.c: mycall() allow resize for any
	positive height

Tue 18 Mar 2008 10:33:48 AM EET <lucilanga@gnome.org>

	* src/rss-config-factory.c: create_dialog_add()
	fix del messages, days spin buttons update
	* src/rss.c: get_feed_age(): fix currently
	read article to be deleted
	* src/rss.c: get_feed_age() prevent items
	flagged as important to be deleted

Mon 10 Mar 2008 09:10:28 PM EET <lucilanga@gnome.org>

	* src/rss.c: update to newer webkit API

Fri 07 Mar 2008 09:37:02 PM EET <lucilanga@gnome.org>

	* src/rss.c: update_channel() correctly parse
	ATOM source construct

Thu 06 Mar 2008 09:06:20 AM EET <lucilanga@gnome.org>

	* src/rss.c: sanitize file_to_message()

Mon 03 Mar 2008 08:42:14 AM EET <lucilanga@gnome.org>

	* corectly parse xml element and xml text
	nodes
	* ATOM parse summary in case content is
	missing

Sun 02 Mar 2008 01:07:45 PM EET <lucilanga@gnome.org>

	* src/rss.c: layer_find_tag() changed parsing
	of node->children->next in content for atoms
	* src/configure.ac: libxul support (f9)

Fri 29 Feb 2008 07:52:51 AM EET <lucilanga@gnome.org>

	* src/rss.c: gtk version fine tunning
	* m4/gecko.m4: added support for libxul
	(xulrunner 1.9)

Tue 26 Feb 2008 08:26:57 PM EET <cooly@gnome.eu.org>

	* misc cleanups
	* src/rss-config-factory.c: fix import window
	label
	* src/rss.c: fix rss read label

Mon 25 Feb 2008 10:06:32 PM EET <cooly@gnome.eu.org>

	* src/rss.c: fix EMEventTargetMessage for
	evolution < 2.12
	* src/rss.c: misc cleanups
	* src/rss.c: pfree() correctly disconnect
	webkit size_allocate signal
	* src/rss.c: org_gnome_cooly_article_show(),
	get_feed_age(), 
	delete_oldest_article() prevent current
	reading article to be deleted
Sun 24 Feb 2008 10:09:09 AM EET <cooly@gnome.eu.org>

	* src/rss.c: update_channel() update main
	iteration after	feeds uid check

Sat 23 Feb 2008 07:52:52 PM EET <cooly@gnome.eu.org>

	* src/rss.c: decode_html_entities() xhange
	to XML_SUBSTITUTE_PEREF in order to correctly
	parse link in article (eg. slashdot)

Thu 21 Feb 2008 10:34:21 AM EET <cooly@gnome.eu.org>

	* src/rss-config-factory.c: fix taskbar
	operation when removing a feed
	* src/dbus.c: reconstruct feeds store when
	importing
	* src/rss.c: sanitize webkit resizing
	* src/rss.c: fix webkit operations: stop and
	reload

Sun 17 Feb 2008 03:54:45 PM EET <lucilanga@gnome.org>

	* src/evolution-rss.spec.in: misc cleanups
	* src/rss.c: sanitize rss-controls
	* src/configure.ac: bump version to 0.0.8
	* src/rss.c: drop lookup_activity as it is an
	evolution internal function and changes
	pretty often

Wed 13 Feb 2008 08:03:55 AM EET <lucilanga@gnome.org>

	* Makefile.am: include m4 macros

Sun 10 Feb 2008 09:17:51 PM EET <lucilanga@gnome.org>

	* src/rss.c: fix operations progress updating

Sat 09 Feb 2008 05:56:08 PM EET <lucilanga@gnome.org>

	* src/rss-config-factory.c: fix editing feeds
	* pixmapes/rss.png: add RSS Tango icons thanks
	to Michael Monreal
	* src/dbus.c: notify of sucessful feed import
	through dbus

Mon 04 Feb 2008 08:21:34 PM EET <lucilanga@gnome.org>

	* src/network-soup.c, src/rss.c: more libsoup
	2.4 portings

Sat 02 Feb 2008 01:54:03 PM EET <lucilanga@gnome.org>

	* src/network-soup.c, src/rss.c: port to
	libsoup-2.4
	* src/network-soup.c: authenticate(), 
	reauthenticate() make failed authentication
	less painfull and less annoying.

Mon 28 Jan 2008 08:36:56 AM EET <lucilanga@gnome.org>

	* src/rss.c: org_gnome_cooly_format_rss() add
	utf8 parsing for gtkhtml engine

Sat 26 Jan 2008 01:15:06 PM EET <lucilanga@gnome.org>

	* src/rss.c: xml_parse_sux() - add 
	XML_PARSE_NOCDATA as gtkhtml won't interpret
	it either

Fri 25 Jan 2008 09:28:53 PM EET <lucilanga@gnome.org>

	* fix incrementing when adding feeds with
	the same name

Thu 24 Jan 2008 12:58:45 PM EET <lucilanga@gnome.org>

	* update specfile for Fedora Package
	Requirements

Wed 23 Jan 2008 10:03:46 PM EET <lucilanga@gnome.org>

	* make auth dialog less annoying

Mon 21 Jan 2008 08:49:27 AM EET <lucilanga@gnome.org>

	* more soup session check when aborting soup
	session	

Sun 20 Jan 2008 02:39:44 PM EET <lucilanga@gnome.org>

	* proxy auth information

Fri 18 Jan 2008 09:04:39 PM EET <lucilanga@gnome.org>

	* fix warning when no channel name

Wed 16 Jan 2008 10:00:25 AM EET <lucilanga@gnome.org>

	* make xulrunner check for data before reload

Mon 14 Jan 2008 09:36:54 PM EET <lucilanga@gnome.org>

	* enable proxy options (ingored till now)
	* fix percent display on taskbar operations

Fri 04 Jan 2008 07:03:06 PM EET <lucilanga@gnome.org>

	* make taskbar operation cancelable
	* properly handle non-intrusive error

Thu 03 Jan 2008 06:50:24 PM EET <lucilanga@gnome.org>

	* message if mozembed/webkits are not enabled

Wed 02 Jan 2008 09:24:18 PM EET <lucilanga@gnome.org>

	* first implementation of non-intrusive error
	* move remaining error messages to rss_error

Tue 01 Jan 2008 08:17:40 PM EET <lucilanga@gnome.org>

	* implemented task bar messages as operation

Mon 31 Dec 2007 02:45:23 PM EET <lucilanga@gnome.org>

	* implemented taskbar messages

Sat 29 Dec 2007 02:15:47 PM EET <lucilanga@gnome.org>

	* validate parsed date against rfc822,
	and use system time in case
	of broken date (planetgnomefr)

Tue 18 Dec 2007 09:38:56 PM EET <lucilanga@gnome.org>

	* fix m4 support for evolution >= 2.11
	* fix send and receive dialog for
	evolution > 2.12

Wed 12 Dec 2007 10:35:41 AM EET <lucilanga@gnome.org>

	* prevent evolution-import-rss import empty
	feeds
	* corrent MAJOR_VERSION configure var
	* added schema uninstall rules

Tue 11 Dec 2007 10:28:55 PM EET <lucilanga@gnome.org>

	* fix get value as int for port_proxy

Sun 09 Dec 2007 12:45:46 PM EET <lucilanga@gnome.org>

	* justification for rss dialog for evo < 2.12
	* schema fixes

Tue 04 Dec 2007 01:15:04 PM EET <lucilanga@gnome.org>

	* fix killing only when using gtk mozembed
	* fix corectly detecting of minor evo version
	* fix several memory leaks in fetch_feed

Mon 03 Dec 2007 12:32:48 PM EET <lucilanga@gnome.org>

	* make policy for dialogs to be on top
	* fixup when deleting feeds

Thu 29 Nov 2007 11:43:58 AM EET <lucilanga@gnome.org>

	* added version string in description
	plugins tab should contain a version paragraph
	* decode html entities when displaying article
	(links were wrongly displayed)
	
Wed 28 Nov 2007 08:39:27 AM EET <lucilanga@gnome.org>

	* prevent extra content fetching when formatting
	with webkits
	
Tue 27 Nov 2007 01:15:31 PM EET <lucilanga@gnome.org>

	* sanitizing wrong characters in folder name
	or channel name
	
Sun 25 Nov 2007 09:22:52 PM EET <lucilanga@gnome.org>

	* tell webkit not to fetch when evo is offline

Fri 23 Nov 2007 11:32:18 AM EET <lucilanga@gnome.org>

	* proper installation of gconf schemas
	
Thu 22 Nov 2007 08:36:06 AM EET <lucilanga@gnome.org>

	* fix drawing inside of send and receive
	dialog
	* fix drawing of browser buttons
	* suppress html_entities decoding errors
	
Tue 20 Nov 2007 08:23:40 AM EET <lucilanga@gnome.org>

	* remove Read RSS menu option for evo > 2.12
	
Mon 19 Nov 2007 08:25:44 AM EET <lucilanga@gnome.org>

	* finish evolution-import-rss
	
Thu 15 Nov 2007 10:09:50 AM EET <lucilanga@gnome.org>

	* added stop/refresh buttons when browsing
	as html
	* added evolution-import-rss for importing
	feeds over DBUS
	* fixed setting value for checking feeds
	interval, also fixed network port setting

Wed 14 Nov 2007 07:54:22 AM EET <lucilanga@gnome.org>

	* fallback to old fix for parsing "?" in url
	* make g++ and gettext packages required in
	configure.ac, evo-rss won't build without 'em
	* decode html entities for summary body too
	* added guid parsing for RSS2.0
	
Tue 13 Nov 2007 03:20:24 PM EET <lucilanga@gnome.org>

	* fixed wrong fetching of enclosures
	* added support for adding feeds from other
	application using D-BUS.
	* fixed wrong content parsing of ATOM feeds,
	atom feeds might contain summary instead of
	content.
	* fixed sender name in case author was missing
	format needs to be: sender <sender>
	
Mon 12 Nov 2007 08:34:56 AM EET <lucilanga@gnome.org>

	* fix deleteing articles by message number
	
Fri 09 Nov 2007 12:30:06 PM EET <lucilanga@gnome.org>

	* fix displaying type of feed in S&R dialog
	
Tue 06 Nov 2007 08:47:41 AM EET <lucilanga@gnome.org>

	* change gtkhtml render value from 0 to 10
	in order not to confuse value return from
	gconf
	
Mon 05 Nov 2007 08:36:37 AM EET <lucilanga@gnome.org>

	* added primary render flag to setup default
	render engine
	* added checks for g++ in configure script
	(needed for gecko.m4) fix for #25
	
Sat 03 Nov 2007 08:21:07 PM EET <lucilanga@gnome.org>

	* fix for failback in case webkits not
	 present
	 
Fri 02 Nov 2007 05:42:24 PM EET <lucilanga@gnome.org>

	* implement article storage settings

Sun 28 Oct 2007 10:06:57 PM EET <lucilanga@gnome.org>

	* safe failback to gtkhtml when webkits not
	available and fixing bug #23
	
Tue 23 Oct 2007 10:00:35 PM EEST <lucilanga@gnome.org>

	* added gconf schema stuff
	
Sat 13 Oct 2007 02:30:34 PM EEST <lucilanga@gnome.org>

	* decode html entities for channel name
	* decode html entities for article title
	
Thu 11 Oct 2007 08:38:24 PM EEST <lucilanga@gnome.org>

	* support network hooks
	* fix enclosure fectching
	
Wed 10 Oct 2007 09:32:00 PM EEST <lucilanga@gnome.org>

	* removing a directory removes name allocation
	
Tue 09 Oct 2007 09:50:48 AM EEST <lucilanga@gnome.org>

	* fixed deletion of a feed while fetching
	
Mon 08 Oct 2007 10:28:43 AM EEST <lucilanga@gnome.org>

	* prevend adding duplicate feeds when opml
	importing
	* fixed import/export menu creation
	* fixed adding non-validated feeds
	
Sun 07 Oct 2007 06:25:12 PM EEST <lucilanga@gnome.org>

	* cleanup pobjects - evo preferences was
	crashing when browsing an mozembed enabled feed
	fixes bug #2
	* moved feeds setup to gconf
	
Sat 06 Oct 2007 04:29:06 PM EEST <lucilanga@gnome.org>

	* fix migration from crc naming to md5 feed
	 naming
	 
Wed 03 Oct 2007 10:53:07 AM EEST <lucilanga@gnome.org>

	* fix #144946 on launchpad.net: evolution was
	crashing when evolution-rss plugin is disabled

	* added cleanups when quitting evolution
	
Tue 02 Oct 2007 09:23:50 PM EEST <lucilanga@gnome.org>

	* https support fixups
	* unqueing issues fixup
	
Sat 29 Sep 2007 04:29:04 PM EEST <lucilanga@gnome.org>

	* remove old *cooly* files from previous
	0.0.3 installation - thanks to David Richards
	for spotting that
	* added uniqueing channels name in case of
	duplicate channel name
	
Fri 28 Sep 2007 09:59:25 AM EEST <lucilanga@gnome.org>

	* move utility functions to src/misc.c
	* fix for issue #8 - adding feeds with https
	* feed folders rename option
	
Wed 26 Sep 2007 03:04:50 PM EEST <lucilanga@gnome.org>

	* support for renaming main folder (News&Blogs)
	
Sun 23 Sep 2007 08:14:05 PM EEST <lucilanga@gnome.org>

	* added support for feeds enclosures
	
Sun 16 Sep 2007 11:57:48 AM EEST <lucilanga@gnome.org>

	* fixed build deps for SLED distros
	* fixed detection of gecko to build for all
	flavours of gecko
	* fixed moz embed widget redraw when using
	xulrunnel - apparently this wasn't redrawed
	in case of resize
	
Thu 13 Sep 2007 09:10:43 PM EEST <lucilanga@gnome.org>

	* added support for parsing multipart rss
	articles
	
Fri 07 Sep 2007 08:55:56 PM EEST <lucilanga@gnome.org>

	* escaping exported opmls
	
Tue 04 Sep 2007 11:37:17 AM EEST <lucilanga@gnome.org>

	* evolution-rss.spec.in fixups
	
Fri 31 Aug 2007 09:53:15 AM EEST <lucilanga@gnome.org>

	* added feeds version detection support
	
Thu 30 Aug 2007 03:24:34 PM EEST <lucilanga@gnome.org>

	* removing a feed folder also removes status
	feed file
	* bump configure to 0.0.5
	* added support for xml namespacing
	* added initial support for rss.1 standard 
	module: mod_content 
	
Wed 29 Aug 2007 10:29:24 AM EEST <lucilanga@gnome.org>

	* fixed parsing entities of subject line
	
Tue 28 Aug 2007 12:39:18 PM EEST <lucilanga@gnome.org>

	* make gtkmozembed proper startup
	* dont update size if widget not present also
	check size before updating
	* added profile handling to gtkmozembed
	
Fri 17 Aug 2007 06:41:18 PM EEST <lucilanga@gnome.org>

	* ATOM/RSS/RDF feeds: first element (top) might
	not be the definition (feed, rfd, rss)
	
Fri 10 Aug 2007 03:21:16 PM EEST <lucilanga@gnome.org>

	* make embeded html rendering resizable
	* added gtkmozembed support (gecko)
	
Thu 09 Aug 2007 06:41:40 PM EEST <lucilanga@gnome.org>

	* added support for rendering html with
	 different engines
	* added support for Webkit
	
Wed 01 Aug 2007 08:43:28 PM EEST <lucilanga@gnome.org>
	
	* better feed validation
	* prevent adding duplicate feeds, that seems
	screw things up
	* editing a feed does not require refetching
	
Tue 31 Jul 2007 09:57:56 PM EEST <lucilanga@gnome.org>

	* make summary/html button really work
	
Thu 19 Jul 2007 12:40:44 PM EEST <lucilanga@gnome.org>
	
	* double click edits the feed
	* added export function
	
Wed 11 Jul 2007 08:33:57 AM EEST <lucilanga@gnome.org>

	* setup_feed, finish_feed: add a more
	relaxed xml parsing func (xml_parse_sux)
	
Tue 10 Jul 2007 08:51:16 PM EEST <lucilanga@gnome.org>

	* layer_find_innerhtml: fail-safe when autor is
	wrong

Mon 09 Jul 2007 07:31:30 PM EEST <lucilanga@gnome.org>

	* added remove option to deletion of a feed
	
Sun 08 Jul 2007 04:23:58 PM EEST <lucilanga@gnome.org>

	* fixed wrong gladedir install
	
Fri 06 Jul 2007 12:50:45 PM EEST <lucilanga@gnome.org>

	* changed priority of configuration page
	* switched to md5 for unqueing feeds ids
	
Tue 03 Jul 2007 12:14:11 PM EEST <lucilanga@gnome.org>

	* cleanups
	* evolution detection fixes
	* bonobo servers detection fixes
	
Fri 29 Jun 2007 10:48:28 AM EEST <lucilanga@gnome.org>

	* small fix on html formatting
	* fix soup session blocking to handle net
	errors
	
Thu 28 Jun 2007 11:30:07 AM EEST <lucilanga@gnome.org>
	
	* let evo manage date conversion it's already
	complicated enough, dublin core date handling
	remains unchanged
	* cleanups and bump configure.ac version to
	0.0.4
	* fixed segfaults when parsing html with libxml

Wed 27 Jun 2007 08:18:02 PM EEST <lucilanga@gnome.org>

	* add button to switch summary/HTML view
	* add feed title/url in feed body for open
	in browser
	
Tue 26 Jun 2007 11:52:39 AM EEST <lucilanga@gnome.org>

	* force loading of images when browsing feeds
	* user/password feeds full support
	* fix g_hash table allocation/free
	
Mon 25 Jun 2007 10:46:23 AM EEST <cooly@mips.edu.ms>

	* fix cancel function to proper close all
	pending requests
	
2007-06-23  Lucian Langa  <cooly@mips.edu.ms>

	* src/rss.c: (org_gnome_cooly_format_rss), (setup_feed),
	(check_folders), (layer_find_tag), (update_channel):
	fixed atom parsing content problems

Thu 21 Jun 2007 09:15:12 PM EEST <cooly@mips.edu.ms>

	* added proxy auth option
	
Wed 20 Jun 2007 12:45:05 PM EEST <cooly@mips.edu.ms>

	* added network configuration
	* added proxy option
	
Tue 19 Jun 2007 09:59:34 PM EEST <cooly@mips.edu.ms>
	
	* added libglade-2 to requirements thanks to
	srag
	* changed org-gnome-cooly
	
Tue 19 Jun 2007 11:34:47 AM EEST <cooly@mips.edu.ms>

	* soup cleanups and fix "unblocking" error
	 messages
	 
Mon 18 Jun 2007 12:50:30 PM EEST <cooly@mips.edu.ms>

	* fixed progress when add/edit feed
	* fixed cancel reading rss feeds
	
Fri 15 Jun 2007 08:30:16 AM EEST <cooly@mips.edu.ms>

	* remove old setup feeds code
	
Thu 14 Jun 2007 05:29:59 PM EEST <cooly@mips.edu.ms>

	* added code to use send receive hook provided
	by srini and move fetch dialog to evolution
	send and receive dialog
	
Tue 12 Jun 2007 08:14:16 PM EEST <cooly@mips.edu.ms>

	* moveed config to evo pref

Mon 11 Jun 2007 02:58:50 PM EEST <cooly@mips.edu.ms>

	* moving setup page to Evolution Preferences
	* added rss icon
	* added bonobo server interface
	
Fri 08 Jun 2007 02:54:16 PM EEST <cooly@mips.edu.ms>

	* soup connection cleanups -> soup sesions
	were hanging when using	blocking as well
	as unblocking
	
Thu 07 Jun 2007 07:23:27 PM EEST <cooly@mips.edu.ms>

	* fixed HTML display on summary view
	(aparently camel_stream won't correctly
	interpret ? (query flag)
	
Tue 05 Jun 2007 03:03:04 PM EEST <cooly@mips.edu.ms>

	* bump version to 0.0.3
	* update build requirements
	
Sun 03 Jun 2007 10:00:36 PM EEST <cooly@mips.edu.ms>

	* code cleanups
	
Thu 31 May 2007 10:59:15 AM EEST <cooly@mips.edu.ms>

	* wasted about a week debugin evo
	evo will wrongly process html mail if
	encountes a <base href...> tag
	
Wed 30 May 2007 10:47:47 AM EEST <cooly@mips.edu.ms>

	* fixed HTML parsing different enconding
	* fixed parsing of HTML with base tag set
	
Sat 26 May 2007 05:51:52 PM EEST <cooly@mips.edu.ms>

	* fixed html setting when adding new feed
	
Fri 25 May 2007 07:16:39 PM EEST <cooly@mips.edu.ms>
	
	* fix seting HTML property
	* html parsing
	
Sun 20 May 2007 09:41:57 PM EEST <cooly@mips.edu.ms>

	* implemented fetching of webpage and config
	options
	
Tue 15 May 2007 09:25:19 PM EEST <cooly@mips.edu.ms>

	* more network error fixes
	* perma link handle
	* ATOM support
	
Mon 14 May 2007 05:47:36 PM EEST <cooly@mips.edu.ms>

	* implement innerxml walking
	* move safe author from create_mail
	
Fri 11 May 2007 12:31:54 PM EEST <cooly@mips.edu.ms>

	* switch feed items to g_array - remove 
	stoopid 16 items limitation
	
Thu 10 May 2007 01:23:34 PM EEST <cooly@mips.edu.ms>

	* set search col = feed name
	* fix crash when using ATOM feeds thankx to
	Black Penguin
	* spec files fixes
	* fix network error uninitialized
	
Tue 08 May 2007 09:47:20 AM EEST <cooly@mips.edu.ms>

	* release 0.0.2
	* some strange error when using
	camel_stream_printf()
	
Mon 07 May 2007 12:29:57 PM EEST <cooly@mips.edu.ms>

	* fix rf trees on startup: evo-rss was
	crashing when there was no conf file
	(evolution-feeds)
	* fixed rep_check to actually enable timeout
	without restart

Sat 05 May 2007 11:48:06 AM EEST <cooly@mips.edu.ms>

        * configure.ac: bump version to 0.0.2
	* implemented error messages

Fri 04 May 2007 01:16:39 PM EEST <cooly@mips.edu.ms>

	* configure.ac update requirements
	
Thu 03 May 2007 10:30:56 AM EEST <cooly@mips.edu.ms>

	* more date fixes
	* added Cancel function for reading feeds
	* configure.ac added translations
	
Wed 02 May 2007 09:12:48 PM EEST <cooly@mips.edu.ms>

	* fixed configure.ac evolution checks
	* fixed feeds file validation (setup_feeds)
	
Tue 01 May 2007 07:25:28 PM EEST <cooly@mips.edu.ms>

	* update feeds file
	* added feeds type
	* treeview toggle button fix
	
Thu 26 Apr 2007 11:58:08 AM EEST <cooly@mips.edu.ms>

	* fixed edit function
	* configure.ac corrected evolution detection
	* validate input feed
	
Wed 25 Apr 2007 09:35:04 PM EEST <cooly@mips.edu.ms>

	* make readrss option one process with
	periodical update_articles
	
Tue 24 Apr 2007 12:51:37 PM EEST <cooly@mips.edu.ms>

	* modify soup_messages in order no to block
	evo main.
	
Mon 23 Apr 2007 09:39:51 PM EEST <cooly@mips.edu.ms>

	* added startup and periodical reading
	options
	* added disable/enable function
	* added support for building rpm 
	(evolution-rss.spec)
	
Mon 23 Apr 2007 10:01:21 AM EEST <cooly@mips.edu.ms>

	* fix handling dc:date
	
Thu 19 Apr 2007 05:17:00 PM EEST <cooly@mips.edu.ms>

	* release 0.0.1
	* implement error messages

Wed 18 Apr 2007 04:18:46 PM EEST <cooly@mips.edu.ms>

	* finalize menu structure
	* cleanup code
	* add accels
	
Tue 17 Apr 2007 08:33:11 PM EEST <cooly@mips.edu.ms>

	* implement remove function
	
Thu 12 Apr 2007 09:54:24 PM EEST <cooly@mips.edu.ms>

	* feeds dialog implement add function

Wed 11 Apr 2007 09:50:56 PM EEST <cooly@mips.edu.ms>

	* main dialog cosmetics
Sun 08 Apr 2007 05:12:01 PM EEST <cooly@mips.edu.ms>

	* code cleanups and prepare for release
	* added progress window while reading RSS
	
Thu 05 Apr 2007 05:08:06 PM EEST <cooly@mips.edu.ms>

	* add folder creation

2005-05-16  Not Zed  <NotZed@Ximian.com>

	* configure.ac: remove the need for evolution source.  bumped
	version of eplugin required.

