<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets/misc, branch GNOME_2</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=GNOME_2</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNOME_2'/>
<link rel='alternate' type='text/html' href='https://www.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://www.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>Don't add the menu item here, do this in the context_changed signal</title>
<updated>2001-10-24T03:47:10+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-10-24T03:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5c99202e0b92d33db44720df655d593df4095ed2'/>
<id>urn:sha1:5c99202e0b92d33db44720df655d593df4095ed2</id>
<content type='text'>
2001-10-23  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-filter-bar.c (rule_editor_clicked): Don't add the menu item
	here, do this in the context_changed signal callback instead.
	(context_changed): rebuild the search menu.
	(set_menu): Copy the items into a default_items list so we can
	regenerate the menu when something changes. Then call
	generate_menu().
	(generate_menu): Do what set_menu() used to do.
	(e_filter_bar_new): Don't do a rule_context_load() anymore since
	we don't need to.
	(destroy): free the default_items list.

svn path=/trunk/; revision=13975
</content>
</entry>
<entry>
<title>copy the translate field over as well. Should fix an uninitialized memory</title>
<updated>2001-10-23T22:19:05+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-23T22:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=974cb91595b7eccc118ff8c807d1ecb60b0e217f'/>
<id>urn:sha1:974cb91595b7eccc118ff8c807d1ecb60b0e217f</id>
<content type='text'>
2001-10-23  Damon Chaplin  &lt;damon@ximian.com&gt;

	* e-search-bar.c (copy_subitems): copy the translate field over as
	well. Should fix an uninitialized memory read.

svn path=/trunk/; revision=13964
</content>
</entry>
<entry>
<title>clear the struct tm fields to keep purify happy.</title>
<updated>2001-10-23T21:38:27+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-23T21:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=46dd4414b9aae78bd569810238fa5106307a83eb'/>
<id>urn:sha1:46dd4414b9aae78bd569810238fa5106307a83eb</id>
<content type='text'>
2001-10-23  Damon Chaplin  &lt;damon@ximian.com&gt;

	* e-dateedit.c (e_date_edit_check_date_changed):
	(e_date_edit_check_time_changed): clear the struct tm fields to keep
	purify happy.

svn path=/trunk/; revision=13959
</content>
</entry>
<entry>
<title>use the new ECellText methods to get the text and set the value.</title>
<updated>2001-10-22T23:47:32+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-10-22T23:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f59604582dc64d50c7b6974aa4322863da594483'/>
<id>urn:sha1:f59604582dc64d50c7b6974aa4322863da594483</id>
<content type='text'>
2001-10-22  Damon Chaplin  &lt;damon@ximian.com&gt;

	* e-cell-date-edit.c (e_cell_date_edit_set_popup_values):
	(e_cell_date_edit_update_cell): use the new ECellText methods to get
	the text and set the value.

	* e-cell-percent.c: new subclass of ECellText to display &amp; edit a
	percentage value.

svn path=/trunk/; revision=13916
</content>
</entry>
<entry>
<title>Use right_click_down here instead of maybe_do_something.</title>
<updated>2001-10-21T06:13:39+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-21T06:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4e91164bc727156cb775429fbc654f8f0921633a'/>
<id>urn:sha1:4e91164bc727156cb775429fbc654f8f0921633a</id>
<content type='text'>
2001-10-21  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/widgets/e-reflow.c (e_reflow_selection_event_real): Use
	right_click_down here instead of maybe_do_something.

svn path=/trunk/; revision=13842
</content>
</entry>
<entry>
<title>Keep us from reading tmp_tm uninitialized, so purify won't complain.</title>
<updated>2001-10-20T22:57:19+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-20T22:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=093c2a884deae60f0da5e7b26821895b91834b3e'/>
<id>urn:sha1:093c2a884deae60f0da5e7b26821895b91834b3e</id>
<content type='text'>
2001-10-20  Jon Trowbridge  &lt;trow@ximian.com&gt;

	* e-dateedit.c (e_date_edit_check_date_changed): Keep us from
	reading tmp_tm uninitialized, so purify won't complain.

svn path=/trunk/; revision=13831
</content>
</entry>
<entry>
<title>Changed some of these gbooleans to be guint : 1s.</title>
<updated>2001-10-20T19:03:03+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-20T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=19c5a959120eb2fe9e0ab61d5626d9e30b18102d'/>
<id>urn:sha1:19c5a959120eb2fe9e0ab61d5626d9e30b18102d</id>
<content type='text'>
2001-10-20  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gal/e-text/e-text.h: Changed some of these gbooleans to be
	guint : 1s.

	* gal/widgets/e-canvas.c (e_canvas_item_grab_focus): Send the in
	event here to the new focused item instead of the old one.

svn path=/trunk/; revision=13824
</content>
</entry>
<entry>
<title>bumped revision to .1</title>
<updated>2001-10-11T22:07:28+00:00</updated>
<author>
<name>1</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-11T22:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=736e73548cb39a7aaad61f01704ac60ccb74f79e'/>
<id>urn:sha1:736e73548cb39a7aaad61f01704ac60ccb74f79e</id>
<content type='text'>
2001-10-11    &lt;NotZed@Ximian.com&gt;

	* configure.in: bumped revision to .1

	* gal/widgets/test-font-loading.c (print_gdk_font_name): Close
	iconv when done.

	* gal/widgets/e-unicode.c (e_utf8_to_gtk_string_sized): Close
	iconv when dont with it.
	(e_utf8_from_charset_string_sized): Changed for e_iconv api
	changes.
	(e_utf8_to_charset_string_sized): "
	(e_utf8_from_gtk_string_sized): Close iconv when done with it.
	(e_utf8_from_locale_string_sized): "
	(e_utf8_to_locale_string_sized): "

	* gal/widgets/e-font.c (e_locale_encoding): Removed.
	(e_iconv_from_charset): Removed.
	(e_iconv_to_charset): Removed.
	(e_iconv_from_locale): Removed.
	(e_iconv_to_locale): Removed.
	(e_iconv_from_gdk_font): Changd to use new e-iconv apis.
	(e_iconv_to_gdk_font): "
	(e_font_unref): Close iconv's when done with them.
	(translate_encoding): Removed.
	(get_locale_charset): Removed.
	(e_gdk_font_encoding): Fix for api changes.

	* gal/util/e-iconv.c: New stuff to commonify/fix up some problems
	with the iconv cache/conversion stuff inside e-font.

svn path=/trunk/; revision=13601
</content>
</entry>
<entry>
<title>Now takes a menu path argument.</title>
<updated>2001-10-09T21:59:21+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-10-09T21:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3c7aba68e9af67177e24688e8463038a625a7da3'/>
<id>urn:sha1:3c7aba68e9af67177e24688e8463038a625a7da3</id>
<content type='text'>
2001-10-09  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Now
	takes a menu path argument.

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