<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution, branch R2_0</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=R2_0</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=R2_0'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-12-05T19:58:38+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'R2_0'.</title>
<updated>2002-12-05T19:58:38+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-12-05T19:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=472a367597cd6158e2e9dc3e2210bf9efab4d112'/>
<id>urn:sha1:472a367597cd6158e2e9dc3e2210bf9efab4d112</id>
<content type='text'>
svn path=/tags/R2_0/; revision=19030
</content>
</entry>
<entry>
<title>More white-space.</title>
<updated>2002-12-05T19:58:38+00:00</updated>
<author>
<name>Morten Welinder</name>
<email>mortenw@src.gnome.org</email>
</author>
<published>2002-12-05T19:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cf5e09fda7bba7532d7be4b9949f7737a4a418cd'/>
<id>urn:sha1:cf5e09fda7bba7532d7be4b9949f7737a4a418cd</id>
<content type='text'>
svn path=/trunk/; revision=19019
</content>
</entry>
<entry>
<title>Use collate for sorting rather than the normal string sort. This fixes bug</title>
<updated>2002-12-05T18:40:05+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-12-05T18:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=58c180fef9256a6152e1095d57e3844f9879d1f4'/>
<id>urn:sha1:58c180fef9256a6152e1095d57e3844f9879d1f4</id>
<content type='text'>
2002-12-05  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* gui/component/select-names/e-select-names.etspec: Use collate
	for sorting rather than the normal string sort. This fixes bug
	#26335 without causing bug #33933 :-)

svn path=/trunk/; revision=19015
</content>
</entry>
<entry>
<title>Add a "collate" sort callback that uses the new g_collate_compare().</title>
<updated>2002-12-05T18:31:30+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-12-05T18:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8'/>
<id>urn:sha1:1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8</id>
<content type='text'>
2002-12-05  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-table-extras.c (ete_init): Add a "collate" sort callback that
	uses the new g_collate_compare().

2002-12-05  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* gal/util/e-util.c (g_str_compare): Revert back to using just
	strcmp - this fixes bug #33933 but reopens bug #26355.
	(g_collate_compare): New function meant to address the sorting
	required by bug #26335.

svn path=/trunk/; revision=19014
</content>
</entry>
<entry>
<title>guard against multiple calls.</title>
<updated>2002-12-04T22:40:41+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2002-12-04T22:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=31002ecdfa66ba10a8d12f9192fd3f95df1d68ec'/>
<id>urn:sha1:31002ecdfa66ba10a8d12f9192fd3f95df1d68ec</id>
<content type='text'>
2002-12-04  Chris Toshok  &lt;toshok@ximian.com&gt;

	* gal/widgets/e-canvas-background.c (ecb_dispose): guard against
	multiple calls.

svn path=/trunk/; revision=19009
</content>
</entry>
<entry>
<title>Define COMPONENT_DIR.</title>
<updated>2002-12-04T20:38:42+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-12-04T20:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=aef8f713aed7c675178115bfc482a749dc7ff845'/>
<id>urn:sha1:aef8f713aed7c675178115bfc482a749dc7ff845</id>
<content type='text'>
* configure.in: Define COMPONENT_DIR.

* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
${prefix}/evolution/components.

svn path=/trunk/; revision=19008
</content>
</entry>
<entry>
<title>Updated to be a shared library.</title>
<updated>2002-12-04T19:52:45+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-12-04T19:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e53eacd2d9b6b775dab6e8bd8cd39f0691192437'/>
<id>urn:sha1:e53eacd2d9b6b775dab6e8bd8cd39f0691192437</id>
<content type='text'>
* GNOME_Evolution_Summary.server.in.in: Updated to be a shared
library.

* main.c: Removed.

* Makefile.am: Update to compile as a shared library.

* component-factory.c: Changed to be a shared library factory, for
both the ShellComponent and the ConfigControl objects.

* e-summary-preferences.c
(e_summary_preferences_init_config_control): Renamed from
e_summary_preferences_register_config_control_factory.
(e_summary_preferences_create_control): Renamed from factory_fn
and removed all args.

svn path=/trunk/; revision=19007
</content>
</entry>
<entry>
<title>(component_free): Only invoke</title>
<updated>2002-12-04T18:05:41+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-12-04T18:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=51a6fc1a8f6369014d91801ffb88aa2fa6f65cd4'/>
<id>urn:sha1:51a6fc1a8f6369014d91801ffb88aa2fa6f65cd4</id>
<content type='text'>
wait_for_corba_object_to_die on components that are out-of-proc.

svn path=/trunk/; revision=19006
</content>
</entry>
<entry>
<title>ignore *.server</title>
<updated>2002-12-04T16:44:25+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2002-12-04T16:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eda5669ed3bd2dea528e30bab56070e9fa474264'/>
<id>urn:sha1:eda5669ed3bd2dea528e30bab56070e9fa474264</id>
<content type='text'>
svn path=/trunk/; revision=19005
</content>
</entry>
<entry>
<title>updated</title>
<updated>2002-12-04T16:42:36+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2002-12-04T16:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=66c09e12298c9bce8236efb78c022d5d8294ba14'/>
<id>urn:sha1:66c09e12298c9bce8236efb78c022d5d8294ba14</id>
<content type='text'>
svn path=/trunk/; revision=19004
</content>
</entry>
</feed>
