diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-25 04:07:19 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-25 04:07:19 +0800 |
commit | de46951fcff85cff53fec4bae4d04772f20ef854 (patch) | |
tree | 3702d6989a671793d342f51c24097c8d53538349 /libical/ChangeLog | |
parent | 33f48d299ea754aa6679a092ad820e8c96a020f6 (diff) | |
download | gsoc2013-evolution-de46951fcff85cff53fec4bae4d04772f20ef854.tar.gz gsoc2013-evolution-de46951fcff85cff53fec4bae4d04772f20ef854.tar.zst gsoc2013-evolution-de46951fcff85cff53fec4bae4d04772f20ef854.zip |
convert from a time_t to an icaldurationtype.
* src/libical/icaltypes.c (icaldurationtype_from_timet): convert
from a time_t to an icaldurationtype.
svn path=/trunk/; revision=2589
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 4b226ac5a6..887b96d5a6 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,8 @@ +2000-04-24 Seth Alves <alves@hungry.com> + + * src/libical/icaltypes.c (icaldurationtype_from_timet): convert + from a time_t to an icaldurationtype. + 2000-03-17 Eric Busboom <eric@agony.qualcomm.com> * icalstore.c Vastly improved icalstore_test. |