aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-09 23:44:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-09 23:44:03 +0800
commit8cdcac9e18a5c4ea17cacc997de85a90a111c01b (patch)
tree4e5f56528a93a1a9c9155b5a84818a30dd6a9db8 /shell/ChangeLog
parent26e908d6d306e8217287a24c9749830b171466b8 (diff)
downloadgsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar.gz
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar.bz2
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar.lz
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar.xz
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.tar.zst
gsoc2013-evolution-8cdcac9e18a5c4ea17cacc997de85a90a111c01b.zip
Rename NotPrepared to notPrepared and NotSyncing to notSyncing.
* Evolution-Offline.idl: Rename NotPrepared to notPrepared and NotSyncing to notSyncing. * evolution-storage.c (impl_Storage__get_folder_list): Renamed from impl_Storage_get_folder_list(). * Evolution-Storage.idl: Don't typedef FolderList here. Replace `getFolderList' method with a readonly attribute. * gui/e-itip-control.c (get_servers): use GNOME_Evolution_Storage__get_folderList instead of GNOME_Evolution_Storage_getFolderList since I have now changed that to be an attribute instead of a method. svn path=/trunk/; revision=16732
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 9c440a689e..ef329f89f5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2002-05-09 Ettore Perazzoli <ettore@ximian.com>
+
+ * Evolution-Offline.idl: Rename NotPrepared to notPrepared and
+ NotSyncing to notSyncing.
+
+ * evolution-storage.c (impl_Storage__get_folder_list): Renamed
+ from impl_Storage_get_folder_list().
+
+ * Evolution-Storage.idl: Don't typedef FolderList here. Replace
+ `getFolderList' method with a readonly attribute.
+
2002-05-07 Ettore Perazzoli <ettore@ximian.com>
* Evolution-Offline.idl: New interface SyncFolderProgressListener.