From f865d886f5aae9279d44f726a0b8093316a40e09 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 2 Apr 1998 07:57:58 +0000 Subject: New main program that uses our new datatypes and objects. 1998-04-02 Miguel de Icaza * 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. svn path=/trunk/; revision=93 --- calendar/.cvsignore | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/.cvsignore') diff --git a/calendar/.cvsignore b/calendar/.cvsignore index 9d3b9d1349..71e5400a29 100644 --- a/calendar/.cvsignore +++ b/calendar/.cvsignore @@ -4,3 +4,4 @@ Makefile _libs .libs gncal +gnomecal -- cgit