From ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Dec 2000 20:00:45 +0000 Subject: Fix erroneous documentation 2000-12-20 JP Rosevear * conduits/todo/todo-conduit.h: Fix erroneous documentation * conduits/todo/todo-conduit.c (comp_from_remote_record): if !is_empty_time rather than is_empty_time (e_todo_context_new): Return a pointer rather than fill in a parameter (e_todo_context_foreach_change): Free just the key (e_todo_context_destroy): Plug this enormous leakage. I had assumed i had done this earlier, which isn't too bright when anything beyond 2 minutes ago is fuzzy. (comp_from_remote_record): Kill warnings (post_sync): Destroy the map later (conduit_get_gpilot_conduit): Fix e_todo_context_new params * conduits/calendar/calendar-conduit.[hc]: Similar to above svn path=/trunk/; revision=7105 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fdba46e897..2cf614c5c0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-12-20 JP Rosevear + + * conduits/todo/todo-conduit.h: Fix erroneous documentation + + * conduits/todo/todo-conduit.c (comp_from_remote_record): if + !is_empty_time rather than is_empty_time + (e_todo_context_new): Return a pointer rather than fill in + a parameter + (e_todo_context_foreach_change): Free just the key + (e_todo_context_destroy): Plug this enormous leakage. I had assumed + i had done this earlier, which isn't too bright when anything beyond + 2 minutes ago is fuzzy. + (comp_from_remote_record): Kill warnings + (post_sync): Destroy the map later + (conduit_get_gpilot_conduit): Fix e_todo_context_new params + + * conduits/calendar/calendar-conduit.[hc]: Similar to above + 2000-12-19 JP Rosevear * conduits/calendar/calendar-conduit.c: Remove pointless comment -- cgit v1.2.3