diff options
author | 7 <jpr@helixcode.com> | 2000-10-27 23:58:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-27 23:58:37 +0800 |
commit | 349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57 (patch) | |
tree | d922dd6614271202d9b9c48111a2a2f49c048b78 /calendar/ChangeLog | |
parent | d47425dac39e16390bc9c5908efc300b011a88ea (diff) | |
download | gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar.gz gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar.bz2 gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar.lz gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar.xz gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.tar.zst gsoc2013-evolution-349a30e209bd674ab60ae8e6a0d0fd05ca8c5d57.zip |
Remove invalid test. (local_record_from_comp): If the event is all day,
2000-10-27 <jpr@helixcode.com>
* conduits/calendar/calendar-conduit.c (add_archive_record): Remove
invalid test.
(local_record_from_comp): If the event is all day, mark it as timeless
(comp_from_remote_record): Timeless events take up all day
* conduits/todo/todo-conduit.c (add_archive_record): ditto
svn path=/trunk/; revision=6230
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 dd91c49fc1..33792350bf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2000-10-27 <jpr@helixcode.com> + + * conduits/calendar/calendar-conduit.c (add_archive_record): Remove + invalid test. + (local_record_from_comp): If the event is all day, mark it as timeless + (comp_from_remote_record): Timeless events take up all day + + * conduits/todo/todo-conduit.c (add_archive_record): ditto + 2000-10-27 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c (add_archive_record): Take proper |