aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
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.