<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/mail-to-task, branch archive-integration</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=archive-integration</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2013-06-15T12:19:27+00:00</updated>
<entry>
<title>message_list_get_selected: Give the returned array a free func.</title>
<updated>2013-06-15T12:19:27+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-06-15T12:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f642e03d4967c80aaad45475475752264c95de5c'/>
<id>urn:sha1:f642e03d4967c80aaad45475475752264c95de5c</id>
<content type='text'>
The returned UID array now has a built-in "free" function for its
elements and should be released by callers with g_ptr_array_unref()
rather than em_utils_uids_free() or some equivalent.
</content>
</entry>
<entry>
<title>Add e_mail_reader_ref_folder().</title>
<updated>2013-06-15T03:21:41+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-06-15T02:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5b1742b202ca9505ccd818918b4afe82fc61b63b'/>
<id>urn:sha1:5b1742b202ca9505ccd818918b4afe82fc61b63b</id>
<content type='text'>
Replaces e_mail_reader_get_folder().
</content>
</entry>
<entry>
<title>Rename libemformat to libevolution-mail-formatter.</title>
<updated>2013-05-28T13:56:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-05-26T20:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=04aa0fba1f96cac50e8006e7dd806cf042138851'/>
<id>urn:sha1:04aa0fba1f96cac50e8006e7dd806cf042138851</id>
<content type='text'>
To make Evolution's shared libraries more consistent.

Also add an evolution-mail-formatter documentation module.
</content>
</entry>
<entry>
<title>Rename libeshell to libevolution-shell.</title>
<updated>2013-05-28T13:56:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-05-26T19:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=70a9fcdf9c61c09fcac72ddf99e73cb57ed99017'/>
<id>urn:sha1:70a9fcdf9c61c09fcac72ddf99e73cb57ed99017</id>
<content type='text'>
To make Evolution's shared libraries more consistent.

Also rename the documentation module to evolution-shell.
</content>
</entry>
<entry>
<title>Rename libeutil to libevolution-util.</title>
<updated>2013-05-28T13:56:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-05-26T18:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6c9a3243c9b335cb7e5873b15562263e74293dc2'/>
<id>urn:sha1:6c9a3243c9b335cb7e5873b15562263e74293dc2</id>
<content type='text'>
To make Evolution's shared libraries more consistent.

Also rename the documentation module to evolution-util.
</content>
</entry>
<entry>
<title>Bug 697632 - [mail-to-task] Invalid unref of a CamelFolder</title>
<updated>2013-05-12T12:27:36+00:00</updated>
<author>
<name>Samarjit Adhikari</name>
<email>samarjit.adhikari@gmail.com</email>
</author>
<published>2013-05-12T12:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f0151c785648b44850b46fa50336126c282fcc58'/>
<id>urn:sha1:f0151c785648b44850b46fa50336126c282fcc58</id>
<content type='text'>
e_mail_reader_get_folder() does not return a new CamelFolder reference,
yet mail_to_event() was acting as though it does.  This caused a crash
after the function ran and Evolution tried to use the folder again.

Truth be told, e_mail_reader_get_folder() really *should* return a new
reference to ensure the CamelFolder is not finalized while it's in use.
But we would need to rename the function to e_mail_reader_ref_folder()
to reflect the change in semantics, and I suspect the function is used
in a great many places.
</content>
</entry>
<entry>
<title>Remove conditionals from GtkUIManager definitions.</title>
<updated>2013-03-31T16:10:54+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-03-31T13:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=15fbc1654e16f3d2a4c6b55b01dc2a76596b07ba'/>
<id>urn:sha1:15fbc1654e16f3d2a4c6b55b01dc2a76596b07ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.</title>
<updated>2013-02-08T19:21:42+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-02-08T19:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=60d1c3054aa60d02c763538d6b1f16d9d6ab6ade'/>
<id>urn:sha1:60d1c3054aa60d02c763538d6b1f16d9d6ab6ade</id>
<content type='text'>
GTK+ uses (G_PRIORITY_HIGH_IDLE + 20) for redrawing operations, which is
actually a slightly lower priority than G_PRIORITY_HIGH_IDLE.  Therefore
for our purpose, G_PRIORITY_HIGH_IDLE is sufficient.
</content>
</entry>
<entry>
<title>Add comments around g_idle_add() changes</title>
<updated>2013-02-08T17:26:49+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-02-08T17:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9c6a7673b80268d96eb007b3273b26d5422f48a1'/>
<id>urn:sha1:9c6a7673b80268d96eb007b3273b26d5422f48a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug #683867 - Schedule actions with higher idle priority</title>
<updated>2013-02-08T17:26:48+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>michel@daenzer.net</email>
</author>
<published>2013-02-08T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eb9e9279262050117e75547bc5ce200ac92c24fb'/>
<id>urn:sha1:eb9e9279262050117e75547bc5ce200ac92c24fb</id>
<content type='text'>
</content>
</entry>
</feed>
