diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-10-30 01:47:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-10-30 01:47:48 +0800 |
commit | fc9020ba21008c6f4a8fe1826389747fab5c6848 (patch) | |
tree | 770375ed1a3a28db1a039afee94c200155549f88 /calendar/ChangeLog | |
parent | 8650735ac6fc68c6465554fd2b0e3edc26d87b14 (diff) | |
download | gsoc2013-evolution-fc9020ba21008c6f4a8fe1826389747fab5c6848.tar.gz gsoc2013-evolution-fc9020ba21008c6f4a8fe1826389747fab5c6848.tar.zst gsoc2013-evolution-fc9020ba21008c6f4a8fe1826389747fab5c6848.zip |
new functions for setting and retrieving the default calendar URIs
2001-10-29 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-config.[ch] (calendar_config_get_default_uri):
(calendar_config_set_default_uri):
(calendar_config_get_default_tasks_uri):
(calendar_config_set_default_tasks_uri): new functions for setting
and retrieving the default calendar URIs
* gui/e-itip-control.c (init): don't use
hard-coded URI, but use the default calendar URI, as returned
by calendar_config_get_default_uri
(start_calendar_server): added a "gboolean tasks" parameter, so
that the local tasks.ics file is used if the calendar to be
started is for tasks when no default tasks URI is found in
the configuration
svn path=/trunk/; revision=14345
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 1d53472148..dad0a00284 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-10-29 Rodrigo Moya <rodrigo@ximian.com> + + * gui/calendar-config.[ch] (calendar_config_get_default_uri): + (calendar_config_set_default_uri): + (calendar_config_get_default_tasks_uri): + (calendar_config_set_default_tasks_uri): new functions for setting + and retrieving the default calendar URIs + + * gui/e-itip-control.c (init): don't use + hard-coded URI, but use the default calendar URI, as returned + by calendar_config_get_default_uri + (start_calendar_server): added a "gboolean tasks" parameter, so + that the local tasks.ics file is used if the calendar to be + started is for tasks when no default tasks URI is found in + the configuration + 2001-10-28 JP Rosevear <jpr@ximian.com> * conduits/calendar/calendar-conduit.c (add_record): unref the |