<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/save-attachments, 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-04-27T19:36:19+00:00</updated>
<entry>
<title>Commit the rest of the attachment UI rewrite</title>
<updated>2009-04-27T19:36:19+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2009-04-27T19:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4449a34101406bffe508dd40b8b653f7c7d14c7d'/>
<id>urn:sha1:4449a34101406bffe508dd40b8b653f7c7d14c7d</id>
<content type='text'>
Oops, last commit only included the -new- files.
This also removes EExpander, which is no longer used.
</content>
</entry>
<entry>
<title>Use -no-undefined and link with more libs on Windows.</title>
<updated>2009-01-28T17:29:55+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2009-01-28T17:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=24ab144be229febc05b51817b343e3841f41bf7f'/>
<id>urn:sha1:24ab144be229febc05b51817b343e3841f41bf7f</id>
<content type='text'>
2009-01-28  Tor Lillqvist  &lt;tml@novell.com&gt;

	* Makefile.am: Use -no-undefined and link with more libs on
	Windows.


svn path=/trunk/; revision=37152
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL</title>
<updated>2008-09-19T06:02:55+00:00</updated>
<author>
<name>Sankarasivasubramanian Pasupathilingam</name>
<email>psankar@src.gnome.org</email>
</author>
<published>2008-09-19T06:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f9f3b671620286dac01b80d28ad2c47aa700b054'/>
<id>urn:sha1:f9f3b671620286dac01b80d28ad2c47aa700b054</id>
<content type='text'>
svn path=/trunk/; revision=36381
</content>
</entry>
<entry>
<title>updated novell copyright notices (left others alone)</title>
<updated>2008-06-20T22:26:57+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2008-06-20T22:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=abda2bda855a6ac4413994bd141e18f9fd00b295'/>
<id>urn:sha1:abda2bda855a6ac4413994bd141e18f9fd00b295</id>
<content type='text'>
svn path=/trunk/; revision=35665
</content>
</entry>
<entry>
<title>** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and</title>
<updated>2008-06-06T15:12:53+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2008-06-06T15:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4503c052d04822edb3105e639b824ed88013a810'/>
<id>urn:sha1:4503c052d04822edb3105e639b824ed88013a810</id>
<content type='text'>
2008-06-06  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
	   GTK_DISABLE_SINGLE_INCLUDES defined.  (#536637)


svn path=/trunk/; revision=35606
</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>** Remove trailing whitespace from source code.</title>
<updated>2007-11-14T22:04:21+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-11-14T22:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91'/>
<id>urn:sha1:9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91</id>
<content type='text'>
2007-11-14  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
</content>
</entry>
<entry>
<title>Update FSF address in header comments (#469886). Patch from Tobias</title>
<updated>2007-09-02T04:19:22+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-09-02T04:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8e47917e8c7126aee49f98826ef67623346546e8'/>
<id>urn:sha1:8e47917e8c7126aee49f98826ef67623346546e8</id>
<content type='text'>
2007-09-02  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
</content>
</entry>
<entry>
<title>** Fix for bug #455799</title>
<updated>2007-08-03T23:52:01+00:00</updated>
<author>
<name>Hiroyuki Ikezoe</name>
<email>poincare@ikezoe.net</email>
</author>
<published>2007-08-03T23:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e0b92a2aaab18f525de41a2bcb9782e60a4ec285'/>
<id>urn:sha1:e0b92a2aaab18f525de41a2bcb9782e60a4ec285</id>
<content type='text'>
2007-08-04  Hiroyuki Ikezoe  &lt;poincare@ikezoe.net&gt;

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
</content>
</entry>
<entry>
<title>Committed on behalf of Gilles Dartiguelongue &lt;dartigug@esiee.fr&gt;</title>
<updated>2007-04-02T07:13:50+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2007-04-02T07:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0c83d5d341575e6e1c1078293300e1e1ce365051'/>
<id>urn:sha1:0c83d5d341575e6e1c1078293300e1e1ce365051</id>
<content type='text'>
2007-04-02  Sankar P  &lt;psankar@novell.com&gt;

	* Committed on behalf of Gilles Dartiguelongue &lt;dartigug@esiee.fr&gt;
	
	Code Cleanup. 
	Fixes part of #301149



svn path=/trunk/; revision=33354
</content>
</entry>
</feed>
