<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/proxy-login/ChangeLog, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2005-07-20T05:20:15+00:00</updated>
<entry>
<title>Removed the proxy and proxy-login plugins as they are merged into the</title>
<updated>2005-07-20T05:20:15+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2005-07-20T05:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3bfdb518bdfbab38ed63c70e8b3e68fe9da422f0'/>
<id>urn:sha1:3bfdb518bdfbab38ed63c70e8b3e68fe9da422f0</id>
<content type='text'>
2005-07-19  Sankar P  &lt;psankar@novell.com&gt;

	* Removed the proxy and proxy-login plugins as they are
	merged into the groupwise-features plugin.

svn path=/trunk/; revision=29806
</content>
</entry>
<entry>
<title>Removed the permissions from the structure, since it is no longer needed.</title>
<updated>2005-07-15T09:56:10+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2005-07-15T09:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ceaefd37da8e2f7e9f61a5123d1b8a2c2bed909d'/>
<id>urn:sha1:ceaefd37da8e2f7e9f61a5123d1b8a2c2bed909d</id>
<content type='text'>
2005-07-15  Sankar P  &lt;psankar@novell.com&gt;

	* proxy-login.h: Removed the permissions from the structure,
	since it is no longer needed.

svn path=/trunk/; revision=29777
</content>
</entry>
<entry>
<title>Put permissions on the store instead of the global structure as it gets</title>
<updated>2005-07-15T09:37:38+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2005-07-15T09:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=db57306c760e424b2baceadb236c452289acbbd7'/>
<id>urn:sha1:db57306c760e424b2baceadb236c452289acbbd7</id>
<content type='text'>
2005-07-15  Sankar P  &lt;psankar@novell.com&gt;

	* proxy-login.c: Put permissions on the store instead of the
	global structure as it gets unref before store_add.

svn path=/trunk/; revision=29776
</content>
</entry>
<entry>
<title>Why is this a separate plugin, shouldn't it be part of groupwise????</title>
<updated>2005-07-14T03:14:48+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2005-07-14T03:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7fab3bea3b23e0a1b52d93ac518330063aac05a8'/>
<id>urn:sha1:7fab3bea3b23e0a1b52d93ac518330063aac05a8</id>
<content type='text'>
2005-07-14  Not Zed  &lt;NotZed@Ximian.com&gt;

        * proxy-login.c (proxy_login_add_new_store): fixed the store
        permission names.

svn path=/trunk/; revision=29765
</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://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>Added CLEANFILES element and glade and error files to EXTRA_DIST.</title>
<updated>2005-07-12T09:40:47+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2005-07-12T09:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=975bbe44ceb012c4896c8020caa2b4543839f5ec'/>
<id>urn:sha1:975bbe44ceb012c4896c8020caa2b4543839f5ec</id>
<content type='text'>
2005-07-12  Sankar P  &lt;psankar@novell.com&gt;

	* Makefile.am :
	Added CLEANFILES element and glade and error files to EXTRA_DIST.

svn path=/trunk/; revision=29738
</content>
</entry>
<entry>
<title>Added missed header files to the SOURCES.</title>
<updated>2005-07-12T05:34:41+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2005-07-12T05:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7681e330646707292dfd42d4c52e465605e3b02a'/>
<id>urn:sha1:7681e330646707292dfd42d4c52e465605e3b02a</id>
<content type='text'>
2005-07-12  Sankar P  &lt;psankar@novell.com&gt;

	* Makefile.am :
	Added missed header files to the SOURCES.

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