diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 59bc2b5328..396f5d2a83 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * main.c: New main program that uses our new datatypes and + objects. + + * calendar.c (calendar_load_from_vobject, calendar_load): + Implement loading of vCalendar objects and vCalendar files. + + * calobj.c (ical_object_create_from_vobject): Implement loading of + vCalendar event and todo objects. + + * timeutil.c (isodate_from_time_t): New function. + + * gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived + from GnomeApp. It holds all of the day views and arbitrates the + display. + 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-week-view.[ch]: New week view composite widget. This |