aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@helixcode.com>2000-10-10 08:18:07 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-10 08:18:07 +0800
commit1febeef6becb09f0b6838e3e6850fb7d1e538396 (patch)
treee4bf09b22a37faf70ca1f2e83ba7c0b09e000d74 /calendar/ChangeLog
parentd9d237a838ee852028c6d93b26b01b13f93464ac (diff)
downloadgsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.gz
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.bz2
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.lz
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.xz
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.zst
gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.zip
Added the executive-summary library and cflags
2000-10-09 Iain Holmes <iain@helixcode.com> * Makefile.am: Added the executive-summary library and cflags * evolution-calendar.oafinfo: Added oaf servers for the executive summary and executive summary factory. * calendar-summary.[ch]: New files to create the summary. * component-factory.c (summary_fn): Create the executive summary component. (component_factory_init): Start the summary factory as well. svn path=/trunk/; revision=5807
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f4e735fa62..39db7bad06 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2000-10-09 Iain Holmes <iain@helixcode.com>
+
+ * Makefile.am: Added the executive-summary library and cflags
+
+ * gui/evolution-calendar.oafinfo: Added oaf servers for the
+ executive summary and executive summary factory.
+
+ * gui/calendar-summary.[ch]: New files to create the summary.
+
+ * gui/component-factory.c (summary_fn): Create the executive
+ summary component.
+ (component_factory_init): Start the summary factory as well.
+
2000-10-06 Federico Mena Quintero <federico@helixcode.com>
* gui/weekday-picker.[ch]: New widget to pick weekdays.