<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/addressbook/ChangeLog, 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>Removed key_press handler here since delete and backspace are now handled</title>
<updated>2001-10-24T07:13:13+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-24T07:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=438cc004df8fc7c8cecacc951d9365941944b401'/>
<id>urn:sha1:438cc004df8fc7c8cecacc951d9365941944b401</id>
<content type='text'>
2001-10-24  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/widgets/e-addressbook-view.c
	(e_addressbook_view_class_init): Removed key_press handler here
	since delete and backspace are now handled by keybindings.

svn path=/trunk/; revision=13981
</content>
</entry>
<entry>
<title>Fix command paths when we specify our pixmaps, so we don't get a lot of</title>
<updated>2001-10-24T03:04:01+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-24T03:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8dd503d96703cf55cd7e2cce83c27f01b37e0462'/>
<id>urn:sha1:8dd503d96703cf55cd7e2cce83c27f01b37e0462</id>
<content type='text'>
2001-10-23  Jon Trowbridge  &lt;trow@ximian.com&gt;

	* gui/component/addressbook.c: Fix command paths when we specify
	our pixmaps, so we don't get a lot of totally useless &amp; very ugly
	bonobo-ui spew.

	* backend/ebook/e-book-util.c (e_book_nickname_query): The empty
	string as an arg shouldn't generate a warning.

svn path=/trunk/; revision=13973
</content>
</entry>
<entry>
<title>Removed our cancelled flag and e_select_names_completion_cancel function,</title>
<updated>2001-10-23T22:03:32+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-23T22:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6539cf481e40f2e8cad5d0028f4f424f63533572'/>
<id>urn:sha1:6539cf481e40f2e8cad5d0028f4f424f63533572</id>
<content type='text'>
2001-10-23  Jon Trowbridge  &lt;trow@ximian.com&gt;

	* gui/component/select-names/e-select-names-completion.c: Removed
	our cancelled flag and e_select_names_completion_cancel function,
	since we were just duplicating stuff that had ended up in
	ECompletion.
	(match_name): Form our menu_text properly on an additional-name
	match.
	(e_select_names_completion_got_book_view_cb): Store handles for
	our signals, disconnect them properly when we switch book views.
	(e_select_names_completion_stop_query): Disconnect signals when we
	stop our query.
	(check_capabilities): Spew if we are using LDAP for completion.
	(e_select_names_completion_destroy): Disconnect our signals when
	we destroy.
	This all should fix bug #10241.

svn path=/trunk/; revision=13961
</content>
</entry>
<entry>
<title>Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be</title>
<updated>2001-10-23T06:37:14+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-23T06:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b22a84225268d720f2c9e6b9470d419da60fa959'/>
<id>urn:sha1:b22a84225268d720f2c9e6b9470d419da60fa959</id>
<content type='text'>
2001-10-23  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* configure.in: Bumped required GAL to 0.15.99.3 so EEntry's
	"draw_button" argument can be used in
	addressbook/gui/component/select-names/e-select-names.c.

From addressbook/ChangeLog:

2001-10-23  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/component/select-names/e-select-names.c
	(e_select_names_add_section): Set "draw_button" argument to TRUE
	on this EEntry.

svn path=/trunk/; revision=13935
</content>
</entry>
<entry>
<title>Put up an error dialog if there's an error while saving. If the person</title>
<updated>2001-10-22T05:21:18+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-22T05:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5e0bf557171d1b107513af36832a79976b458734'/>
<id>urn:sha1:5e0bf557171d1b107513af36832a79976b458734</id>
<content type='text'>
2001-10-22  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/contact-editor/e-contact-save-as.c (save_it): Put up an
	error dialog if there's an error while saving.  If the person hits
	cancel on the "file exists" dialog, don't close the file selection
	dialog.  Fixes Ximian bug #7055.

svn path=/trunk/; revision=13865
</content>
</entry>
<entry>
<title>right_click_up here when we let go of the popup.</title>
<updated>2001-10-21T06:18:37+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-21T06:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=24ebc6a7129779199d2c0509e54a17897603a09a'/>
<id>urn:sha1:24ebc6a7129779199d2c0509e54a17897603a09a</id>
<content type='text'>
2001-10-21  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/widgets/e-addressbook-reflow-adapter.c
	(model_and_selection_free): right_click_up here when we let go of
	the popup.

	* gui/widgets/e-minicard-view.c (e_minicard_view_selection_event):
	right_click_up here.

svn path=/trunk/; revision=13843
</content>
</entry>
<entry>
<title>Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.</title>
<updated>2001-10-21T06:11:08+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-10-21T06:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ff377e0b7c6f38b61859868e8660ebed18fcd47c'/>
<id>urn:sha1:ff377e0b7c6f38b61859868e8660ebed18fcd47c</id>
<content type='text'>
2001-10-21  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/component/select-names/e-select-names.c
	(e_select_names_add_section, e_select_names_set_default): Use an
	EEntry here instead of a GtkLabel.  Fixes Ximian bug #7067.

svn path=/trunk/; revision=13841
</content>
</entry>
<entry>
<title>Call e_addressbook_model_force_folder_bar_message when we activate the</title>
<updated>2001-10-21T05:16:01+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-21T05:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c520034c0b7243612535177882d8ebe5c7344c5d'/>
<id>urn:sha1:c520034c0b7243612535177882d8ebe5c7344c5d</id>
<content type='text'>
2001-10-21  Jon Trowbridge  &lt;trow@ximian.com&gt;

	* gui/component/addressbook.c (control_activate_cb): Call
	e_addressbook_model_force_folder_bar_message when we activate the
	component. (Fixes bug #11749)

	* gui/widgets/e-addressbook-model.c
	(e_addressbook_model_force_folder_bar_message): Added.  Forces
	emission of a folder_bar_message.

svn path=/trunk/; revision=13840
</content>
</entry>
<entry>
<title>(e_select_names_set_default): don't forget to unref the oldstyle.</title>
<updated>2001-10-21T04:13:16+00:00</updated>
<author>
<name>Larry Ewing</name>
<email>lewing@ximian.com</email>
</author>
<published>2001-10-21T04:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=41e86775f05e5bdd8b6284fa5bc90129e13ee9c2'/>
<id>urn:sha1:41e86775f05e5bdd8b6284fa5bc90129e13ee9c2</id>
<content type='text'>
2001-10-20  Larry Ewing  &lt;lewing@ximian.com&gt;

	(e_select_names_set_default): don't forget to unref the oldstyle.

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