diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0613101457..ecf72c4e81 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +1998-04-22 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gncal-full-day.c: Made it use popup_menu(). + + * popup-menu.c: New file with utility functions for creating popup + menus. Maybe such a thing would be useful in libgnomeui, a la + gnome-app-helper? + + * Makefile.am (gnomecal_SOURCES): Added popup-menu.[ch] to the sources. + 1998-04-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * prop.c (properties): Added Calendar properties editor. @@ -5,6 +15,15 @@ * main.c: Save/load properties (fix to old commit). +1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gncal-todo.c: New widget for editing TODO lists. This will be + worked on a lot. + + * Makefile.am (gnomecal_SOURCES): Added gncal-todo.[ch] to the sources. + + * gncal-day-panel.c: Make it use the new TODO widget. + 1998-04-21 Miguel de Icaza <miguel@nuclecu.unam.mx> * timeutil.c (isodate_from_time_t): Do not save with the global |