diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-26 22:34:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-26 22:34:37 +0800 |
commit | 382f46586ec169220b6569a6df6fb3518b2f2208 (patch) | |
tree | 4a17f8ab850f4ab053825e01995538201b5ccc67 /calendar/ChangeLog | |
parent | 3ad502003f6306775f95df7d55d043a0359aa5e2 (diff) | |
download | gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar.gz gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar.bz2 gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar.lz gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar.xz gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.tar.zst gsoc2013-evolution-382f46586ec169220b6569a6df6fb3518b2f2208.zip |
modify fields
2001-10-26 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.h: modify fields
* conduits/todo/todo-conduit.h: as above
* conduits/calendar/calendar-conduit.c (print_remote): free the
struct after use
(e_calendar_context_new): explicitly init context fields
(e_calendar_context_destroy): free local records and properly free
changed hash elements
(start_calendar_server_cb): tidy
(start_calendar_server): ditto
(free_local): free a local record
(local_record_to_pilot_record): use a static buffer to avoid leaks
(local_record_from_comp): only copy over alarm stuff from the
original record, we sync everything else
(local_record_from_uid): unref the comp when we are done
(pre_sync): free change_id
(post_sync): ditto
(for_each): track locals
(for_each_modified): ditto
(free_match): use free_local
* conduits/todo/todo-conduit.c: as above
svn path=/trunk/; revision=14139
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5e29e80909..2914eebdb4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2001-10-26 JP Rosevear <jpr@ximian.com> + + * conduits/calendar/calendar-conduit.h: modify fields + + * conduits/todo/todo-conduit.h: as above + + * conduits/calendar/calendar-conduit.c (print_remote): free the + struct after use + (e_calendar_context_new): explicitly init context fields + (e_calendar_context_destroy): free local records and properly free + changed hash elements + (start_calendar_server_cb): tidy + (start_calendar_server): ditto + (free_local): free a local record + (local_record_to_pilot_record): use a static buffer to avoid leaks + (local_record_from_comp): only copy over alarm stuff from the + original record, we sync everything else + (local_record_from_uid): unref the comp when we are done + (pre_sync): free change_id + (post_sync): ditto + (for_each): track locals + (for_each_modified): ditto + (free_match): use free_local + + * conduits/todo/todo-conduit.c: as above + 2001-10-26 Federico Mena Quintero <federico@ximian.com> * pcs/cal.c (cal_construct): Get a fresh CORBA_Environment for |