From 98f0136ffa1428fb21c80dfa4568c88eebbdddc8 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 24 Oct 2003 13:31:00 +0000 Subject: update protos 2003-10-24 JP Rosevear * gui/gnome-cal.h: update protos * gui/gnome-cal.c (gnome_calendar_set_default_uri): set the default client based on uri * gui/calendar-component.c (add_uri_for_source): rename from load_uri_for_source and take a calendar (remove_uri_for_source): utility routine to remove the source's uri from the calendar (is_in_selection): checks to see if the uid of the given source matches any of those in the given selection (update_uris_for_selection): remove any uris no longer in the selection, add those that still exist (source_selection_changed_callback): call above (primary_source_selection_changed_callback): we have the calendar easily now; set the default by uri (control_activate_cb): handle activation and de-activation (impl_createControls): create the calendar control ourselves so we have access to the calendar (impl_dispose): release the source selection svn path=/trunk/; revision=23057 --- calendar/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cd4e43ea35..83c0f3b274 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,26 @@ +2003-10-24 JP Rosevear + + * gui/gnome-cal.h: update protos + + * gui/gnome-cal.c (gnome_calendar_set_default_uri): set the + default client based on uri + + * gui/calendar-component.c (add_uri_for_source): rename from + load_uri_for_source and take a calendar + (remove_uri_for_source): utility routine to remove the source's + uri from the calendar + (is_in_selection): checks to see if the uid of the given source + matches any of those in the given selection + (update_uris_for_selection): remove any uris no longer in the + selection, add those that still exist + (source_selection_changed_callback): call above + (primary_source_selection_changed_callback): we have the calendar + easily now; set the default by uri + (control_activate_cb): handle activation and de-activation + (impl_createControls): create the calendar control ourselves so we + have access to the calendar + (impl_dispose): release the source selection + 2003-10-23 Rodrigo Moya * pcs/cal-backend-file.c (add_component): if the component received -- cgit v1.2.3