diff options
author | Peter Teichman <teichman@src.gnome.org> | 1999-08-02 15:20:18 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 1999-08-02 15:20:18 +0800 |
commit | 9a87a9ff789115cfa55316b14dea6393cd4e9bce (patch) | |
tree | 69ffd230a851801b57bbebaeb8dace29e23c5636 /calendar/ChangeLog | |
parent | f812a77ab63149367d289b9aea02ca7e813c7058 (diff) | |
download | gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar.gz gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar.bz2 gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar.lz gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar.xz gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.tar.zst gsoc2013-evolution-9a87a9ff789115cfa55316b14dea6393cd4e9bce.zip |
do deletion of appointments correctly, when they are deleted on the pilot
* calendar-pilot-sync.c (sync_pilot): do deletion of appointments
correctly, when they are deleted on the pilot
(conduit_free_Appointment): protect against double-freeing parts
of the Appointment structure
(update_record): all-day events from the pilot are handled a bit
more reasonably
svn path=/trunk/; revision=1063
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6451265211..05e37e260f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1999-08-02 Peter Teichman <pat4@acpub.duke.edu> + + * calendar-pilot-sync.c (sync_pilot): do deletion of appointments + correctly, when they are deleted on the pilot + (conduit_free_Appointment): protect against double-freeing parts + of the Appointment structure + (update_record): all-day events from the pilot are handled a bit + more reasonably + 1999-08-01 Peter Teichman <pat4@acpub.duke.edu> * calendar-pilot-sync.c (sync_object_to_pilot): The multi-day |