<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/mail-account-disable/Makefile.am, 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>2009-01-17T20:06:17+00:00</updated>
<entry>
<title>Hack GtkIconTheme so we can reference category icons as named icons.</title>
<updated>2009-01-17T20:06:17+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2009-01-17T20:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c22126d54f0cf0637e3d5ddd5d78b3ff5d111582'/>
<id>urn:sha1:c22126d54f0cf0637e3d5ddd5d78b3ff5d111582</id>
<content type='text'>
Necessary for EActionComboBox, since GtkActions can only handle named
or stock icons.  Hopefully this is just a temporary hack.  Eventually
we should make the category icons themeable.

Kill the "mail-account-disable" plugin and integrate it properly.
More dead plugins to follow...

Don't show disabled menu items in pop-up context menus.  It does the
user no good to see things he CAN'T do with the object he clicked on.

svn path=/branches/kill-bonobo/; revision=37093
</content>
</entry>
<entry>
<title>Fix make-clean issues.</title>
<updated>2005-12-12T05:36:17+00:00</updated>
<author>
<name>Harish Krishnaswamy</name>
<email>kharish@novell.com</email>
</author>
<published>2005-12-12T05:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1f082fa21288330fb5b53ce5555ace608ed36040'/>
<id>urn:sha1:1f082fa21288330fb5b53ce5555ace608ed36040</id>
<content type='text'>
2005-12-12  Harish Krishnaswamy  &lt;kharish@novell.com&gt;

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
</content>
</entry>
<entry>
<title>Remove the special case for win32, its a bug on all platforms, silly.</title>
<updated>2005-08-24T03:14:49+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2005-08-24T03:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c30c267aa16db0fa921cb9e8d832b8c16c5288c7'/>
<id>urn:sha1:c30c267aa16db0fa921cb9e8d832b8c16c5288c7</id>
<content type='text'>
2005-08-23  Not Zed  &lt;NotZed@Ximian.com&gt;

        * Makefile.am: Remove the special case for win32, its a bug on all
        platforms, silly.

        * mail-account-disable.c (mail_account_disable): make signature
        match usage.

svn path=/trunk/; revision=30230
</content>
</entry>
<entry>
<title>Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****</title>
<updated>2005-07-26T16:43:44+00:00</updated>
<author>
<name>Harish Krishnaswamy</name>
<email>kharish@novell.com</email>
</author>
<published>2005-07-26T16:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2cf7a28ecc4166dfe98b758676b2827e14a1c0eb'/>
<id>urn:sha1:2cf7a28ecc4166dfe98b758676b2827e14a1c0eb</id>
<content type='text'>
2005-07-26  Harish Krishnaswamy  &lt;kharish@novell.com&gt;

* plugins/calendar-weather/Makefile.am:
* plugins/groupwise-features/Makefile.am:
* plugins/mail-account-disable/Makefile.am:
* plugins/mailing-list-actions/Makefile.am:
* plugins/print-message/Makefile.am:
 Fix make distcheck issues.
* configure.in: Bump version number
***** Release 2.3.6 *****

svn path=/trunk/; revision=29892
</content>
</entry>
<entry>
<title>Don't return a value from a void funtion.</title>
<updated>2005-07-13T10:05:44+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2005-07-13T10:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fab3780e2ef5545adc99ed69f259478abaaa7a66'/>
<id>urn:sha1:fab3780e2ef5545adc99ed69f259478abaaa7a66</id>
<content type='text'>
2005-07-13  Tor Lillqvist  &lt;tml@novell.com&gt;

	* calendar-weather/calendar-weather.c
	(e_calendar_weather_migrate): Don't return a value from a void
	funtion.

	* groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	Use SOEXT.

	* groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS):
	As the code does use functions from libevolution-mail, link
	with it. But OK, let's do it (at build time) only on Win32,
	then.

	* mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line.
	(LDFLAGS): Use NO_UNDEFINED.
	(LIBADD): Link with the required libraries, but let's do it only
	on Win32.

	* mail-account-disable/org-gnome-mail-account-disable.eplug.xml:
	Use SOEXT.

	* proxy/Makefile.am (LIBADD): Link with libeutil.

	* proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with
	libevolution-mail on Win32 only. (Have I understood correctly that
	it isn't considered a good idea on Unix to link plugins at
	link-time with libevolution-mail?)

	* proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29753
</content>
</entry>
<entry>
<title>Plugin to add Disable/ Proxy Logout to a store menu on right click.</title>
<updated>2005-07-10T09:51:29+00:00</updated>
<author>
<name>Shreyas Srinivasan</name>
<email>sshreyas@novell.com</email>
</author>
<published>2005-07-10T09:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b239860999f0f90ed7e070111a106434fb4c22d6'/>
<id>urn:sha1:b239860999f0f90ed7e070111a106434fb4c22d6</id>
<content type='text'>
2005-07-10  Shreyas Srinivasan &lt;sshreyas@novell.com&gt;

	* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
	Logout to a store menu on right click.

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