<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution, branch GNOME_CONTROL_CENTER_1_5_8</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_CONTROL_CENTER_1_5_8</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNOME_CONTROL_CENTER_1_5_8'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-09-17T04:32:38+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2001-09-17T04:32:38+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-09-17T04:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=34ae3a84e3812e3bd297a36b7550020823eebc7f'/>
<id>urn:sha1:34ae3a84e3812e3bd297a36b7550020823eebc7f</id>
<content type='text'>
'GNOME_CONTROL_CENTER_1_5_8'.

svn path=/tags/GNOME_CONTROL_CENTER_1_5_8/; revision=12877
</content>
</entry>
<entry>
<title>PISOCK_CFLAGS no longer contains pilot-link version.</title>
<updated>2001-09-17T04:32:38+00:00</updated>
<author>
<name>Eskil Heyn Olsen</name>
<email>eskil@eskil.dk</email>
</author>
<published>2001-09-17T04:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=169d9ae19a0eb165edc757eca753a757a02f60f7'/>
<id>urn:sha1:169d9ae19a0eb165edc757eca753a757a02f60f7</id>
<content type='text'>
2001-09-16  Eskil Heyn Olsen  &lt;eskil@eskil.dk&gt;

        * gnome-pilot.m4:
        PISOCK_CFLAGS no longer contains pilot-link version.

svn path=/trunk/; revision=12871
</content>
</entry>
<entry>
<title>Updated required version of gal to 0.11.99.4.</title>
<updated>2001-09-17T04:00:31+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-09-17T04:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=67b6c40da681378cf5d4bae8d1f92ec4f210d07e'/>
<id>urn:sha1:67b6c40da681378cf5d4bae8d1f92ec4f210d07e</id>
<content type='text'>
2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* configure.in: Updated required version of gal to 0.11.99.4.

From calendar/ChangeLog:

2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/dialogs/meeting-page.c (build_etable): Updated this to match
	the new ETableSimple interface.

From mail/ChangeLog:

2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* message-list.c (ml_get_node_by_id): Made save_id const here.

From shell/ChangeLog:

2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-storage-set-view.c (etree_get_node_by_id): Made save_id const
	here.

svn path=/trunk/; revision=12870
</content>
</entry>
<entry>
<title>Bumped version number to 0.11.99.4.</title>
<updated>2001-09-17T03:57:12+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-09-17T03:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a513a5f502e7d1d89e6294c3afa4ea20af50edb5'/>
<id>urn:sha1:a513a5f502e7d1d89e6294c3afa4ea20af50edb5</id>
<content type='text'>
2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* configure.in: Bumped version number to 0.11.99.4.

	* gal/e-text/e-completion-view.c (e_completion_view_construct),
	tests/test-table-1.c (create_table): Changed the parameters to
	e_table_simple_new here to adjust to changes in the interface.

	* gal/widgets/e-categories-master-list-array.c (ecmla_default):
	Fixed a memory leak here.

	* gal/widgets/e-categories.c (e_categories_get_save_id): Added
	get_save_id here so that selection would be maintained across
	changes.

From gal/e-table/ChangeLog:

2001-09-16  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-table-model.c, e-table-model.h (e_table_model_class_init):
	Rearranged order of has_save_id and get_save_id to be more
	consistent with ETree.

	* e-table-selection-model.c, e-table-selection-model.h: Turned on
	the code to maintain selection and cursor across changes if the
	model supports get_save_id.

	* e-table-simple.c, e-table-simple.h: Changed this interface to
	take all of the ETableModel functions in the _new function.

	* e-table-subset.c (etss_has_save_id, etss_get_save_id): Added
	these to properly proxy the save_id functionality.

	* e-tree-memory-callbacks.c, e-tree-memory-callbacks.h,
	e-tree-model.c, e-tree-model.h, e-tree-sorted.c: Made the save_id
	parameter to get_node_by_id be const char * instead of char *.

	* e-tree-table-adapter.c (etta_class_init): Rearranged some
	assignments here to be more consistent.

