2006-02-09  Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>

	Fixes #328389
	* publish-calendar.c: Disabled Enabled button for Enabled Url.

2006-02-12  Karsten Bräckelmann  <guenther@rudersport.de>

	* publish-calendar.glade: Change mnemonic for Port.
	Fixes bug #329757.

2006-01-30  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #328413
	* publish-calendar.glade: Set the text invisible for the
	password field.

2006-01-27  Kjartan Maraas <kmaraas@gnome.org>

	* publish-format-fb.c: Add missing include.

2006-01-27  Andre Klapper <a9016009@gmx.de>
	* publish-calendar.glade:
	removed string "dialog1" from translation. Fixes bug 306118.

2006-01-23  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #328224, 328408, 328389
	* publish-calendar.c: (publish_uri_async), (url_add_clicked),
	(url_edit_clicked), ,
	(publish_uris_set_timeout), (e_plugin_lib_enable): Publish 
	the calendar in a seperate thread so that the gui remains 
	responsive.
	(publish_calendar_locations): Clear the items gtk store.
	* publish-location.c: (migrateURI), (e_publish_uri_from_xml):
	If the uri is NULL return back.

2006-01-11  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #325926
	* org-gnome-publish-calendar.eplug.xml: Use the target and hook id
	of calendar instead of shell.

2006-01-04  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the
	plugindir, to match what is redefined for Win32 in
	e-util/e-util-private.h

	* publish-calendar.c (publish_calendar_locations)
	* url-editor-dialog.c (url_editor_dialog_construct): Construct
	glade file pathname at run-time.

2005-12-25  Funda Wang  <fundawang@linux.net.cn>

	* Makefile.am: Mark this plugin as translatable (bug#301149).

2005-12-22  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use -no-undefined on Windows. Link with used
	libraries.

	* org-gnome-publish-calendar.eplug.in: Use SOEXT.

2005-12-20  Chenthill Palanisamy  <pchenthill@novell.com>

	* Makefile.am: Added the org-gnome-publish-calendar.xml
	file to extra dist.

2005-12-19  Chenthill Palanisamy  <pchenthill@novell.com>

	Committing for: David Trowbridge <trowbrds cs colorado edu>

	* Makefile.am:
	* org-gnome-publish-calendar.eplug.in:
	* org-gnome-publish-calendar.xml:
	* publish-calendar.c: (publish), (add_timeout), (update_timestamp),
	(add_offset_timeout), (url_list_changed),
	(url_list_enable_toggled), (selection_changed), (url_add_clicked),
	(url_edit_clicked), (url_list_double_click), (url_remove_clicked),
	(url_enable_clicked), (online_state_changed),
	(publish_calendar_locations), (publish_urls), (action_publish),
	(e_plugin_lib_enable):
	* publish-calendar.glade:
	* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
	* publish-format-fb.h:
	* publish-format-ical.c: (write_calendar),
	(publish_calendar_as_ical):
	* publish-format-ical.h:
	* publish-location.c: (migrateURI), (e_publish_uri_from_xml),
	(e_publish_uri_to_xml):
	* publish-location.h:
	* url-editor-dialog.c: (create_uri), (check_input),
	(source_selection_changed), (publish_service_changed),
	(type_selector_changed), (server_entry_changed),
	(file_entry_changed), (port_entry_changed),
	(username_entry_changed), (password_entry_changed),
	(remember_pw_toggled), (set_from_uri),
	(url_editor_dialog_construct), (url_editor_dialog_new),
	(url_editor_dialog_dispose), (url_editor_dialog_class_init),
	(url_editor_dialog_init), (url_editor_dialog_get_type),
	(url_editor_dialog_run):
	* url-editor-dialog.h: Committing the intial patch.