<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libversit, branch GNOME_2</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=GNOME_2</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNOME_2'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-10-24T22:17:05+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'GNOME_2'.</title>
<updated>2001-10-24T22:17:05+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-10-24T22:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d926a5044cc190b0e6f3b53d7be13096a79990c8'/>
<id>urn:sha1:d926a5044cc190b0e6f3b53d7be13096a79990c8</id>
<content type='text'>
svn path=/tags/GNOME_2/; revision=14021
</content>
</entry>
<entry>
<title>yadayada</title>
<updated>2001-10-08T03:45:19+00:00</updated>
<author>
<name>Eskil Heyn Olsen</name>
<email>eskil@eskil.dk</email>
</author>
<published>2001-10-08T03:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=856ebf12de55fc015d9b6c5b6da888ab9b384a5d'/>
<id>urn:sha1:856ebf12de55fc015d9b6c5b6da888ab9b384a5d</id>
<content type='text'>
2001-10-07  Eskil Heyn Olsen  &lt;eskil@eskil.dk&gt;

	* NEWS:
	yadayada

	* gncal/Makefile.am:
	* gncal/allday.xpm:
	Added decor for allday events

	* gncal/calendar-conduit.c: (ical_from_remote_record), (transmit):
	Better conversion to/from allday events

	* gncal/calobj.c: (ical_object_new),
	(ical_object_create_from_vobject), (ical_object_to_vobject):
	* gncal/calobj.h:
	Added a gboolean field to indicate a timeless allday event

	* gncal/eventedit.c: (ee_check_all_day), (check_times),
	(set_all_day):
	Twiddled to use the icalobject-&gt;allday boolean field

	* gncal/gncal-full-day.c: (child_realize), (child_draw_decor),
	(child_compute_decor), (gncal_full_day_init),
	(gncal_full_day_unrealize):
	* gncal/gncal-full-day.h:
	Draw decor for allday events

	* gncal/gnome-cal.c: (mark_gtk_calendar_day):
	Correct marking for recurring events.

	* gncal/main.c:
	* gncal/main.h:
	Set up a color for days with events in year view

	* gncal/mark.c: (get_item_bg_color), (colorify_month_item),
	(mark_event_in_month), (mark_month_item), (mark_month_item_index),
	(day_event):
	* gncal/mark.h:
	* gncal/prop.c: (fake_mark_days):
	* gncal/year-view.c: (do_quick_view_popup):
	Tricks for display days with notime allday events with a different
	colored number label in the year view (also proper popups).

	* gncal/month-view.c: (do_quick_view_popup), (add_event):
	Print monthview with allday events without time, and proper popups.

	* gncal/quick-view.c: (create_items_for_event):
	* gncal/view-utils.c: (view_utils_draw_events):
	Stuff for displaying allday events without time.

	* gnome-pim.spec.in:
	Don't quiet configure

	* gnomecard/Makefile.am:
	Readded SUBDIRS, couldn't tell why it was removed, but
	the files were expected to be there.

	* libversit/vobject.h:
	Defined XPilotNoTimeProp to X-PILOT-NOTIME

svn path=/trunk/; revision=13494
</content>
</entry>
<entry>
<title>Changed buf to an int here. (lexGetQuotedPrintable): Changed cur to an int</title>
<updated>2001-06-19T16:58:09+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-06-19T16:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2e156596a6e8099c3f540ca362b1415613ed30dd'/>
<id>urn:sha1:2e156596a6e8099c3f540ca362b1415613ed30dd</id>
<content type='text'>
2001-06-19  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* libversit/vcc.y (LexBuf): Changed buf to an int here.
	(lexGetQuotedPrintable): Changed cur to an int here.

