<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical/src, branch OldWDE</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'OldWDE'.</title>
<updated>2001-06-23T05:14:10+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-06-23T05:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=33431dbe42411bd1988f705ac2798cfc81c3718c'/>
<id>33431dbe42411bd1988f705ac2798cfc81c3718c</id>
<content type='text'>
svn path=/tags/OldWDE/; revision=10428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/tags/OldWDE/; revision=10428
</pre>
</div>
</content>
</entry>
<entry>
<title>added functions to get the coords of builtin timezones.</title>
<updated>2001-06-14T05:55:32+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-06-14T05:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8089ac1639e1bf714bc8c467b0ad679b491e8088'/>
<id>8089ac1639e1bf714bc8c467b0ad679b491e8088</id>
<content type='text'>
2001-06-14  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_latitude):
	(icaltimezone_get_longitude): added functions to get the coords of
	builtin timezones.

svn path=/trunk/; revision=10222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-06-14  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_latitude):
	(icaltimezone_get_longitude): added functions to get the coords of
	builtin timezones.

svn path=/trunk/; revision=10222
</pre>
</div>
</content>
</entry>
<entry>
<title>merged in some new stuff from libical CVS. (icalrecur_add_byrules): If no</title>
<updated>2001-06-14T02:50:46+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-06-14T02:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d54f22de6ebd3b8c69468523c0157952bf632eb3'/>
<id>d54f22de6ebd3b8c69468523c0157952bf632eb3</id>
<content type='text'>
2001-06-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icalrecur.c: merged in some new stuff from libical CVS.
	(icalrecur_add_byrules): If no sign is given set sign to 1 (i.e.
	default to positive).
	(icalrecur_iterator_new): when setting up the year days array, handle
	the case where a year has no occurrences and we have to skip it.
	Also initialize the last.day and last.month fields.
	(expand_by_day): set the last day of the year explicitly rather than
	adding 1 to year and subtracting 1 from day. It is more efficient,
	and less prone to bugs. Also rewrote a bit.
	(expand_year_days): added code to handle BY_MONTH_DAY and BY_DAY +
	BY_MONTH_DAY, and rewrote code to handle BY_DAY + BY_MONTH.
	(next_year): handled the case where there are no occurrences in the
	year.

	* src/libical/icaltime.c (icaltime_adjust): new function to adjust a
	time by a number of days/hours/minutes/seconds.
	(icaltime_day_of_week): rewrote using a single call to mktime().
	(icaltime_day_of_year): rewrote using a single call to mktime().
	(icaltime_from_day_of_year): rewrote in a simpler way. The old version
	had a bug in it.

	* src/libical/icaltime.h (struct icaltimetype): added is_daylight
	flag, so we can try to distinguish between standard and daylight time
	when the clocks go back. Though this doesn't always resolve the
	ambiguity.

	* src/libical/icalcomponent.c: added some stuff to handle timezone
	data connected to the calendar component. Unfinished.

	* src/libical/icalyacc.y: merged in a fix from sourceforge CVS version
	of libical, so we can handle -ve UTC offsets.

	* src/libical/Makefile.am (CPPFLAGS): added PACKAGE_DATA_DIR define
	for finding the VTIMEZONE files.
	(libical_la_SOURCES): added icalarray.[hc] and icaltimezone.[hc].
	(COMBINEDHEADERS): added icalarray.h and icaltimezone.h to the headers
	to be combined into ical.h.

svn path=/trunk/; revision=10220
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-06-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icalrecur.c: merged in some new stuff from libical CVS.
	(icalrecur_add_byrules): If no sign is given set sign to 1 (i.e.
	default to positive).
	(icalrecur_iterator_new): when setting up the year days array, handle
	the case where a year has no occurrences and we have to skip it.
	Also initialize the last.day and last.month fields.
	(expand_by_day): set the last day of the year explicitly rather than
	adding 1 to year and subtracting 1 from day. It is more efficient,
	and less prone to bugs. Also rewrote a bit.
	(expand_year_days): added code to handle BY_MONTH_DAY and BY_DAY +
	BY_MONTH_DAY, and rewrote code to handle BY_DAY + BY_MONTH.
	(next_year): handled the case where there are no occurrences in the
	year.

	* src/libical/icaltime.c (icaltime_adjust): new function to adjust a
	time by a number of days/hours/minutes/seconds.
	(icaltime_day_of_week): rewrote using a single call to mktime().
	(icaltime_day_of_year): rewrote using a single call to mktime().
	(icaltime_from_day_of_year): rewrote in a simpler way. The old version
	had a bug in it.

	* src/libical/icaltime.h (struct icaltimetype): added is_daylight
	flag, so we can try to distinguish between standard and daylight time
	when the clocks go back. Though this doesn't always resolve the
	ambiguity.

	* src/libical/icalcomponent.c: added some stuff to handle timezone
	data connected to the calendar component. Unfinished.

	* src/libical/icalyacc.y: merged in a fix from sourceforge CVS version
	of libical, so we can handle -ve UTC offsets.

	* src/libical/Makefile.am (CPPFLAGS): added PACKAGE_DATA_DIR define
	for finding the VTIMEZONE files.
	(libical_la_SOURCES): added icalarray.[hc] and icaltimezone.[hc].
	(COMBINEDHEADERS): added icalarray.h and icaltimezone.h to the headers
	to be combined into ical.h.

