diff options
author | JP Rosevear <jpr@ximian.com> | 2002-10-18 05:34:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-10-18 05:34:10 +0800 |
commit | a3da56611e96dae9fc2f4205e59820b1214e4172 (patch) | |
tree | 0615b0746c4f5513d5b251580de7cf988a304efe /calendar/ChangeLog | |
parent | d536b6d10b7e403d017b9b5a935657dcf23115b3 (diff) | |
download | gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar.gz gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar.bz2 gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar.lz gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar.xz gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.tar.zst gsoc2013-evolution-a3da56611e96dae9fc2f4205e59820b1214e4172.zip |
if the value is a datetime, convert it to a date
2002-10-17 JP Rosevear <jpr@ximian.com>
* gui/dialogs/recurrence-page.c (fill_ending_date): if the value
is a datetime, convert it to a date
* gui/itip-utils.c (comp_compliant): convert an UNTIL date value
to a datetime value
* cal-util/cal-component.c (cal_component_has_simple_recurrence):
check to see if the component recurrences meet our definition of
"simple"
* cal-util/cal-component.h: new proto
svn path=/trunk/; revision=18389
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5cfd140042..71e7b02556 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2002-10-17 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/recurrence-page.c (fill_ending_date): if the value + is a datetime, convert it to a date + + * gui/itip-utils.c (comp_compliant): convert an UNTIL date value + to a datetime value + + * cal-util/cal-component.c (cal_component_has_simple_recurrence): + check to see if the component recurrences meet our definition of + "simple" + + * cal-util/cal-component.h: new proto + 2002-10-17 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/recurrence-page.c (fill_component): changed to have a |