svn path=/trunk/; revision=10292
</content>
</entry>
<entry>
<title>Changed int to char when returning a character from a stream (since it</title>
<updated>2001-03-09T19:34:30+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-03-09T19:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=62d28aab75e5975830a8b8aee152dc11247ec7f2'/>
<id>urn:sha1:62d28aab75e5975830a8b8aee152dc11247ec7f2</id>
<content type='text'>
2001-03-09  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* libversit/vcc.y: Changed int to char when returning a character
	from a stream (since it needs to be able to hold EOF.)

svn path=/trunk/; revision=8617
</content>
</entry>
<entry>
<title>Fixed some warnings. Fixed a bug where quoted printable fields were</title>
<updated>2000-09-22T15:49:21+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-09-22T15:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=34766a085cad6e95aef84b82ec6af40d86f0ca52'/>
<id>urn:sha1:34766a085cad6e95aef84b82ec6af40d86f0ca52</id>
<content type='text'>
2000-09-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* libversit/vcc.y: Fixed some warnings.  Fixed a bug where quoted
	printable fields were reading in semi-colons that should have been
	field separators.

From addressbook/ChangeLog:

2000-09-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* backend/ebook/e-card.c: Made addresses be quoted printable again
	so that they will encode properly if they have carriage returns in
	them.  This is possible now because of a fix in libversit.

svn path=/trunk/; revision=5550
</content>
</entry>
<entry>
<title>call finiLex in error case to avoid a memleak.</title>
<updated>2000-05-08T02:15:36+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-05-08T02:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=608783a45d9b85133e0302a915add2708ba9bbc4'/>
<id>urn:sha1:608783a45d9b85133e0302a915add2708ba9bbc4</id>
<content type='text'>
svn path=/trunk/; revision=2895
</content>
</entry>
<entry>
<title>Fix off by one error.</title>
<updated>2000-05-07T18:28:47+00:00</updated>
<author>
<name>Vadim Strizhevsky</name>
<email>vadim@src.gnome.org</email>
</author>
<published>2000-05-07T18:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=257a9db4f36d7c6b8766ba42926435c7220adf99'/>
<id>urn:sha1:257a9db4f36d7c6b8766ba42926435c7220adf99</id>
<content type='text'>
svn path=/trunk/; revision=2877
</content>
</entry>
<entry>
<title>New function (borrowed from Korganizer's libversit code) to combine</title>
<updated>2000-03-29T02:03:51+00:00</updated>
<author>
<name>Russell Steinthal</name>
<email>rms39@columbia.edu</email>
</author>
<published>2000-03-29T02:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd'/>
<id>urn:sha1:7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd</id>
<content type='text'>
2000-03-28  Russell Steinthal  &lt;rms39@columbia.edu&gt;

	* libversit/vcc.y (appendValue): New function (borrowed from
	Korganizer's libversit code) to combine semicolon-separated
	multiple-value properties into one long semicolon-delimited string
	(which can then be parsed by the application code).  This works
	around a bug in libversit by which multiple values would overwrite
	each other.

NOTE: This change seems to work, but could use as much testing as possible
before GNOME 1.2 (and gnome-pim 1.2) is released....  Hopefully, this fixes the multiple CATEGORIES bug I've been complaining about for the last few weeks.

svn path=/trunk/; revision=2237
</content>
</entry>
<entry>
<title>avoid yyconflict with libical</title>
<updated>2000-02-23T17:53:59+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-02-23T17:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a9732704a17d704559e97748457002f52d82318f'/>
<id>urn:sha1:a9732704a17d704559e97748457002f52d82318f</id>
<content type='text'>
svn path=/trunk/; revision=1910
</content>
</entry>
<entry>
<title>+	* widgets/e-minicard/.cvsignore: Added minicard-label-test,</title>
<updated>2000-02-19T21:28:47+00:00</updated>
<author>
<name>Matthew Loper</name>
<email>mloper@src.gnome.org</email>
</author>
<published>2000-02-19T21:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7b725d20a355cb5b3858dffacae0bc6f697802e1'/>
<id>urn:sha1:7b725d20a355cb5b3858dffacae0bc6f697802e1</id>
<content type='text'>
+	minicard-test, and reflow-test.
+
+	* shell/.cvsignore: added files autogenerated from Evolution.idl.
+
+	* libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo,
+	vcaltmp.lo, libversit.la
+
+	* libical/src/test/.cvsignore: New file.
+
+	* libical/src/libical/.cvsignore: New file.
+
+	* libical/src/libicalss/.cvsignore: New file.
+
+	* libical/.cvsignore: New file, with config.log in it.
+
+	* calendar/.cvsignore: Added tlacuache and tl-test.
+
+	* libibex/.cvsignore: added lookup.
+
+	* mail/.cvsignore: added test-mail.

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