<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical, branch WITH_LIBEFS</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=WITH_LIBEFS</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-06-24T10:47:21+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.</title>
<updated>2000-06-24T10:47:21+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-06-24T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=98a8e41c8a585b2773fd91bff188346c24477c01'/>
<id>urn:sha1:98a8e41c8a585b2773fd91bff188346c24477c01</id>
<content type='text'>
svn path=/tags/WITH_LIBEFS/; revision=3727
</content>
</entry>
<entry>
<title>Added the array of objects and the hash table of UID-&gt;array index.</title>
<updated>2000-06-13T07:38:47+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-06-13T07:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e7deedccdac5baf62f0adfd3a8cfb311157da01f'/>
<id>urn:sha1:e7deedccdac5baf62f0adfd3a8cfb311157da01f</id>
<content type='text'>
2000-06-13  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* gui/calendar-model.c (CalendarModelPrivate): Added the array of
	objects and the hash table of UID-&gt;array index.
	(calendar_model_row_count): Return the length directly from the
	array instead of asking the Wombat.
	(calendar_model_value_at): Implemented.
	(calendar_model_new): Create an empty model.  We provide a new
	setter function now.
	(calendar_model_construct): Removed function.
	(calendar_model_set_cal_client): New function to set the calendar
	client and object type at any time.  This lets us reuse a calendar
	model object.

	* cal-util/calobj.h (iCalObjectField): Just report whether the
	object has alarms; not every single alarm.

svn path=/trunk/; revision=3547
</content>
</entry>
<entry>
<title>Removing generated files</title>
<updated>2000-06-10T13:07:37+00:00</updated>
<author>
<name>ÉRDI Gergo</name>
<email>cactus@src.gnome.org</email>
</author>
<published>2000-06-10T13:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e8e0d04d0c8a5eb18a62d98e5a62d126756fa79f'/>
<id>urn:sha1:e8e0d04d0c8a5eb18a62d98e5a62d126756fa79f</id>
<content type='text'>
svn path=/trunk/; revision=3503
</content>
</entry>
<entry>
<title>Now this derives from GtkObject. It follows the same strategy as the</title>
<updated>2000-06-08T17:12:12+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-06-08T17:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=227fab86efce103776af0364cbfd3f1959f9d269'/>
<id>urn:sha1:227fab86efce103776af0364cbfd3f1959f9d269</id>
<content type='text'>
2000-06-08  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* contact-editor/e-contact-editor.h (EContactEditor): Now this
	derives from GtkObject.  It follows the same strategy as the
	EventEditor in the calendar.
	(EContactEditor): Added an is_new_card field so that we can know
	whether to add() or commit() the card.

	* contact-editor/e-contact-editor.c (e_contact_editor_get_type):
	Derive from GtkObject.
	(e_contact_editor_class_init): Likewise.
	(e_contact_editor_class_init): Added an "is_new_card" argument.
	(e_contact_editor_set_arg): Handle ARG_IS_NEW_CARD.
	(e_contact_editor_get_arg): Likewise.
	(e_contact_editor_new): Take in an is_new_arg argument and set it
	on the object.
	(e_contact_editor_init): Load the app widget into the app field of
	the EContactEditor structure.  Create its UIHandler as well.
	(e_contact_editor_class_init): New "add_card", "commit_card", and
	"editor_closed" signals.

	* contact-editor/test-editor.c (main): Modified for the new API.
	(editor_closed_cb): Tweaked for the new API.
	Since this test program does not use Bonobo, it doesn't work,
	though.

	* gui/component/addressbook.c (new_contact_cb): Use the new
	contact editor API.
	(table_double_click): Ditto.

	* gui/minicard/e-minicard-view.c (e_minicard_view_event): Use the
	new contact editor API.

	* gui/minicard/e-minicard.c (e_minicard_event): Use the new
	contact editor API.

svn path=/trunk/; revision=3479
</content>
</entry>
<entry>
<title>Fix Makefiles so that (guess what?) they work with builddir != srcdir.</title>
<updated>2000-06-08T04:41:46+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2000-06-08T04:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e1ef78b8f4d27c83c4d281bf18980b9acf8568b7'/>
<id>urn:sha1:e1ef78b8f4d27c83c4d281bf18980b9acf8568b7</id>
<content type='text'>
svn path=/trunk/; revision=3474
</content>
</entry>
<entry>
<title>update some .cvsignores</title>
<updated>2000-06-07T20:01:51+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-06-07T20:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=44f99466e717abed3fe9087b91fa83508ad4251f'/>
<id>urn:sha1:44f99466e717abed3fe9087b91fa83508ad4251f</id>
<content type='text'>
svn path=/trunk/; revision=3464
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2000-06-06T23:23:16+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-06-06T23:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8eed9eb22f19da2880e786a5a9a254bb2a7da25b'/>
<id>urn:sha1:8eed9eb22f19da2880e786a5a9a254bb2a7da25b</id>
<content type='text'>
svn path=/trunk/; revision=3451
</content>
</entry>
<entry>
<title>merge libical-0.17 onto the head</title>
<updated>2000-06-06T22:48:11+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-06-06T22:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=af805a2733c9e2ca44e27360c6162d60cfc1aa53'/>
<id>urn:sha1:af805a2733c9e2ca44e27360c6162d60cfc1aa53</id>
<content type='text'>
svn path=/trunk/; revision=3449
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2000-06-06T21:19:58+00:00</updated>
<author>
<name>Seth Alves</name>
<email>alves@src.gnome.org</email>
</author>
<published>2000-06-06T21:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a8b296282e5f93562c85b00b11d006b0eb7f1653'/>
<id>urn:sha1:a8b296282e5f93562c85b00b11d006b0eb7f1653</id>
<content type='text'>
svn path=/trunk/; revision=3442
</content>
</entry>
<entry>
<title>reparing damage from removing files</title>
<updated>2000-05-15T06:18:21+00:00</updated>
<author>
<name>Eric Busboom</name>
<email>ericb@src.gnome.org</email>
</author>
<published>2000-05-15T06:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d6b0035a325d060d7f175705c33b0a2d7b60e533'/>
<id>urn:sha1:d6b0035a325d060d7f175705c33b0a2d7b60e533</id>
<content type='text'>
svn path=/trunk/; revision=3042
</content>
</entry>
</feed>
