diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-18 10:09:54 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 10:09:54 +0800 |
commit | d79ee74dad39ee5210482aa90a7c6a7b2f0b7517 (patch) | |
tree | a41a2a618e2ac7aa1f13b7625339b1127fe415df /calendar/ChangeLog | |
parent | 36a42fc60313ee2c15de8b2466bd208a0feff6ae (diff) | |
download | gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar.gz gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar.bz2 gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar.lz gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar.xz gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.tar.zst gsoc2013-evolution-d79ee74dad39ee5210482aa90a7c6a7b2f0b7517.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.
(store_list): Add terminating null char and free the correct data.
svn path=/trunk/; revision=154
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 962c9a5026..1bd14e83a0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -2,6 +2,7 @@ * calobj.c (ical_new): Added mandatory status property. (ical_object_to_vobject): Only store "related" list if it exists. + (store_list): Add terminating null char and free the correct data. * main.c (save_calendar_cmd): Implemented calendar saving. (open_calendar_cmd): Implemented calendar loading. |