2004-04-16  Rodney Dawes  <dobey@ximian.com>

	* configure.ac: Update version to 1.0.3 and require the latest version
	of evolution-data-server for the remote tasks support

2004-03-24  William Jon McCann  <mccann@jhu.edu>

	* src/evolution-webcal-notify.[ch] (e_webcal_query_user): 
	* src/evolution-webcal-main.c (e_webcal_has_kind, e_webcal_load):
	Determine if tasks and/or events are present and add to appropriate
	source group.

2004-03-24  Rodney Dawes  <dobey@ximian.com>

	* src/e-webcal-main.c (e_webcal_load): Use a SoupUri to get at the
	path of the URI, so we don't pop up an error with a URI that is longer
	than the screen is wide
	(e_webcal_read): Likewise, here we need to get at the SoupUri for the
	message, and its path element as well
	* src/e-webcal-notify.c: Clean up some function prototypes
	(e_webcal_query_user): Get at the SoupUri here to get the path of
	the URI so we don't overfill the screen with a wide dialog, and set
	the name correctly for the ESource, when the calendar has no name
	* src/e-webcal-notify.h: Need to include libsoup/soup.h
	Clean up some function prototypes

	Original patch from William Jon McCann

2004-03-23  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added "ja" (Japanese) into ALL_LINGUAS.

2004-03-09  Rodney Dawes  <dobey@ximian.com>

	* TODO: Added a TODO file
	* Makefile.am: Add TODO to EXTRA_DIST
	* configure.ac: Up version to 1.0.2, require new libsoup/libecal
	* src/evolution-webcal-main.c (e_webcal_read): Add messages for
	specific HTTP error codes
	(e_webcal_open_cal): Auto-prepend http:// to URIs without protocols
	* src/evolution-webcal-notify.c (e_webcal_display_error):
	Create a proper icon for the error dialog window

2004-02-17  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: remove old usages of variables that are dead
	* configure.ac: Fix the AC_COPYRIGHT()
	* src/evolution-webcal-main.[ch]: Update Copyright year
	(e_webcal_read): Pop up an error dialog when soup gets an invalid
	response from the server
	(e_webcal_open_http): Pop up an error dialog, if we can't get a
	valid SoupMessage, like when the url is "webcal:foo" or such
	* src/evolution-webcal-notify.[ch]: Update Copyright year
	(e_webcal_display_error): Allow secondary text to contain markup
	(e_webcal_query_user): Disable the Help button, since we have no docs
	Add a mnemonic to the Subscribe button
	Add a mnemonic and colon to the "Refresh Every" label

2004-02-07  Rodney Dawes  <dobey@ximian.com>

	* src/evolution-webcal-notify.c: Add a GtkAlignment for the
	"Subscribe" button

2004-02-07  Rodney Dawes  <dobey@ximian.com>

	* *: Initial release 1.0, and import into CVS
