From 4ffc49d7b98f4693991b2cf48d564219217e5307 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 20 Sep 2001 19:52:58 +0000 Subject: gets a config db (cal_backend_file_destroy): release config db 2001-09-20 JP Rosevear * pcs/cal-backend-file.c (load_db): gets a config db (cal_backend_file_destroy): release config db (cal_backend_file_init): use load_db (mail_account_get): gets a mail account by number (mail_account_get_default): gets the default mail account (mail_account_is_valid): looks to see if any accounts have the given address (create_user_free_busy): modularize so we can call multiple times if necessary, set organizer (cal_backend_file_get_free_busy): if the list of users is null, use the default account otherwise get the same info for each address that is an identity in the mailer * gui/itip-utils.c (itip_addresses_get): s/gint/glong/ for bonobo conf returns * gui/calendar-commands.c (publish_freebusy_cmd): fix problems from a merge so that we publish 6 weeks of free/busy information again svn path=/trunk/; revision=13015 --- calendar/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 71679c818e..f92062dbf9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2001-09-20 JP Rosevear + + * pcs/cal-backend-file.c (load_db): gets a config db + (cal_backend_file_destroy): release config db + (cal_backend_file_init): use load_db + (mail_account_get): gets a mail account by number + (mail_account_get_default): gets the default mail account + (mail_account_is_valid): looks to see if any accounts have the + given address + (create_user_free_busy): modularize so we can call multiple times + if necessary, set organizer + (cal_backend_file_get_free_busy): if the list of users is null, + use the default account otherwise get the same info for each + address that is an identity in the mailer + + * gui/itip-utils.c (itip_addresses_get): s/gint/glong/ for bonobo + conf returns + + * gui/calendar-commands.c (publish_freebusy_cmd): fix problems + from a merge so that we publish 6 weeks of free/busy information + again + 2001-09-20 Larry Ewing * gui/dialogs/recurrence-page.c (recurrence_page_destroy): make -- cgit v1.2.3