aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-06-29 15:16:19 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-29 15:16:19 +0800
commit31e562c685d59c22fa1f241aa549bf8867042657 (patch)
treef4864bf7ed1b18c17dc72377209a813dd2ad123c /calendar/ChangeLog
parent428931dccacc89ec3861955a95605e4943c48a94 (diff)
downloadgsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.gz
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.bz2
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.lz
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.xz
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.tar.zst
gsoc2013-evolution-31e562c685d59c22fa1f241aa549bf8867042657.zip
New files for the new iCalendar component object. Today's properties:
2000-06-28 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.[ch]: New files for the new iCalendar component object. Today's properties: basic component type, UID, SUMMARY. * cal-util/Makefile.am: Added cal-component.[ch] to the list of sources. svn path=/trunk/; revision=3786
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index baabe2ee8f..b438ba7145 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2000-06-28 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-util/cal-component.[ch]: New files for the new iCalendar
+ component object. Today's properties: basic component type, UID,
+ SUMMARY.
+
+ * cal-util/Makefile.am: Added cal-component.[ch] to the list of
+ sources.
+
2000-06-27 Michael Meeks <michael@helixcode.com>
* pcs/Makefile.am (INCLUDES): use BONOBO_VFS_GNOME_CFLAGS.