diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4903f69e6a..ecad1c19d2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,29 @@ +2001-05-03 Dan Winship <danw@ximian.com> + + * camel-disco-store.c: new abstract class for disconnectable + remote stores + + * camel-disco-folder.c: new abstract class for folders on + disconnectable stores. + + * Makefile.am: Add camel-disco-folder.[ch] and + camel-disco-store.[ch]. + + * providers/imap/camel-imap-store.c: Make this a subclass of + CamelDiscoStore, and fix up the offline interfaces for the changes + since they were first written (particularly the fact that some + IMAP stores don't just use subscribed folders). + + * providers/imap/camel-imap-folder.c: Make this a subclass of + CamelDiscoFolder, although most ops still fail in disconnected + mode. + + * camel-store.c (camel_store_get_folder_info): Change gboolean, + gboolean, gboolean to guint32 in the prototype for this function. + + * providers/local/camel-local-store.c (get_folder_info): Update + for prototype change. + 2001-05-02 Dan Winship <danw@ximian.com> * providers/imap/camel-imap-store.h: Clean this up a bit. Add a |