diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-02 02:54:13 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-02 02:54:13 +0800 |
commit | eb4a715ad0f1b36aa76d974095e609a41f908975 (patch) | |
tree | 39982574bf4b77607242a598a3e024ecafa2affc /calendar/ChangeLog | |
parent | 8fc405a0b1d444305d3e2c8f1a901f61e83a8061 (diff) | |
download | gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar.gz gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar.bz2 gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar.lz gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar.xz gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.tar.zst gsoc2013-evolution-eb4a715ad0f1b36aa76d974095e609a41f908975.zip |
Convert the comp exceptions to the pilot record (comp_from_remote_record):
2001-10-01 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
Convert the comp exceptions to the pilot record
(comp_from_remote_record): record exceptions in the comp and
use time zone stuff on recurrence end date
svn path=/trunk/; revision=13269
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 461d8b5388..227971c4ab 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2001-10-01 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (local_record_from_comp): + Convert the comp exceptions to the pilot record + (comp_from_remote_record): record exceptions on the desktop and + use time zone stuff on recurrence end date + +2001-10-01 JP Rosevear <jpr@ximian.com> + * pcs/cal-backend-file.c (cal_backend_file_compute_changes): strdup the uid to avoid double free, write out only after everything is done |