svn path=/trunk/; revision=12869
</content>
</entry>
<entry>
<title>use enable_widget instead of gtk_widget_set_sensitive.</title>
<updated>2001-09-17T03:04:33+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2001-09-17T03:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e38cff691a83fafa33ebecb9fec28568a0a60c7f'/>
<id>urn:sha1:e38cff691a83fafa33ebecb9fec28568a0a60c7f</id>
<content type='text'>
2001-09-16  Chris Toshok  &lt;toshok@ximian.com&gt;

	* gui/contact-editor/e-contact-editor.c (_phone_arrow_pressed):
	use enable_widget instead of gtk_widget_set_sensitive.
	(_email_arrow_pressed): same.
	(_address_arrow_pressed): same.
	(disable_widget_foreach): same.
	(enable_writable_fields): same.
	(set_editable): same.
	(enable_widget): new function, using both gtk_widget_set_sensitive
	and *_set_editable to allow the user to select text in GtkEntry's
	and GtkText's.

	* gui/contact-editor/e-contact-editor-fullname.c
	(e_contact_editor_fullname_set_arg): use set_editable as well as
	set_sensitive, to allow the user to select text in GtkEntry's.

	* gui/contact-editor/e-contact-editor-address.c
	(e_contact_editor_address_set_arg): same.

svn path=/trunk/; revision=12868
</content>
</entry>
<entry>
<title>add prototype for e_date_edit_set_editable.</title>
<updated>2001-09-17T02:58:58+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2001-09-17T02:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6d1f104d1e22eff69151ef4a3a0b25863c392fdb'/>
<id>urn:sha1:6d1f104d1e22eff69151ef4a3a0b25863c392fdb</id>
<content type='text'>
2001-09-16  Chris Toshok  &lt;toshok@ximian.com&gt;

	* e-dateedit.h: add prototype for e_date_edit_set_editable.

	* e-dateedit.c (e_date_edit_set_editable): new function, analogous
	to gtk_entry_set_editable: let's the user select but not edit (or
	in this case, bring up the calendar view.)

svn path=/trunk/; revision=12867
</content>
</entry>
<entry>
<title>fix syntax errors (which are broken, imo...)</title>
<updated>2001-09-17T00:45:36+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2001-09-17T00:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=04b1bded1c8809e85950d6b08ccafcedca8213fb'/>
<id>urn:sha1:04b1bded1c8809e85950d6b08ccafcedca8213fb</id>
<content type='text'>
2001-09-16  Chris Toshok  &lt;toshok@ximian.com&gt;

	* backend/pas/evolutionperson.schema: fix syntax errors (which are
	broken, imo...)

svn path=/trunk/; revision=12866
</content>
</entry>
<entry>
<title>reorder the LDAP scopes so that they match the order of the option menus</title>
<updated>2001-09-17T00:03:45+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2001-09-17T00:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=842aaaaa8c02daa7b0dc4651ee01a8e1d6c21910'/>
<id>urn:sha1:842aaaaa8c02daa7b0dc4651ee01a8e1d6c21910</id>
<content type='text'>
2001-09-16  Chris Toshok  &lt;toshok@ximian.com&gt;

	* gui/component/addressbook-storage.h: reorder the LDAP scopes so
	that they match the order of the option menus in the glade file.

	* gui/component/addressbook-config.c (auth_checkbutton_changed):
	new function, mostly there to house some #ifdef'ed out code.
	(option_menuitem_activated): new function, to keep track of
	changes to the ldap scope optionmenu.
	(addressbook_source_dialog_set_source): set the menu history as
	well as the dialog's copy of the scope.
	(addressbook_source_dialog_get_source): fill in the source's scope
	from the dialog's copy, and add more #if the_ui_gods_smile_on_me
	code.
	(add_activate_cb): new function, add an activate callback for the
	optionmenu's items.
	(addressbook_source_dialog): more #if the_ui_gods_smile_on_me
	code, always start the dialog on page 0, and hook up the
	scope optionmenu's items.

svn path=/trunk/; revision=12865
</content>
</entry>
<entry>
<title>Updated Swedish translation.</title>
<updated>2001-09-16T21:15:49+00:00</updated>
<author>
<name>Christian Rose</name>
<email>menthos@menthos.com</email>
</author>
<published>2001-09-16T21:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e4d7cc62b0ad767294c2fa8e9472332b86d7ad67'/>
<id>urn:sha1:e4d7cc62b0ad767294c2fa8e9472332b86d7ad67</id>
<content type='text'>
2001-09-16  Christian Rose  &lt;menthos@menthos.com&gt;

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=12864
</content>
</entry>
<entry>
<title>Don;t destroy the pixbuf loader, unref it instead.</title>
<updated>2001-09-16T20:55:38+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-09-16T20:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a913c0c896b9bdc83e2e3cc9d97d53443bbb4a4c'/>
<id>urn:sha1:a913c0c896b9bdc83e2e3cc9d97d53443bbb4a4c</id>
<content type='text'>
2001-09-16  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-display.c (pixbuf_gen_idle): Don;t destroy the pixbuf
	loader, unref it instead.

	* mail-config.c (mail_config_folder_to_cachename): Use
	camel_folder_get_uri().

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