diff options
Diffstat (limited to 'plugins/mail-remote/ChangeLog')
-rw-r--r-- | plugins/mail-remote/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/mail-remote/ChangeLog b/plugins/mail-remote/ChangeLog index de6a0cb4b9..2e687b633a 100644 --- a/plugins/mail-remote/ChangeLog +++ b/plugins/mail-remote/ChangeLog @@ -1,3 +1,18 @@ +2005-05-27 Not Zed <NotZed@Ximian.com> + + * em-message-stream.[ch]: A camel-stream to wrap + Evolution_Mail_MessageStream. + + * evolution-mail-messagestream.[ch]: simplified read-only stream + interface rather than using bonobo-stream. It wraps a + camel-stream only & simplified lifecycle management. + + * evolution-mail-store.c (evolution_mail_store_changed): if we + have no more listeners, close the camelstore object off. + + * Evolution-DataServer-Mail.idl: changed exceptions to use one + exception type with details. Fixed code to use these. + 2005-05-26 Not Zed <NotZed@Ximian.com> * evolution-mail-folderlistener.[ch]: |