diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-22 07:55:49 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-22 07:55:49 +0800 |
commit | b707ff2b15af01713ebac9a572b798485bb4b288 (patch) | |
tree | e85e0ac644913dcf55bb8fac0fc7325f17c3172f /calendar/ChangeLog | |
parent | 2c6974eb71de10279567a4b16f487270c6e5eef5 (diff) | |
download | gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.gz gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.tar.zst gsoc2013-evolution-b707ff2b15af01713ebac9a572b798485bb4b288.zip |
Made it use GncalDayPanel.
1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-cal.c: Made it use GncalDayPanel.
* gncal-day-panel.c: New widget for the day view in the main
calendar toplevel. It basically takes care of everything
gnome-cal did by hand with respect to the day view.
* Makefile.am (gnomecal_SOURCES): Added gncal-day-panel.[ch] to
the rules.
* main.c: Added a separator between the About menu item and the
help topics.
svn path=/trunk/; revision=177
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b31b6bad5b..6c62cf7a7f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gnome-cal.c: Made it use GncalDayPanel. + + * gncal-day-panel.c: New widget for the day view in the main + calendar toplevel. It basically takes care of everything + gnome-cal did by hand with respect to the day view. + + * Makefile.am (gnomecal_SOURCES): Added gncal-day-panel.[ch] to + the rules. + + * main.c: Added a separator between the About menu item and the + help topics. + 1998-04-20 Miguel de Icaza <miguel@nuclecu.unam.mx> * eventedit.c (ee_ok): Mark the event as non-new after accepting changes. |