<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical/zoneinfo/Asia/Tokyo.ics, branch ChangeLog</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=ChangeLog</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-11-25T03:26:07+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'ChangeLog'.</title>
<updated>2002-11-25T03:26:07+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-11-25T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3dee5a41f00b0dcde1622849a8a5673e51ab582b'/>
<id>urn:sha1:3dee5a41f00b0dcde1622849a8a5673e51ab582b</id>
<content type='text'>
svn path=/tags/ChangeLog/; revision=18909
</content>
</entry>
<entry>
<title>Regenerated all VTIMEZONEs, to be compatable with Outlook Web Access. They</title>
<updated>2001-10-30T12:45:30+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-30T12:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5f9a5038388148ab306c0418653c0018dfbedcd7'/>
<id>urn:sha1:5f9a5038388148ab306c0418653c0018dfbedcd7</id>
<content type='text'>
2001-10-30  Damon Chaplin  &lt;damon@ximian.com&gt;

	* zoneinfo/*.ics: Regenerated all VTIMEZONEs, to be compatable with
	Outlook Web Access. They now only include 2 RRULEs components or
	1 simple DTSTART component.

svn path=/trunk/; revision=14454
</content>
</entry>
<entry>
<title>updated all files again, placing current RDATEs first, so Outlook uses</title>
<updated>2001-10-22T23:40:29+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-22T23:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1da29bab5d909484d332cf2777da92def62023a6'/>
<id>urn:sha1:1da29bab5d909484d332cf2777da92def62023a6</id>
<content type='text'>
2001-10-22  Damon Chaplin  &lt;damon@ximian.com&gt;

	* zoneinfo/*: updated all files again, placing current RDATEs first,
	so Outlook uses those. Also fixed a few bugs in vzic which resulted in
	a few changes.

	* zoneinfo/Makefile.am (DIRS): added America/North_Dakota.

2001-10-22  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_utc_offset):
	(icaltimezone_get_utc_offset_of_utc_time): if we go off the start of
	the changes array, return the TZOFFSETFROM of the first change.
	Also changed the maximum year to 2037.

	* src/libical/icaltime.c (icaltime_day_of_week):
	(icaltime_start_doy_of_week):
	(icaltime_week_number): init tm_hour to 12. Sometimes mktime()
	adjusts the time, if that local time doesn't actually exist, leading
	to the wrong day being returned. It is unlikely to adjust by 12 hours.
	(icaltime_as_timet_with_zone):
	(icaltime_from_timet_with_zone): change it back so it does convert
	DATE values to/from the timezone. time_t values don't really go well
	with DATE values, so be very careful when using them. We now assume
	that the time_t points to the start of the day in the given timezone.
	(We used to assume it pointed to the start of the day in UTC, but
	that meant it was actually incorrect wrt the displayed calendar.)

	* src/libical/icalrecur.c (expand_year_days): for FREQ=YEARLY with no
	modifiers, we add one day, using the month and day from DTSTART.
	(next_year): make sure we never go past 2037.

	* scripts/mkderivedproperties.pl: Updated to allow DTSTART, DTEND, DUE
	and RECURRENCE-ID to be set with DATE values. I think it now handles
	all properties which can take DATE values, except RDATE which uses
	DATE-TIME-PERIOD.

svn path=/trunk/; revision=13912
</content>
</entry>
<entry>
<title>updated all of the VTIMEZONE files to try to be more compatable with</title>
<updated>2001-09-01T01:53:47+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-09-01T01:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3ca5273c1d48f9b0856bfffc06df0ed4da84173c'/>
<id>urn:sha1:3ca5273c1d48f9b0856bfffc06df0ed4da84173c</id>
<content type='text'>
2001-08-31  Damon Chaplin  &lt;damon@ximian.com&gt;

	* zoneinfo/*: updated all of the VTIMEZONE files to try to be more
	compatable with Outlook. i.e. We don't use seconds in UTC offsets,
	we don't use BYMONTHDAY if we can avoid it (there are still a few uses
	of this we need to fix), and we don't use years &lt; 1600.

	* src/libical/icalvalue.c (icalvalue_utcoffset_as_ical_string): if
	seconds is 0 then don't output it. None of the builtin VTIMEZONE data
	uses the seconds value any more, since it messes up iTIP with Outlook.
	We may want to make it always round to the nearest minute, to avoid
	interop problems.

svn path=/trunk/; revision=12551
</content>
</entry>
<entry>
<title>stripped all blank lines from iCalendar files. Apparently they aren't</title>
<updated>2001-06-27T03:22:21+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-06-27T03:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b8624a9ad3c7b5e830fbc5e77813e730ee4ff9b9'/>
<id>urn:sha1:b8624a9ad3c7b5e830fbc5e77813e730ee4ff9b9</id>
<content type='text'>
2001-06-26  Damon Chaplin  &lt;damon@ximian.com&gt;

	* zoneinfo/*: stripped all blank lines from iCalendar files.
	Apparently they aren't exactly legal. Oops.

svn path=/trunk/; revision=10526
</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://www.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>
</feed>
