<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical, branch GNUMERIC_0_66</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=GNUMERIC_0_66</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNUMERIC_0_66'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-06-23T05:14:10+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2bbe5d3421eefbcac7d9f3e16d3ea09e96a2bc10'/>
<id>urn:sha1:2bbe5d3421eefbcac7d9f3e16d3ea09e96a2bc10</id>
<content type='text'>
'GNUMERIC_0_66'.

svn path=/tags/GNUMERIC_0_66/; revision=10420
</content>
</entry>
<entry>
<title>Extra dist the zones.tab information</title>
<updated>2001-06-15T13:56:42+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-06-15T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=19904850fe0243f4da14ebedb42c4566c249cb12'/>
<id>urn:sha1:19904850fe0243f4da14ebedb42c4566c249cb12</id>
<content type='text'>
2001-06-15  JP Rosevear  &lt;jpr@ximian.com&gt;

	* zoneinfo/Makefile.am: Extra dist the zones.tab information

svn path=/trunk/; revision=10250
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8089ac1639e1bf714bc8c467b0ad679b491e8088'/>
<id>urn:sha1: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>
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d54f22de6ebd3b8c69468523c0157952bf632eb3'/>
<id>urn:sha1: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>
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=71c06920584e2e3c3953c2624e65085b705ceef6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>added zoneinfo.</title>
<updated>2001-06-13T23:09:50+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-06-13T23:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9913eeda8c544747343e563617feef1d420a02f4'/>
<id>urn:sha1:9913eeda8c544747343e563617feef1d420a02f4</id>
<content type='text'>
2001-06-13  Damon Chaplin  &lt;damon@ximian.com&gt;

	* Makefile.am (SUBDIRS): added zoneinfo.

	* configure.in (AC_OUTPUT): added zoneinfo/Makefile.

	* zoneinfo/Makefile.am: new file to install &amp; distribute the
	VTIMEZONE data files, and the zones.tab file.

	* zoneinfo/zones.tab: new file containing a list of all timezones
	and their coordinates (so we can mark them on the world map).

	* zoneinfo/*: Lots of VTIMEZONE data files added, one per timezone.

svn path=/trunk/; revision=10214
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d1735f70b76845e95d5a7bc754e8d34b7ba3e4f4'/>
<id>urn:sha1: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>
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d706eb2e77414ee795893931648c940832f8c738'/>
<id>urn:sha1:d706eb2e77414ee795893931648c940832f8c738</id>
<content type='text'>
CVe: ----------------------------------------------------------------------

svn path=/trunk/; revision=9829
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9bd88f883a00c213909f3022d4fd09036c881ab0'/>
<id>urn:sha1: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>
</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://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f7bb8712c9f9a316e986de5b2c664c1c0455baff'/>
<id>urn:sha1:f7bb8712c9f9a316e986de5b2c664c1c0455baff</id>
<content type='text'>
svn path=/trunk/; revision=9701
</content>
</entry>
</feed>
