diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-27 19:18:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-27 19:18:41 +0800 |
commit | 7265cc314c68f9b9b0196661540bed628b5aad16 (patch) | |
tree | 33ad1883f3d4a77c202fbd242a0d06313b870e21 /plugins/mail-remote/ChangeLog | |
parent | 07419207d4478491adfbcc63776388db5723787b (diff) | |
download | gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.tar.gz gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.tar.zst gsoc2013-evolution-7265cc314c68f9b9b0196661540bed628b5aad16.zip |
A camel-stream to wrap Evolution_Mail_MessageStream.
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.
svn path=/trunk/; revision=29418
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]: |