diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-29 07:17:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-29 07:17:08 +0800 |
commit | a4789a176c9b256e018e31ac363ee9847da55500 (patch) | |
tree | 36d28ac1684ef1c0c0bce859760d71aee4f9bdc1 /calendar/ChangeLog | |
parent | b807448dce5d356dcd1b4ea6133abf104564e44b (diff) | |
download | gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.gz gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.bz2 gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.lz gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.xz gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.zst gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.zip |
We no longer need time_from_icaltimetype as libical has the API for this
2000-08-28 JP Rosevear <jpr@helixcode.com>
* cal-util/timeutil.h: We no longer need time_from_icaltimetype
as libical has the API for this
* cal-util/timeutil.c: ditto
* cal-util/cal-recur.c: Replace time_from_icaltimetype with
icaltime_as_timet
* gui/calendar-model.c: ditto
* gui/event-editor.c: ditto
* gui/gnome-cal.c: ditto
svn path=/trunk/; revision=5090
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5b3ba7b04a..a339ade968 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2000-08-28 JP Rosevear <jpr@helixcode.com> + + * cal-util/timeutil.h: We no longer need time_from_icaltimetype + as libical has the API for this + + * cal-util/timeutil.c: ditto + + * cal-util/cal-recur.c: Replace time_from_icaltimetype with + icaltime_as_timet + + * gui/calendar-model.c: ditto + + * gui/event-editor.c: ditto + + * gui/gnome-cal.c: ditto + 2000-08-28 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-backend-file.c (remove_component): Remove the |