svn path=/trunk/; revision=10220
</pre>
</div>
</content>
</entry>
<entry>
<title>new files to contain support for timezones.</title>
<updated>2001-06-14T02:17:40+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-06-14T02:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=71c06920584e2e3c3953c2624e65085b705ceef6'/>
<id>71c06920584e2e3c3953c2624e65085b705ceef6</id>
<content type='text'>
2001-06-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.[hc]: new files to contain support for
	timezones.

	* src/libical/icalarray.[hc]: new files to provide a simple expanding
	array datatype.

svn path=/trunk/; revision=10215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-06-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.[hc]: new files to contain support for
	timezones.

	* src/libical/icalarray.[hc]: new files to provide a simple expanding
	array datatype.

svn path=/trunk/; revision=10215
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to make it make dist and make distcheck. Kind of kludgy but they</title>
<updated>2001-05-16T07:16:31+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-05-16T07:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d1735f70b76845e95d5a7bc754e8d34b7ba3e4f4'/>
<id>d1735f70b76845e95d5a7bc754e8d34b7ba3e4f4</id>
<content type='text'>
2001-05-16  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/Makefile.am: Fixes to make it make dist and make
	distcheck.  Kind of kludgy but they seem to work.  Time will tell.

svn path=/trunk/; revision=9841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-05-16  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/Makefile.am: Fixes to make it make dist and make
	distcheck.  Kind of kludgy but they seem to work.  Time will tell.

svn path=/trunk/; revision=9841
</pre>
</div>
</content>
</entry>
<entry>
<title>here's some good lovin' from the oven...</title>
<updated>2001-05-15T19:41:04+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2001-05-15T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d706eb2e77414ee795893931648c940832f8c738'/>
<id>d706eb2e77414ee795893931648c940832f8c738</id>
<content type='text'>
CVe: ----------------------------------------------------------------------

svn path=/trunk/; revision=9829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVe: ----------------------------------------------------------------------

svn path=/trunk/; revision=9829
</pre>
</div>
</content>
</entry>
<entry>
<title>plug leak (icaltime_as_timet): use altered functions</title>
<updated>2001-05-10T23:47:18+00:00</updated>
<author>
<name>JP Roseveaer</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-05-10T23:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9bd88f883a00c213909f3022d4fd09036c881ab0'/>
<id>9bd88f883a00c213909f3022d4fd09036c881ab0</id>
<content type='text'>
2001-05-10  JP Roseveaer  &lt;jpr@ximian.com&gt;

	* src/libical/icaltime.c (set_tz, unset_tz): plug leak
	(icaltime_as_timet): use altered functions
	(icaltime_utc_offset): ditto
	(icaltime_from_day_of_year): ditto

svn path=/trunk/; revision=9752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-05-10  JP Roseveaer  &lt;jpr@ximian.com&gt;

	* src/libical/icaltime.c (set_tz, unset_tz): plug leak
	(icaltime_as_timet): use altered functions
	(icaltime_utc_offset): ditto
	(icaltime_from_day_of_year): ditto

svn path=/trunk/; revision=9752
</pre>
</div>
</content>
</entry>
<entry>
<title>Shush</title>
<updated>2001-05-07T21:47:10+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2001-05-07T21:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f7bb8712c9f9a316e986de5b2c664c1c0455baff'/>
<id>f7bb8712c9f9a316e986de5b2c664c1c0455baff</id>
<content type='text'>
svn path=/trunk/; revision=9701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=9701
</pre>
</div>
</content>
</entry>
<entry>
<title>initialize "continuation_line" to 0</title>
<updated>2001-05-02T17:38:11+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-05-02T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=76808d38e9044a7d9bf8f7d20f9900955a10ca9b'/>
<id>76808d38e9044a7d9bf8f7d20f9900955a10ca9b</id>
<content type='text'>
2001-05-02  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icalparser.c (icalparser_new): initialize
	"continuation_line" to 0

svn path=/trunk/; revision=9646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-05-02  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icalparser.c (icalparser_new): initialize
	"continuation_line" to 0

svn path=/trunk/; revision=9646
</pre>
</div>
</content>
</entry>
<entry>
<title>this shouldn't have been here (at least not containing ".deps")</title>
<updated>2001-04-26T18:35:06+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-04-26T18:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8605f534604aea28d0ebe6385f0f04c7df2a34c7'/>
<id>8605f534604aea28d0ebe6385f0f04c7df2a34c7</id>
<content type='text'>
svn path=/trunk/; revision=9589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=9589
</pre>
</div>
</content>
</entry>
</feed>
