File: ChangeLog

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (73 lines) | stat: -rw-r--r-- 2,403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2006-01-06  Simon Zheng <simon.zheng@sun.com>

	* evolution-mail-session.c:
	* evolution-mail-store.c:
	use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
	use libedataserver/e-account.h instead of e-util/e-account.h.

2005-08-10  Not Zed  <NotZed@Ximian.com>

	** See #271985.

	* evolution-mail-session.c (is_storage): check for uri "" and pass
	exception to provider get.

2005-08-02  Not Zed  <NotZed@Ximian.com>

	* org-gnome-evolution-mail-remote.eplug.xml: How strange, this was
	never added, but nobody noticed till now.

2005-06-02  Not Zed  <NotZed@Ximian.com>

	* Evolution.idl: seutp an idl file so we only need to generate one
	set of skels/stubs for all imported.

	* mail-remote.c (e_plugin_lib_enable): instead of writing ior to a
	file, just add the Session interface to the mail component.

	* client.c (get_session): use the new shell interface to find the
	mail compnent and retrieve the session interface using
	bonobo-activation, so the mailer starts if we try to access it.

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.