diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-25 22:30:22 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-25 22:30:22 +0800 |
commit | 008fb50b9f799f202453759650a2b4ec4fc2b5af (patch) | |
tree | 90f8d7ff4d1afc99ae2e77c6ee1722853a0e97d4 /calendar/ChangeLog | |
parent | 6ed1a40852d43229bec2509d7d0b9e35efde163f (diff) | |
download | gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar.gz gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar.bz2 gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar.lz gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar.xz gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.tar.zst gsoc2013-evolution-008fb50b9f799f202453759650a2b4ec4fc2b5af.zip |
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
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 714c79d5a4..fc1b49a92d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +1999-09-26 Eskil Olsen <deity@eskil.dk> + * 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 <deity@eskil.dk> * calendar-conduit.c: better merge of summary/description |