aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2007-12-17 21:22:59 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-12-17 21:22:59 +0800
commit70aeb47914023a4cb9931cd7d45dd00d64aae288 (patch)
tree197e7a414051560719e7ad6242627220838bff39 /plugins/mail-remote/ChangeLog
parent8bdb85463f20be52906aad05ce7e09ffb929e331 (diff)
downloadgsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar.gz
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar.bz2
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar.lz
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar.xz
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.tar.zst
gsoc2013-evolution-70aeb47914023a4cb9931cd7d45dd00d64aae288.zip
Actually remove the mail-remote plugin, like the ChangeLog says.
svn path=/trunk/; revision=34721
Diffstat (limited to 'plugins/mail-remote/ChangeLog')
-rw-r--r--plugins/mail-remote/ChangeLog99
1 files changed, 0 insertions, 99 deletions
diff --git a/plugins/mail-remote/ChangeLog b/plugins/mail-remote/ChangeLog
deleted file mode 100644
index 0377147c38..0000000000
--- a/plugins/mail-remote/ChangeLog
+++ /dev/null
@@ -1,99 +0,0 @@
-2007-10-29 Matthew Barnes <mbarnes@redhat.com>
-
- * evolution-mail-sessionlistener.c:
- Use g_cclosure_marshal_VOID__POINTER instead of
- evolution_mail_marshal_VOID__POINTER.
-
-2007-09-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
-
- ** Fix for bug #461195
-
- * evolution-mail-marshal.list: Remove needless marshalers.
-
-2007-05-12 Matthew Barnes <mbarnes@redhat.com>
-
- ** Fixes part of bug #337616
-
- * Makefile.am: Add "eplug.xml" file to EXTRA_DIST.
-
-2007-04-02 Sankar P <psankar@novell.com>
-
- * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
-
- * org-gnome-evolution-mail-remote.eplug.xml:
- Cleanup.
- Fixes part of #301149
-
-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.
-