<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical/src, branch XPROP_REWRITE</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=XPROP_REWRITE</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=XPROP_REWRITE'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-05-15T16:19:25+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-05-15T16:19:25+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-05-15T16:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65'/>
<id>urn:sha1:8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65</id>
<content type='text'>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</content>
</entry>
<entry>
<title>	Darwin/OS portability from Max Horn &lt;max@quendi.de&gt;</title>
<updated>2002-04-01T16:27:06+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2002-04-01T16:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2c202400a4a483ce03508b81e59372d83fe9903c'/>
<id>urn:sha1:2c202400a4a483ce03508b81e59372d83fe9903c</id>
<content type='text'>
	* src/libical/icallangbind.c: #include &lt;stdlib.h&gt;, not &lt;malloc.h&gt;

	* src/libicalvcal/vobject.c: Likewise

	* src/libicalvcal/vcc.y: Likewise

	* src/libicalss/icaldirset.c: Rearrange #includes slightly to make
	Darwin happy.

svn path=/trunk/; revision=16307
</content>
</entry>
<entry>
<title>added libicalvcal.</title>
<updated>2002-02-09T01:06:31+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2002-02-09T01:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=28c6d294af7c6c457fc3c1aef41501a4a714370c'/>
<id>urn:sha1:28c6d294af7c6c457fc3c1aef41501a4a714370c</id>
<content type='text'>
2002-02-08  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/Makefile.am (SUBDIRS): added libicalvcal.

	* configure.in (AC_OUTPUT): added src/libicalvcal/Makefile.

svn path=/trunk/; revision=15629
</content>
</entry>
<entry>
<title>major changes to support RRULE/EXRULE, VALARMS and several other</title>
<updated>2002-02-06T23:16:12+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2002-02-06T23:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d64e7cf12f73a73a0c5b99806fd695d428bea72f'/>
<id>urn:sha1:d64e7cf12f73a73a0c5b99806fd695d428bea72f</id>
<content type='text'>
2002-02-06  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libicalvcal/icalvcal.c: major changes to support RRULE/EXRULE,
	VALARMS and several other properties.

	* src/libicalvcal/icalvcal.h (icalvcal_convert_with_defaults): new
	function to pass defaults for a few values into the importer. These
	are used when the vCalendar file doesn't provide the property but it
	is required in iCalendar.

	* src/libicalvcal/vcc.y: support multi-valued properties, by appending
	new ones and separating by ';'. This was pinched from our changes to
	evolution/libversit/vcc.y.

	* src/libicalvcal/Makefile.am: renamed library to libicalvcal-evolution
	Don't install the headers.

	* design-data/parameters.csv: added new error for error's parsing
	vCalendar properties.

svn path=/trunk/; revision=15582
</content>
</entry>
<entry>
<title>Skip over illegal whitespace in Microsoft-generated BYDAY rules.</title>
<updated>2002-01-28T21:47:39+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2002-01-28T21:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=84e6a5344f98f4b64b7316485c3f7a3c8bf8da33'/>
<id>urn:sha1:84e6a5344f98f4b64b7316485c3f7a3c8bf8da33</id>
<content type='text'>
	* src/libical/icalrecur.c (icalrecur_add_bydayrules): Skip over
	illegal whitespace in Microsoft-generated BYDAY rules.

svn path=/trunk/; revision=15497
</content>
</entry>
<entry>
<title>removed unused 'trigger:' production.</title>
<updated>2001-12-18T20:08:31+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-12-18T20:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=db035d9cf1d63fbba2fbe312fffe118ec1d7fa36'/>
<id>urn:sha1:db035d9cf1d63fbba2fbe312fffe118ec1d7fa36</id>
<content type='text'>
2001-12-18  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icalyacc.y: removed unused 'trigger:' production.

	* configure.in (AC_OUTPUT): patch from Jeremy Katz &lt;katzj@redhat.com&gt;
	to remove src/libicalss/Makefile and src/libicalvcal/Makefile, as we
	don't ship those directories now.

svn path=/trunk/; revision=15152
</content>
</entry>
<entry>
<title>if all we have is the TZID, see if it is one of our TZIDs and if so get</title>
<updated>2001-12-10T19:15:40+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-12-10T19:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf'/>
<id>urn:sha1:9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf</id>
<content type='text'>
2001-12-10  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_display_name): if all
	we have is the TZID, see if it is one of our TZIDs and if so get the
	city name out of it. Fixes bug #16571.

svn path=/trunk/; revision=14957
</content>
</entry>
<entry>
<title>initialize the builtin timezones, to ensure that the TZID of the UTC zone</title>
<updated>2001-11-13T23:35:16+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-11-13T23:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b93c623212899977f4f45db41ae171c64a42c62f'/>
<id>urn:sha1:b93c623212899977f4f45db41ae171c64a42c62f</id>
<content type='text'>
2001-11-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_tzid): initialize the
	builtin timezones, to ensure that the TZID of the UTC zone is set.
	Hopefully fixes bugs #14941 &amp; #14622.

svn path=/trunk/; revision=14689
</content>
</entry>
<entry>
<title>use MAX_LINE_LEN rather than magic numbers all over the place.</title>
<updated>2001-10-31T14:13:29+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-31T14:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c9ce571c203987c9033de3683e41d9ead1104ce0'/>
<id>urn:sha1:c9ce571c203987c9033de3683e41d9ead1104ce0</id>
<content type='text'>
2001-10-31  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icalproperty.c (get_next_line_start): use MAX_LINE_LEN
	rather than magic numbers all over the place.

svn path=/trunk/; revision=14536
</content>
</entry>
<entry>
<title>had to redo the folding code since Outlook 2000 doesn't like parameter</title>
<updated>2001-10-31T11:17:42+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-31T11:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3f5027009a8d22f271be69562633ecb2233a6418'/>
<id>urn:sha1:3f5027009a8d22f271be69562633ecb2233a6418</id>
<content type='text'>
2001-10-31  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icalproperty.c (icalproperty_as_ical_string): had to
	redo the folding code since Outlook 2000 doesn't like parameter values
	like 'TENTATIVE' cut in half. Now it tries to split after a ';', ':'
	or space.

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