aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ef329f89f5..b6f2efee9d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,24 @@
2002-05-09 Ettore Perazzoli <ettore@ximian.com>
+ * e-local-storage.c (construct): Pass %FALSE as
+ @has_shared_folders to evolution_storage_new().
+
+ * evolution-storage.c: New member has_shared_folders in
+ EvolutionStoragePrivate.
+ (init): Initialize to FALSE.
+ (evolution_storage_new): New arg @has_shared_folders.
+ (evolution_storage_construct): Likewise.
+ (impl_Storage__get_folderList): Renamed from
+ impl_Storage__get_folder_list.
+ (impl_Storage__get_hasSharedFolders): New, implementation for
+ ::hasSharedFolders.
+ (evolution_storage_get_epv): Install the CORBA method
+ implementation.
+
+ * Evolution-Storage.idl: Make Storage::name a readonly attribute. New attribute Storage::
+
+2002-05-09 Ettore Perazzoli <ettore@ximian.com>
+
* Evolution-Offline.idl: Rename NotPrepared to notPrepared and
NotSyncing to notSyncing.