aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-05-28 23:49:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-05-28 23:49:14 +0800
commit43a1da7ba9650f48107541282c8a18eec13c4429 (patch)
tree384720fc6e3f87650d615a26d301a3c484efecaf /calendar/ChangeLog
parente59bc46236154194102335d93926043985c92938 (diff)
downloadgsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar.gz
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar.bz2
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar.lz
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar.xz
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.tar.zst
gsoc2013-evolution-43a1da7ba9650f48107541282c8a18eec13c4429.zip
implemented the 'remove_folder' function for the calendar shell component
2001-05-27 Rodrigo Moya <rodrigo@ximian.com> * gui/component-factory.c (remove_folder): implemented the 'remove_folder' function for the calendar shell component (xfer_folder): ditto for 'xfer_folder' svn path=/trunk/; revision=10027
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3f2fa58a19..0fcee177e8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-27 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/component-factory.c (remove_folder): implemented the
+ 'remove_folder' function for the calendar shell component
+ (xfer_folder): ditto for 'xfer_folder'
+
2001-05-27 Dan Winship <danw@ximian.com>
* gui/calendar-commands.c: #include
@@ -5,7 +11,7 @@
for e_pixmaps_update.
* gui/tasks-control.c: Likewise.
-
+
2001-05-25 Peter Williams <peterw@ximian.com>
* gui/Makefile.am: Reference libeshell.la instead of libeshell.a.