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
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
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]:
|
|
* evolution-mail-sessionlistener.[ch]:
|
|
* evolution-mail-storelistener.[ch]: New helpers for listeners.
|
|
|
|
* evolution-mail-listener.[ch]: removed.
|
|
|
|
* Evolution-DataServer-Mail.idl: removed the GNOME prefix, Bonobo
|
|
doesn't use it, and it just adds pointless typing. Added
|
|
getmessage and appendmessage interaces. Moved listeners to each
|
|
object rather than one global listener.
|
|
|
|
2005-05-24 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Lots more work. Now implements a full listener interface.
|
|
Filled out api.
|
|
|
|
2005-05-20 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Lots of work, filled out functions, cleaned up idl to make the
|
|
data more useful, added a listener interface, etc.
|
|
|
|
2005-05-12 Not Zed <NotZed@Ximian.com>
|
|
|
|
* A remote mail interface plugin for evolution.
|
|
|