From 3799134926a1db309a2b46706d8a33581999f778 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 14 May 1998 23:12:10 +0000 Subject: Do not add the spurious padding. 1998-05-14 Miguel de Icaza * timeutil.c (isodate_from_time_t): Do not add the spurious padding. * calobj.c (store_date_list): Bug fix: I was using the wrong pointer when saving the exception date list. (set_date_list): Bug fix: load correctly the complete exception date list. (set_date_list): Use ',' for the exception date separator as the versit people can not get their standard right. * gncal-full-day.c (unrecur_appointment): Support for making an existing recurrent event `movable' for a day. * calobj.c (ical_object_add_exdate): New routine, used to add exception dates. (ical_object_duplicate): New routine: used to do the magic recur->no-recur event. svn path=/trunk/; revision=214 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a921d7f813..c842753ec2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +1998-05-14 Miguel de Icaza + + * timeutil.c (isodate_from_time_t): Do not add the spurious + padding. + + * calobj.c (store_date_list): Bug fix: I was using the wrong + pointer when saving the exception date list. + (set_date_list): Bug fix: load correctly the complete exception + date list. + (set_date_list): Use ',' for the exception date separator as the + versit people can not get their standard right. + + * gncal-full-day.c (unrecur_appointment): Support for making an + existing recurrent event `movable' for a day. + + * calobj.c (ical_object_add_exdate): New routine, used to add + exception dates. + (ical_object_duplicate): New routine: used to do the magic + recur->no-recur event. + 1998-05-08 Miguel de Icaza * gncal-full-day.c (new_appointment): Use gtk_calendar freeze/thaw -- cgit