<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical/examples, 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>2003-11-18T16:33:30+00:00</updated>
<entry>
<title>Remove libical from this tree, it resides in e-d-s now.</title>
<updated>2003-11-18T16:33:30+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2003-11-18T16:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=58f1b46675ef29528f51e5c44fe0e087bda5d82d'/>
<id>urn:sha1:58f1b46675ef29528f51e5c44fe0e087bda5d82d</id>
<content type='text'>
svn path=/trunk/; revision=23417
</content>
</entry>
<entry>
<title>Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused</title>
<updated>2003-10-09T21:02:30+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2003-10-09T21:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9f20d8032c2544a78de0f1f0a3f6de7d14e84256'/>
<id>urn:sha1:9f20d8032c2544a78de0f1f0a3f6de7d14e84256</id>
<content type='text'>
2003-10-09  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate
	ical.h, no need to. Plus it caused problems anyways.

	* src/libical/*.[c,h]: Fixed the #includes

	* src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate
	icalss.h, no need to. Plus it caused problems anyways.

	* src/libicalss/*.[c,h]: Fixed the #includes

	* tests/*.c: #include &lt;libical/ical.h&gt; rather
	than "ical.h"

	* tests/Makefile.am: Fixed INCLUDES

	* examples/*.c: #include &lt;libical/ical.h&gt; rather
	than "ical.h"

	* examples/Makefile.am: Fixed INCLUDES

	* src/libicalvcal/icalvcal.h: #include &lt;libical/ical.h&gt; which is
	no longer autogenerated.

	* src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use
	the proper macro names from config.h

svn path=/trunk/; revision=22844
</content>
</entry>
<entry>
<title>ignore Makefile.in</title>
<updated>2003-09-26T16:34:29+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2003-09-26T16:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1579e36541663c700f9132347857b53cccf44436'/>
<id>urn:sha1:1579e36541663c700f9132347857b53cccf44436</id>
<content type='text'>
svn path=/trunk/; revision=22723
</content>
</entry>
<entry>
<title>libical.la -&gt; libical-evolution.la</title>
<updated>2003-09-22T07:32:34+00:00</updated>
<author>
<name>Hans Petter Jansson</name>
<email>hpj@ximian.com</email>
</author>
<published>2003-09-22T07:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c5a06d54f661243c0775dd3d40e173e661616c1b'/>
<id>urn:sha1:c5a06d54f661243c0775dd3d40e173e661616c1b</id>
<content type='text'>
2003-09-22  Hans Petter Jansson  &lt;hpj@ximian.com&gt;

	* calendar/cal-util/Makefile.am (libical_util_la_LIBADD):
	libical.la -&gt; libical-evolution.la

	* calendar/importers/Makefile.am
	(libevolution_calendar_importers_la_LIBADD):
	libicalvcal.la -&gt; libicalvcal-evolution.la

	* shell/Makefile.am (evolution_LDADD):
	libical.la -&gt; libical-evolution.la

	* libical/configure.in: Require flex 2.5.31 and add a test for it.
	Rename WITH_CXX conditional to WITH_CXX_BINDINGS.

	* libical/examples/Makefile.am (doesnothing_LDADD): Add -evolution to
	lib names.

	* libical/src/test/Makefile.am: WITH_CXX -&gt; WITH_CXX_BINDINGS. Add
	-evolution to lib names.

	* libical/src/test/regression.c (main): WITH_CXX -&gt; WITH_CXX_BINDINGS.

	* libical/src/libicalcap/Makefile.am: Add -evolution to lib names.
	Install to Evolution's priv dirs.

	* libical/src/libicalvcal/Makefile.am: Ditto.

	* libical/src/libical/Makefile.am: WITH_CXX -&gt; WITH_CXX_BINDINGS. Add
	-evolution to lib names. Install in privlibdir. Install includes to
	$(privincludedir)/libical.

	* libical/src/libicalss/Makefile.am: Ditto.

	* libical/src/libicalss/icalsslexer.l: Replace option reentrant-bison
	with reentrant and bison-bridge. Use new Flex variable names.

	* libical/src/libical/icallexer.l:
	* libical/src/libical/icalyacc.y:
	* libical/src/libicalss/icalsslexer.c:
	* libical/src/libicalss/icalssyacc.c:
	* libical/src/libicalss/icalssyacc.h: Removed from repository.

svn path=/trunk/; revision=22633
</content>
</entry>
<entry>
<title>Import new libical from mainline HEAD and make appropriate changes to</title>
<updated>2003-09-11T22:04:44+00:00</updated>
<author>
<name>Hans Petter</name>
<email>hansp@src.gnome.org</email>
</author>
<published>2003-09-11T22:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=697761cc337aa77a47140c8df50ed84bc25e23f6'/>
<id>urn:sha1:697761cc337aa77a47140c8df50ed84bc25e23f6</id>
<content type='text'>
Evolution.

svn path=/trunk/; revision=22538
</content>
</entry>
<entry>
<title>Removing autogenerated files</title>
<updated>2001-04-17T17:58:00+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-04-17T17:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=da728a234e2a0dad484338f3bee0870650995dd6'/>
<id>urn:sha1:da728a234e2a0dad484338f3bee0870650995dd6</id>
<content type='text'>
2001-04-17  JP Rosevear  &lt;jpr@ximian.com&gt;

	* Removing autogenerated files

svn path=/trunk/; revision=9421
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2001-04-17T17:23:25+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2001-04-17T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0d90c71a6a7960e6220958883885b8486eb2d43a'/>
<id>urn:sha1:0d90c71a6a7960e6220958883885b8486eb2d43a</id>
<content type='text'>
svn path=/trunk/; revision=9413
</content>
</entry>
<entry>
<title>Import clean up</title>
<updated>2001-01-23T20:22:40+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2001-01-23T20:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4028f454b6c274fa093056180af8d11e5c7bfd1e'/>
<id>urn:sha1:4028f454b6c274fa093056180af8d11e5c7bfd1e</id>
<content type='text'>
svn path=/trunk/; revision=7751
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r7747,</title>
<updated>2001-01-23T19:20:44+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2001-01-23T19:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fd279723663879e742e53d7b3503248f6af91791'/>
<id>urn:sha1:fd279723663879e742e53d7b3503248f6af91791</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=7748
</content>
</entry>
<entry>
<title>More fixage - Federico</title>
<updated>2000-12-12T05:00:45+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@src.gnome.org</email>
</author>
<published>2000-12-12T05:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e3088ae21f432b2edb8890923fa2d8e786db27f9'/>
<id>urn:sha1:e3088ae21f432b2edb8890923fa2d8e786db27f9</id>
<content type='text'>
svn path=/trunk/; revision=6939
</content>
</entry>
</feed>
