From dd09d630872427be423ac416340192a24e2d037e Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 31 Oct 2003 18:03:20 +0000 Subject: Add the webcal source group. 2003-10-31 Hans Petter Jansson * gui/calendar-component.c (calendar_component_init): Add the webcal source group. * gui/dialogs/new-calendar.c (print_uri_noproto): Implement. (group_is_remote): Implement. (create_new_source_with_group): Implement webcal case. (new_calendar_dialog): Get optional location from dialog. * gui/dialogs/new-calendar.glade: Add location entry. * pcs/Makefile.am: Build http backend. * pcs/cal-backend-http.[ch]: Add skeleton based on cal-backend-file. svn path=/trunk/; revision=23153 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 136ff7c14b..c5bd5344cc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2003-10-31 Hans Petter Jansson + + * gui/calendar-component.c (calendar_component_init): Add the webcal + source group. + + * gui/dialogs/new-calendar.c (print_uri_noproto): Implement. + (group_is_remote): Implement. + (create_new_source_with_group): Implement webcal case. + (new_calendar_dialog): Get optional location from dialog. + + * gui/dialogs/new-calendar.glade: Add location entry. + + * pcs/Makefile.am: Build http backend. + + * pcs/cal-backend-http.[ch]: Add skeleton based on cal-backend-file. + 2003-10-31 Dan Winship * cal-util/cal-util.h: Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE -- cgit