diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-08 23:37:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-08 23:37:37 +0800 |
commit | 701cbac178b95c516269e8f908c69387745499ba (patch) | |
tree | 57aa665dd57fb7537b84b9404a9d8c7aaa992775 /libical/ChangeLog | |
parent | 7a7653f20a4e115339a40ceba828a6ccd35e4653 (diff) | |
download | gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar.gz gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar.bz2 gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar.lz gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar.xz gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.tar.zst gsoc2013-evolution-701cbac178b95c516269e8f908c69387745499ba.zip |
New function that compares only the dates, not the times as well
2000-09-08 JP Rosevear <jpr@helixcode.com>
* src/libical/icaltime.c (icaltime_compare_date_only): New
function that compares only the dates, not the times as well
* src/libical/icaltime.h: Add prototype
svn path=/trunk/; revision=5260
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 1fec1bcc29..b256f7641a 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,10 @@ +2000-09-08 JP Rosevear <jpr@helixcode.com> + + * src/libical/icaltime.c (icaltime_compare_date_only): New + function that compares only the dates, not the times as well + + * src/libical/icaltime.h: Add prototype + 2000-09-01 JP Rosevear <jpr@helixcode.com> * configure.in: We don't need AC_PROG_RANLIB and |