diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-11-01 02:03:20 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-11-01 02:03:20 +0800 |
commit | dd09d630872427be423ac416340192a24e2d037e (patch) | |
tree | ee2a40b507516d82d5615ae04280d81604508354 /calendar/ChangeLog | |
parent | a7ac69cdc61b193cbc62fbe908652cebf1ee8f2d (diff) | |
download | gsoc2013-evolution-dd09d630872427be423ac416340192a24e2d037e.tar.gz gsoc2013-evolution-dd09d630872427be423ac416340192a24e2d037e.tar.zst gsoc2013-evolution-dd09d630872427be423ac416340192a24e2d037e.zip |
Add the webcal source group.
2003-10-31 Hans Petter Jansson <hpj@ximian.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <hpj@ximian.com> + + * 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 <danw@ximian.com> * cal-util/cal-util.h: Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE |