From 197ca7ac5bd990427d8c5e7683b6408ffc23f261 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 3 Apr 1998 06:03:18 +0000 Subject: New full-day widget. It is still a work in progress. It will be similar to 1998-04-02 Federico Mena Quintero * gncal-full-day.c: New full-day widget. It is still a work in progress. It will be similar to M$ Schedule's nifty full day view widget, but with Gtk's elegance :-) * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. svn path=/trunk/; revision=99 --- calendar/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index de3d419d36..b8a405c64f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +1998-04-02 Federico Mena Quintero + + * gncal-full-day.c: New full-day widget. It is still a work in + progress. It will be similar to M$ Schedule's nifty full day view + widget, but with Gtk's elegance :-) + + * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. + 1998-04-02 Miguel de Icaza * eventedit.c: Object editor widget. We dropped ObjEdit. -- cgit