diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-12 06:02:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-12 06:02:37 +0800 |
commit | c04a8d1e3868146d5920b1f1e280942359ddeda2 (patch) | |
tree | b43ccfc84ab802efeb30ff0c30b6936018bc1f0e /calendar/ChangeLog | |
parent | d55e310762a3ba82f1cadf118bf2994541199520 (diff) | |
download | gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.tar.gz gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.tar.zst gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.zip |
Take CalObjType as a param because its impossible to determine after a
2000-10-11 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend.c (cal_backend_log_entry): Take CalObjType
as a param because its impossible to determine after a delete.
(cal_backend_remove_object): Calculate CalObjType and pass
it to cal_backend_log_entry
(cal_backend_update_object): ditto
* conduits/todo/todo-conduit.c (local_record_from_comp): Kill
unused variables.
(add_archive_record): Don't kill the sync if this happens
(update_record): Kill old function
(replace_record): New function to handle replace_record signal
(conduit_get_gpilot_conduit): Listen for replace record signal
(add_record): Always add a new record, never replace
(replace_record): Always replace an existing record
* conduits/calendar/calendar-conduit.c: Same as above
2000-10-11 JP Rosevear <jpr@helixcode.com>
* configure.in: Fix bonobo error message
svn path=/trunk/; revision=5866
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 972e23cec4..954bcea954 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2000-10-11 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend.c (cal_backend_log_entry): Take CalObjType + as a param because its impossible to determine after a delete. + (cal_backend_remove_object): Calculate CalObjType and pass + it to cal_backend_log_entry + (cal_backend_update_object): ditto + + * conduits/todo/todo-conduit.c (local_record_from_comp): Kill + unused variables. + (add_archive_record): Don't kill the sync if this happens + (update_record): Kill old function + (replace_record): New function to handle replace_record signal + (conduit_get_gpilot_conduit): Listen for replace record signal + (add_record): Always add a new record, never replace + (replace_record): Always replace an existing record + + * conduits/calendar/calendar-conduit.c: Same as above + 2000-10-10 Jesse Pavel <jpavel@helixcode.com> * gui/e-itip-control.c: set a default size for the control. @@ -91,7 +110,6 @@ * conduits/todo/calendar-conduit.h: same as above ->>>>>>> 1.609 2000-10-09 JP Rosevear <jpr@helixcode.com> * conduits/*: Adjust to using gnome-pilot-sync-abs conduit which |