<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/folder-unsubscribe/ChangeLog, branch master</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2009-06-25T17:27:20+00:00</updated>
<entry>
<title>Kill the "folder-unsubscribe" plugin.</title>
<updated>2009-06-25T17:27:20+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2009-06-25T17:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a'/>
<id>urn:sha1:f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a</id>
<content type='text'>
Feature is now integrated in core mailer, and has a main menu item.
</content>
</entry>
<entry>
<title>Merge revisions 36737:36810 from trunk.</title>
<updated>2008-11-24T05:14:44+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2008-11-24T05:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4f4615a46d5ba518c1e6a0c2412b1edf1e268d99'/>
<id>urn:sha1:4f4615a46d5ba518c1e6a0c2412b1edf1e268d99</id>
<content type='text'>
svn path=/branches/kill-bonobo/; revision=36811
</content>
</entry>
<entry>
<title>Merge revisions 36016:36303 from trunk.</title>
<updated>2008-09-11T15:34:29+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2008-09-11T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c0a255eb90769638d57ae4122932f75c46e4e531'/>
<id>urn:sha1:c0a255eb90769638d57ae4122932f75c46e4e531</id>
<content type='text'>
svn path=/branches/kill-bonobo/; revision=36307
</content>
</entry>
<entry>
<title>Merge revisions 35951:35992 from trunk.</title>
<updated>2008-08-14T20:19:12+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2008-08-14T20:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7ade227e6409c98a4010992450e111cf7bb10520'/>
<id>urn:sha1:7ade227e6409c98a4010992450e111cf7bb10520</id>
<content type='text'>
svn path=/branches/kill-bonobo/; revision=35994
</content>
</entry>
<entry>
<title>** Fixes bug #362638</title>
<updated>2007-12-20T17:58:09+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-12-20T17:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=538be0680e04babfa4a42132e8c6188c4b23efa2'/>
<id>urn:sha1:538be0680e04babfa4a42132e8c6188c4b23efa2</id>
<content type='text'>
2007-12-20  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #362638

	* calendar/gui/alarm-notify/alarm-notify.c:
	* calendar/gui/alarm-notify/alarm-notify.h:
	* calendar/gui/alarm-notify/alarm-queue.c:
	Rewrite message passing to use GThreadPool instead of EThread.

	* mail/mail-mt.h:
	Overhaul the message passing API:
	- Define a MailMsg type as the base message struct.
	- Define types for the various callback functions.
	- Add a priority value to each message (not yet used).
	- Add a reference count to each message.
	- Define a MailMsgInfo type for the virtual function table.
	- Record the size of message sub-types in MailMsgInfo.
	- New/changed functions:
	    mail_msg_new()   - Easier to use.
	    mail_msg_ref()   - Increase reference count.
	    mail_msg_unref() - Decrease reference count.
	    mail_msg_main_loop_push()    }
	    mail_msg_unordered_push()    } Submit MailMsgs to various
	    mail_msg_fast_ordered_push() } message-processing threads.
	    mail_msg_slow_ordered_push() }

	* mail/mail-mt.c (mail_msg_new):
	Use GSlice for memory allocation.

	* mail/mail-mt.c (mail_msg_ref), (mail_msg_unref):
	New functions increment/decrement a MailMsg's reference count.

	* mail/mail-mt.c (mail_cancel_hood_add), (mail_cancel_hook_remove):
	Convert the 'cancel_hook_list' from an  EDList to a GHookList and
	modify the API accordingly.

	* mail/mail-mt.c:
	Use GThreadPools instead of EThreads.
	Use GAsyncQueues instead of EMsgPorts.

	* mail/em-composer-utils.c:
	* mail/em-folder-browser.c:
	* mail/em-folder-properties.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-utils.c:
	* mail/em-folder-view.c:
	* mail/em-format-html-print.c:
	* mail/em-format-html.c:
	* mail/em-subscribe-editor.c:
	* mail/em-sync-stream.c:
	* mail/importers/elm-importer.c:
	* mail/importers/mail-importer.c:
	* mail/importers/pine-importer.c:
	* mail/mail-component.c:
	* mail/mail-folder-cache.c:
	* mail/mail-mt.c:
	* mail/mail-ops.c:
	* mail/mail-ops.h:
	* mail/mail-send-recv.c:
	* mail/mail-session.c:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/folder-unsubscribe/folder-unsubscribe.c:
	* plugins/groupwise-features/share-folder-common.c:
	* plugins/exchange-operations/exchange-folder.c:
	* plugins/mark-all-read/mark-all-read.c:
	* plugins/mailing-list-actions/mailing-list-actions.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/save-attachments/save-attachments.c:
	Use the new MailMsg API for messages.


svn path=/trunk/; revision=34730
</content>
</entry>
<entry>
<title>	** Fix for bug #495875</title>
<updated>2007-11-17T23:20:07+00:00</updated>
<author>
<name>Gilles Dartiguelongue</name>
<email>gdartigu@src.gnome.org</email>
</author>
<published>2007-11-17T23:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=82101429ace39073911832aea85ef1d435d2357d'/>
<id>urn:sha1:82101429ace39073911832aea85ef1d435d2357d</id>
<content type='text'>
	right click menu reordering

svn path=/trunk/; revision=34549
</content>
</entry>
<entry>
<title>Committed on behalf of Gilles Dartiguelongue &lt;dartigug@esiee.fr&gt;</title>
<updated>2007-04-02T06:24:42+00:00</updated>
<author>
<name>Sankarasivasubramanian Pasupathilingam</name>
<email>psankar@src.gnome.org</email>
</author>
<published>2007-04-02T06:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ab31e3515a57098986a671e76914118f5248c5a3'/>
<id>urn:sha1:ab31e3515a57098986a671e76914118f5248c5a3</id>
<content type='text'>
	* Committed on behalf of Gilles Dartiguelongue &lt;dartigug@esiee.fr&gt;

	* org-gnome-mail-folder-unsubscribe.eplug.xml:
	Cleanup. 
	Fixes part of #301149




svn path=/trunk/; revision=33351
</content>
</entry>
<entry>
<title>	fix names so that intltool will parse as xml</title>
<updated>2005-05-06T09:24:13+00:00</updated>
<author>
<name>Michael Zucci</name>
<email>zucchi@src.gnome.org</email>
</author>
<published>2005-05-06T09:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b9269bd09862b22a89d44a61a5eb728c28ec3761'/>
<id>urn:sha1:b9269bd09862b22a89d44a61a5eb728c28ec3761</id>
<content type='text'>
	remove use of e-error-tool
	tag xml for translations where appropriate

svn path=/trunk/; revision=29304
</content>
</entry>
<entry>
<title>clean up author/descriptions for various plugins.</title>
<updated>2005-02-25T15:54:25+00:00</updated>
<author>
<name>BjÃ¶rn Torkelsson</name>
<email>torkel@acc.umu.se</email>
</author>
<published>2005-02-25T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72'/>
<id>urn:sha1:7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72</id>
<content type='text'>
2005-02-24  BjÃ¶rn Torkelsson  &lt;torkel@acc.umu.se&gt;

	* clean up author/descriptions for various plugins.

svn path=/trunk/; revision=28889
</content>
</entry>
<entry>
<title>Dist .eplug.in files</title>
<updated>2004-11-01T18:39:17+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2004-11-01T18:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=69d4437179684dad21812702ead2b1e39d266cb4'/>
<id>urn:sha1:69d4437179684dad21812702ead2b1e39d266cb4</id>
<content type='text'>
svn path=/trunk/; revision=27781
</content>
</entry>
</feed>
