diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-11 09:28:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-11 09:28:39 +0800 |
commit | b971ef36179be89ce8fcfda712851418fadc0035 (patch) | |
tree | 3d2e4421255219ea389fef9d169f0857caeb8d85 /calendar/ChangeLog | |
parent | 278215b3cf2caa93af681a771e4003288cdaf203 (diff) | |
download | gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar.gz gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar.bz2 gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar.lz gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar.xz gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.tar.zst gsoc2013-evolution-b971ef36179be89ce8fcfda712851418fadc0035.zip |
Remove catch_ret_val function since its no longer useful. Fix naming of
2000-09-10 JP Rosevear <jpr@helixcode.com>
* conduits/todo/todo-conduit.c: Remove catch_ret_val function
since its no longer useful. Fix naming of various fields from
the header changes. Use GnomePilotRecord* stuff instead of
ICAL_PILOT_SYNC_*
(e_todo_context_new): Rename from gcalconduit_new_context. Now
takes
a pilot id and loads the configuration here
(e_todo_context_destroy): Rename from gcalconduit_destroy_context.
Unref the client and destroy the configuration if they exist here
(start_calendar_server): Change the default calendar name
(local_record_from_comp_uid): Rename from
local_record_from_ical_uid
(local_record_from_compobject): Rename from
local_record_from_icalobject. Properly do the pilot id and
status.
(comp_from_remote_record): Rename from ical_from_remote_record.
Handle due, complete, classification and pilot stuff properly
(pre_sync): Remove some old stuff. We need to figure out how to
set some of the field values.
(set_status): Reflect pilot status changes from above
(conduit_destroy_gpilot_conduit): Remove cleanup stuff that is
now done by e_todo_context_destroy
(conduit_get_gpilot_conduit): Only set the context as object
data of the conduit.
* conduits/todo/todo-conduit.h: Rename GCalConduitContext to
EToDoConduitContext. Remove some unused struct fields.
For GCalLocalRecord, rename ical to comp.
svn path=/trunk/; revision=5306
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 437dc32411..2074128db7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,31 @@ +2000-09-10 JP Rosevear <jpr@helixcode.com> + + * conduits/todo/todo-conduit.c: Remove catch_ret_val function + since its no longer useful. Fix naming of various fields from + the header changes. Use GnomePilotRecord* stuff instead of + ICAL_PILOT_SYNC_* + (e_todo_context_new): Rename from gcalconduit_new_context. Now takes + a pilot id and loads the configuration here + (e_todo_context_destroy): Rename from gcalconduit_destroy_context. + Unref the client and destroy the configuration if they exist here + (start_calendar_server): Change the default calendar name + (local_record_from_comp_uid): Rename from local_record_from_ical_uid + (local_record_from_compobject): Rename from + local_record_from_icalobject. Properly do the pilot id and status. + (comp_from_remote_record): Rename from ical_from_remote_record. + Handle due, complete, classification and pilot stuff properly + (pre_sync): Remove some old stuff. We need to figure out how to + set some of the field values. + (set_status): Reflect pilot status changes from above + (conduit_destroy_gpilot_conduit): Remove cleanup stuff that is + now done by e_todo_context_destroy + (conduit_get_gpilot_conduit): Only set the context as object + data of the conduit. + + * conduits/todo/todo-conduit.h: Rename GCalConduitContext to + EToDoConduitContext. Remove some unused struct fields. + For GCalLocalRecord, rename ical to comp. + 2000-09-11 Damon Chaplin <damon@helixcode.com> * gui/dialogs/task-editor.c: changed to use EDateEdit. |