From 008fb50b9f799f202453759650a2b4ec4fc2b5af Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sat, 25 Sep 1999 14:30:22 +0000 Subject: the g_free that was commented out since glib said was a duplicate free, * corba-cal.c: the g_free that was commented out since glib said was a duplicate free, was supposed to be a free. * GnomeCal.idl/corba-cal.c: added a get_object_id_list and a get_objects_by_id_list. Latter is not done. * calendar-conduit.c: rewrote the way the conduit iterates over records. It no longers fetches all entries (since that didn't work with more then 285 entries. It now fetches the id list, and gets each record. (will be using get_objects_by_id_list to get records in amounts of 10 or so later, to reduce amount of corba calls). * calendar-conduit.c: now sets alarm parameters when transferring from gnomecal to pilot. svn path=/trunk/; revision=1257 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 714c79d5a4..fc1b49a92d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +1999-09-26 Eskil Olsen + * corba-cal.c: the g_free that was commented out since glib said + was a duplicate free, was supposed to be a free. + + * GnomeCal.idl/corba-cal.c: added a get_object_id_list and a + get_objects_by_id_list. Latter is not done. + + * calendar-conduit.c: rewrote the way the conduit iterates over + records. It no longers fetches all entries (since that didn't work + with more then 285 entries. It now fetches the id list, and gets + each record. (will be using get_objects_by_id_list to get records + in amounts of 10 or so later, to reduce amount of corba calls). + + * calendar-conduit.c: now sets alarm parameters when transferring + from gnomecal to pilot. + 1999-09-23 Eskil Olsen * calendar-conduit.c: better merge of summary/description -- cgit