<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution, branch GDM2_2_2_1</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=GDM2_2_2_1</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GDM2_2_2_1'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-04-16T09:30:54+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'GDM2_2_2_1'.</title>
<updated>2001-04-16T09:30:54+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-04-16T09:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1fa7f6b29a7d7fab8395c2070c2f3522091788ee'/>
<id>urn:sha1:1fa7f6b29a7d7fab8395c2070c2f3522091788ee</id>
<content type='text'>
svn path=/tags/GDM2_2_2_1/; revision=9346
</content>
</entry>
<entry>
<title>change $(cmd) to `cmd` in order to make it usable in non-bash bourne</title>
<updated>2001-04-16T09:30:54+00:00</updated>
<author>
<name>Jaka Mocnik</name>
<email>jaka@gnu.org</email>
</author>
<published>2001-04-16T09:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=75a16468d369f58587f27ab4655fbe1c1091fc95'/>
<id>urn:sha1:75a16468d369f58587f27ab4655fbe1c1091fc95</id>
<content type='text'>
2001-04-16  Jaka Mocnik  &lt;jaka@gnu.org&gt;

	* gnome-print-check.m4: change $(cmd) to `cmd` in order to make it
	usable in non-bash bourne shells.

svn path=/trunk/; revision=9341
</content>
</entry>
<entry>
<title>Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the</title>
<updated>2001-04-16T02:50:55+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@ximian.com</email>
</author>
<published>2001-04-16T02:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=819a11d2fc2b50868787edd3760f902020b59a99'/>
<id>urn:sha1:819a11d2fc2b50868787edd3760f902020b59a99</id>
<content type='text'>
2001-04-15  Federico Mena Quintero  &lt;federico@ximian.com&gt;

	* gui/gnome-cal.c (setup_widgets): Create the ESearchBar thingy.
	(search_bar_query_changed_cb): Build the different queries based
	on the type and string.

	* pcs/query.c (backend_obj_updated_cb): Ref the query while we are
	notifying the listener so that it will not disappear from under us.
	(backend_obj_removed_cb): Likewise.
	(process_component_cb): Likewise.
	(func_contains): New function to match text fields.
	(matches_comment): New function to match comment lists.
	(matches_description): New function to match description lists.
	(matches_summary): New function to match summaries.
	(matches_any): New function to match any text field.
	(func_has_categories): New function to match categories.

svn path=/trunk/; revision=9340
</content>
</entry>
<entry>
<title>New function, because it is ridiculous to have to hunt down object</title>
<updated>2001-04-16T02:49:07+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@ximian.com</email>
</author>
<published>2001-04-16T02:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e1a2f6999ae81f87585f84bbe25a609bf52b9d6b'/>
<id>urn:sha1:e1a2f6999ae81f87585f84bbe25a609bf52b9d6b</id>
<content type='text'>
2001-04-15  Federico Mena Quintero  &lt;federico@ximian.com&gt;

	* e-search-bar.c (e_search_bar_get_option_choice): New function,
	because it is ridiculous to have to hunt down object arguments to
	fetch values.
	(e_search_bar_get_text): Likewise.
	(impl_get_arg): Use the functions above so that we have to
	maintain only one version of the getters.

svn path=/trunk/; revision=9339
</content>
</entry>
<entry>
<title>Set the background color to the specified tooltip-&gt;background. Set the</title>
<updated>2001-04-16T02:12:44+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-04-16T02:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bf3357b91ec240f3d325df8d9e9ffea98c796ea8'/>
<id>urn:sha1:bf3357b91ec240f3d325df8d9e9ffea98c796ea8</id>
<content type='text'>
2001-04-15  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-cell-text.c (ect_show_tooltip): Set the background color to
	the specified tooltip-&gt;background.  Set the foreground color to
	the specified tooltip-&gt;foreground.

	* e-table-item.c (eti_get_cell_background_color,
	eti_get_cell_foreground_color): Added these functions.
	(eti_draw, _do_tooltip): Use these new functions.

	* e-table-tooltip.h: Added foreground and background colors to
	this structure.

	* e-tree.c, e-tree.h (e_tree_get_tooltip): Added this function.

svn path=/trunk/; revision=9338
</content>
</entry>
<entry>
<title>Made setting the rgba color work even if you're using the non-aa canvas</title>
<updated>2001-04-16T02:06:57+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-04-16T02:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=17bc3ae168964c0d60aa3ab38c2d2db50f01b4fa'/>
<id>urn:sha1:17bc3ae168964c0d60aa3ab38c2d2db50f01b4fa</id>
<content type='text'>
2001-04-15  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-text.c: Made setting the rgba color work even if
	you're using the non-aa canvas (except for the a.)

svn path=/trunk/; revision=9337
</content>
</entry>
<entry>
<title>Mark the messages as seen, not unseen. (is_drafts_folder): New function to</title>
<updated>2001-04-16T01:01:47+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-16T01:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c0d763a702f850c0653e98e951b3de4a8d3c2c06'/>
<id>urn:sha1:c0d763a702f850c0653e98e951b3de4a8d3c2c06</id>
<content type='text'>
2001-04-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-callbacks.c (mark_all_as_seen): Mark the messages as seen,
	not unseen.
	(is_drafts_folder): New function to attempt to determine if a
	folder is a drafts folder.
	(open_msg): Use is_drafts_folder().
	(edit_msg): And here.
	(edit_msg_internal): New function that doesn't do the drafts
	checking and is only to be used internally. This should save us
	from having to doubly-check a folder to see if it's a drafts
	folder when doing an Open on the message.
	(open_msg): Call edit_msg_internal once we've established that the
	folder is a drafts folder.

svn path=/trunk/; revision=9336
</content>
</entry>
<entry>
<title>Do not ref both the box and the item; just connect to the item's "destroy"</title>
<updated>2001-04-15T22:29:03+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@ximian.com</email>
</author>
<published>2001-04-15T22:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2f8b268fd1af1d1b1eb80088c40ccd11a0a4adaf'/>
<id>urn:sha1:2f8b268fd1af1d1b1eb80088c40ccd11a0a4adaf</id>
<content type='text'>
2001-04-15  Federico Mena Quintero  &lt;federico@ximian.com&gt;

	* gal/widgets/e-canvas-vbox.c (e_canvas_vbox_real_add_item): Do
	not ref both the box and the item; just connect to the item's
	"destroy" signal.
	(e_canvas_vbox_remove_item): Do not unref the box.
	(e_canvas_vbox_destroy): Disconnect from the items.

svn path=/trunk/; revision=9335
</content>
</entry>
<entry>
<title>oops, &amp;pattern</title>
<updated>2001-04-15T21:54:12+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2001-04-15T21:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cd05d11ca05c94d89620438aa82e5a64b5464f55'/>
<id>urn:sha1:cd05d11ca05c94d89620438aa82e5a64b5464f55</id>
<content type='text'>
svn path=/trunk/; revision=9334
</content>
</entry>
<entry>
<title>regex doesn't set errno and regcomp returns 0 on success and any other</title>
<updated>2001-04-15T21:39:37+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-15T21:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=adc000f756fc9f0327b6564e178b638e60b8ad38'/>
<id>urn:sha1:adc000f756fc9f0327b6564e178b638e60b8ad38</id>
<content type='text'>
2001-04-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* camel-mime-utils.c (header_raw_check_mailing_list): regex
	doesn't set errno and regcomp returns 0 on success and any other
	value for an error (so don't *just* check for -1).

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