diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-18 10:03:07 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 10:03:07 +0800 |
commit | 36a42fc60313ee2c15de8b2466bd208a0feff6ae (patch) | |
tree | 2b2f2d51b9613fa0b46473673ed458775e20951d /calendar/ChangeLog | |
parent | d55901c052e7431d907f1db4aa243b79948c3f46 (diff) | |
download | gsoc2013-evolution-36a42fc60313ee2c15de8b2466bd208a0feff6ae.tar.gz gsoc2013-evolution-36a42fc60313ee2c15de8b2466bd208a0feff6ae.tar.zst gsoc2013-evolution-36a42fc60313ee2c15de8b2466bd208a0feff6ae.zip |
Added mandatory status property. (ical_object_to_vobject): Only store
1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
* calobj.c (ical_new): Added mandatory status property.
(ical_object_to_vobject): Only store "related" list if it exists.
* main.c (save_calendar_cmd): Implemented calendar saving.
(open_calendar_cmd): Implemented calendar loading.
(new_calendar_cmd): Implemented calendar creation.
(new_calendar): Don't load our test calendar by default.
* gncal-full-day.c (delete_appointment): Delete appointment implemented.
svn path=/trunk/; revision=153
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 58a01b187f..962c9a5026 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * calobj.c (ical_new): Added mandatory status property. + (ical_object_to_vobject): Only store "related" list if it exists. + + * main.c (save_calendar_cmd): Implemented calendar saving. + (open_calendar_cmd): Implemented calendar loading. + (new_calendar_cmd): Implemented calendar creation. + (new_calendar): Don't load our test calendar by default. + + * gncal-full-day.c (delete_appointment): Delete appointment implemented. + + * eventedit.c (ee_store_recur_values_to_ical): Free/create + ical's recurrence appropriately. + (ee_rp_init_rule): Initialize all missing parameters from ical. + (ee_rp_init_ending_date): Initialize missing fields from ical. + 1998-04-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * gnome-cal.c (gnome_calendar_remove_object): Add support for |