From 36e5e42d31a56499b1b2534fdf9f6a720b3813e0 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Wed, 5 Jan 2000 12:12:44 +0000 Subject: Added an argument to the corba get_number_of_objects, so you can decide which status the objects you count should have, eg. any or modified etc. Will add record type someday. svn path=/trunk/; revision=1535 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b5be27f69b..53ce67a947 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2000-01-05 Eskil Heyn Olsen + + * GnomeCal.idl: Added an argument to get_number_of_objects, so you + can choose which state the object should have + (any/new/modified/...). Will also add one to choose type + (event/journal etc). + + * corba-cal.c (cal_repo_get_number_of_objects): Implemented the + new version of get_number_of_objects. + + * calendar-conduit.c (pre_sync): Calls various + gnome_pilot_conduit_standard_abs_set_num_yadayda to get progress bars. + +2000-01-04 Eskil Heyn Olsen + + * calendar-conduit.c (start_calendar_server): Let's not call + g_error, but g_warning instead. + (pre_sync): Get record numbers info, total, new, deleted etc, and + tell gpilotd. + 1999-12-31 Eskil Heyn Olsen * eventedit.c (ee_store_recur_end_to_ical): Adds 86400 secs (1 -- cgit