<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/face/ChangeLog, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>Generate ChangeLog files for tarball releases.</title>
<updated>2010-04-02T22:18:33+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-04-02T21:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=26240e0b180bdaf92702e513a21da2f859883fb3'/>
<id>26240e0b180bdaf92702e513a21da2f859883fb3</id>
<content type='text'>
Remove old ChangeLog files that predate our switch to git.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove old ChangeLog files that predate our switch to git.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define .error files correctly and external-editor crash fix</title>
<updated>2009-04-27T09:34:11+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2009-04-27T09:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0f7060ee7dcceac8d10aaa9100c919712de491ff'/>
<id>0f7060ee7dcceac8d10aaa9100c919712de491ff</id>
<content type='text'>
	** Fix for bug #561188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	** Fix for bug #561188
</pre>
</div>
</content>
</entry>
<entry>
<title>License Changes</title>
<updated>2008-08-27T10:33:22+00:00</updated>
<author>
<name>Sankarasivasubramanian Pasupathilingam</name>
<email>psankar@src.gnome.org</email>
</author>
<published>2008-08-27T10:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1bad915150e2d5e97cbbf1a77f7a85e338c07f28'/>
<id>1bad915150e2d5e97cbbf1a77f7a85e338c07f28</id>
<content type='text'>
svn path=/trunk/; revision=36116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=36116
</pre>
</div>
</content>
</entry>
<entry>
<title>** Fixes bug #525241 (EPluginUI)</title>
<updated>2008-05-08T18:11:40+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2008-05-08T18:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=116ed5dcc7bc07fc9a2e78aef4231bfe25fa9d0a'/>
<id>116ed5dcc7bc07fc9a2e78aef4231bfe25fa9d0a</id>
<content type='text'>
2008-05-08  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #525241 (EPluginUI)

	* e-util/Makefile.am:
	Add e-plugin-ui.[ch].

	* e-util/e-plugin.h (EPluginClass):
	Add a "get_symbol" method for extracting arbitrary symbols
	from an EPlugin.  Implementation of the method is optional.

	* e-util/e-plugin.c (e_plugin_get_symbol):
	New function invokes the new "get_symbol" EPlugin method.

	* e-util/e-plugin.c (epl_get_symbol):
	New function implements the new "get_symbol" EPlugin method.
	It extracts the given symbol name from the GModule.

	* e-util/e-plugin-ui.[ch]:
	New EPluginHook subclass that allows plugins to extend menus,
	toolbars, and popups that are managed by GtkUIManager instead
	of BonoboUI.  Should eventually replace EMenu/EPopup.

	* shell/main.c (main): Register the EPluginUIHook type.

	* composer/e-msg-composer.c (msg_composer_destroy),
	(msg_composer_init): Rip out the EMenu logic.

	* composer/e-msg-composer.c (msg_composer_init):
	Register the GtkUIManager with EPluginUI.

	* plugins/face/Makefile.am:
	* plugins/face/org-gnome-face-ui.xml:
	Remove org-gnome-face-ui.xml (obsolete).

	* plugins/face/face.c (e_plugin_ui_init):
	Initialization callback for EPluginUI.  Adds a "face" action to
	the EMsgComposer instance's "composer" action group.

	* plugins/face/org-gnome-face.eplug.xml:
	Replace the "bonobomenu" hook definition with a new one for
	EPluginUI.  Include the UI definition inline.


svn path=/trunk/; revision=35485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-05-08  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #525241 (EPluginUI)

	* e-util/Makefile.am:
	Add e-plugin-ui.[ch].

	* e-util/e-plugin.h (EPluginClass):
	Add a "get_symbol" method for extracting arbitrary symbols
	from an EPlugin.  Implementation of the method is optional.

	* e-util/e-plugin.c (e_plugin_get_symbol):
	New function invokes the new "get_symbol" EPlugin method.

	* e-util/e-plugin.c (epl_get_symbol):
	New function implements the new "get_symbol" EPlugin method.
	It extracts the given symbol name from the GModule.

	* e-util/e-plugin-ui.[ch]:
	New EPluginHook subclass that allows plugins to extend menus,
	toolbars, and popups that are managed by GtkUIManager instead
	of BonoboUI.  Should eventually replace EMenu/EPopup.

	* shell/main.c (main): Register the EPluginUIHook type.

	* composer/e-msg-composer.c (msg_composer_destroy),
	(msg_composer_init): Rip out the EMenu logic.

	* composer/e-msg-composer.c (msg_composer_init):
	Register the GtkUIManager with EPluginUI.

	* plugins/face/Makefile.am:
	* plugins/face/org-gnome-face-ui.xml:
	Remove org-gnome-face-ui.xml (obsolete).

	* plugins/face/face.c (e_plugin_ui_init):
	Initialization callback for EPluginUI.  Adds a "face" action to
	the EMsgComposer instance's "composer" action group.

	* plugins/face/org-gnome-face.eplug.xml:
	Replace the "bonobomenu" hook definition with a new one for
	EPluginUI.  Include the UI definition inline.


svn path=/trunk/; revision=35485
</pre>
</div>
</content>
</entry>
<entry>
<title>** Fixes bug #513951</title>
<updated>2008-03-11T15:20:59+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2008-03-11T15:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e0d5ae3e97f318fb60674de189c8eff91477bac9'/>
<id>e0d5ae3e97f318fb60674de189c8eff91477bac9</id>
<content type='text'>
2008-03-11  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #513951

	* addressbook/gui/component/addressbook-component.c (ensure_sources):
	* addressbook/gui/component/addressbook-migrate.c (addressbook_migrate):
	* calendar/gui/cal-search-bar.c (cal_search_bar_construct):
	* calendar/gui/migration.c (create_calendar_sources),
	(create_task_sources), (migrate_calendars), (migrate_tasks),
	(create_memo_sources):
	* calendar/gui/e-memos.c (e_memos_setup_view_menus):
	* calendar/gui/tasks-component.c (ensure_sources):
	* calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus):
	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/memos-component.c (ensure_sources):
	* mail/mail-config.c (gconf_mime_types_changed):
	Adapt to new meaning of xxx_component_peek_base_directory().

	* addressbook/gui/component/addressbook-component.c
	(addressbook_component_init):
	* addressbook/gui/component/addressbook-migrate.c (create_groups):
	* calendar/gui/tasks-component.c (tasks_component_init):
	* calendar/gui/calendar-component.c (calendar_component_init):
	* calendar/gui/memos-component.c (memos_component_init):
	* composer/e-msg-composer.c (autosave_manager_query_load_orphans),
	(autosave_init_file):
	* e-util/e-mktemp.c (get_dir):
	* e-util/e-util.c (get_lock_filename):
	* mail/mail-component.c:
	* plugins/face/face.c (org_gnome_composer_face):
	* smime/lib/e-cert-db.c (initialize_nss):
	Use e_get_user_data_dir() instead of constructing the full path.

	* calendar/gui/migration.c (add_gw_esource):
	* composer/e-msg-composer.c (e_msg-composer_unrealize),
	(e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto),
	(e_msg_composer_set_view_to), (e_msg_composer_set_view_postto),
	(e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc):
	* e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path):
	Emit warnings if saving to GConf fails.

	* e-util/e-util.c (e_get_user_data_dir):
	New function returns the base directory for Evolution user data.
	This should be the /only/ place in the application where this
	directory is hard-coded.


svn path=/trunk/; revision=35175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-03-11  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #513951

	* addressbook/gui/component/addressbook-component.c (ensure_sources):
	* addressbook/gui/component/addressbook-migrate.c (addressbook_migrate):
	* calendar/gui/cal-search-bar.c (cal_search_bar_construct):
	* calendar/gui/migration.c (create_calendar_sources),
	(create_task_sources), (migrate_calendars), (migrate_tasks),
	(create_memo_sources):
	* calendar/gui/e-memos.c (e_memos_setup_view_menus):
	* calendar/gui/tasks-component.c (ensure_sources):
	* calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus):
	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/memos-component.c (ensure_sources):
	* mail/mail-config.c (gconf_mime_types_changed):
	Adapt to new meaning of xxx_component_peek_base_directory().

	* addressbook/gui/component/addressbook-component.c
	(addressbook_component_init):
	* addressbook/gui/component/addressbook-migrate.c (create_groups):
	* calendar/gui/tasks-component.c (tasks_component_init):
	* calendar/gui/calendar-component.c (calendar_component_init):
	* calendar/gui/memos-component.c (memos_component_init):
	* composer/e-msg-composer.c (autosave_manager_query_load_orphans),
	(autosave_init_file):
	* e-util/e-mktemp.c (get_dir):
	* e-util/e-util.c (get_lock_filename):
	* mail/mail-component.c:
	* plugins/face/face.c (org_gnome_composer_face):
	* smime/lib/e-cert-db.c (initialize_nss):
	Use e_get_user_data_dir() instead of constructing the full path.

	* calendar/gui/migration.c (add_gw_esource):
	* composer/e-msg-composer.c (e_msg-composer_unrealize),
	(e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto),
	(e_msg_composer_set_view_to), (e_msg_composer_set_view_postto),
	(e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc):
	* e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path):
	Emit warnings if saving to GConf fails.

	* e-util/e-util.c (e_get_user_data_dir):
	New function returns the base directory for Evolution user data.
	This should be the /only/ place in the application where this
	directory is hard-coded.


svn path=/trunk/; revision=35175
</pre>
</div>
</content>
</entry>
<entry>
<title>** Fixes bug #437579</title>
<updated>2007-10-10T04:54:36+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-10-10T04:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b32649a94cd485f742d2ad5f1b76d7385393e137'/>
<id>b32649a94cd485f742d2ad5f1b76d7385393e137</id>
<content type='text'>
2007-10-09  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #437579

	* addressbook/conduit/address-conduit.c:
	* addressbook/gui/component/addressbook-config.c:
	* addressbook/gui/contact-editor/e-contact-editor.c:
	* addressbook/gui/widgets/eab-gui-util.c:
	* calendar/conduits/calendar/calendar-conduit.c:
	* calendar/conduits/memo/memo-conduit.c:
	* calendar/conduits/todo/todo-conduit.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/dialogs/memo-page.c:
	* calendar/gui/dialogs/task-page.c:
	* calendar/gui/e-day-view-layout.c:
	* calendar/gui/e-day-view-layout.h:
	* calendar/gui/print.c:
	* e-util/e-pilot-map.c:
	* e-util/e-plugin.c:
	* e-util/e-profile-event.c:
	* e-util/e-signature.c:
	* filter/filter-file.c:
	* mail/e-searching-tokenizer.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html.c:
	* mail/em-format-view.c:
	* mail/em-format.c:
	* mail/em-mailer-prefs.c:
	* mail/em-mailer-prefs.h:
	* mail/mail-session.c:
	* mail/mail-session.h:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/bbdb/bbdb.c:
	* plugins/bbdb/gaimbuddies.c:
	* plugins/calendar-http/calendar-http.c:
	* plugins/exchange-operations/exchange-user-dialog.c:
	* plugins/face/face.c:
	* shell/e-shell-window.c:
	* shell/e-shell.c:
	* smime/lib/e-cert-db.c:
	* tools/killev.c:
	* widgets/misc/e-cursors.c:
	* widgets/misc/e-spinner.c:
	* widgets/misc/e-unicode.c:
	* widgets/table/e-table-field-chooser-item.c:
	* widgets/table/e-table-header-item.c:
	* widgets/table/e-table-header-item.h:
	* widgets/table/e-table-header-utils.c:
	* widgets/table/e-table.c:
	* widgets/text/e-text.c:
	Fix various compiler warnings.  Patch from Milan Crha.


svn path=/trunk/; revision=34368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-10-09  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #437579

	* addressbook/conduit/address-conduit.c:
	* addressbook/gui/component/addressbook-config.c:
	* addressbook/gui/contact-editor/e-contact-editor.c:
	* addressbook/gui/widgets/eab-gui-util.c:
	* calendar/conduits/calendar/calendar-conduit.c:
	* calendar/conduits/memo/memo-conduit.c:
	* calendar/conduits/todo/todo-conduit.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/dialogs/memo-page.c:
	* calendar/gui/dialogs/task-page.c:
	* calendar/gui/e-day-view-layout.c:
	* calendar/gui/e-day-view-layout.h:
	* calendar/gui/print.c:
	* e-util/e-pilot-map.c:
	* e-util/e-plugin.c:
	* e-util/e-profile-event.c:
	* e-util/e-signature.c:
	* filter/filter-file.c:
	* mail/e-searching-tokenizer.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html.c:
	* mail/em-format-view.c:
	* mail/em-format.c:
	* mail/em-mailer-prefs.c:
	* mail/em-mailer-prefs.h:
	* mail/mail-session.c:
	* mail/mail-session.h:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/bbdb/bbdb.c:
	* plugins/bbdb/gaimbuddies.c:
	* plugins/calendar-http/calendar-http.c:
	* plugins/exchange-operations/exchange-user-dialog.c:
	* plugins/face/face.c:
	* shell/e-shell-window.c:
	* shell/e-shell.c:
	* smime/lib/e-cert-db.c:
	* tools/killev.c:
	* widgets/misc/e-cursors.c:
	* widgets/misc/e-spinner.c:
	* widgets/misc/e-unicode.c:
	* widgets/table/e-table-field-chooser-item.c:
	* widgets/table/e-table-header-item.c:
	* widgets/table/e-table-header-item.h:
	* widgets/table/e-table-header-utils.c:
	* widgets/table/e-table.c:
	* widgets/text/e-text.c:
	Fix various compiler warnings.  Patch from Milan Crha.


svn path=/trunk/; revision=34368
</pre>
</div>
</content>
</entry>
<entry>
<title>Use consistent terminology for mail messages (#480621).</title>
<updated>2007-09-28T02:30:14+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-09-28T02:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7029abc8cd37639e1126219e64d07faa6705e5e9'/>
<id>7029abc8cd37639e1126219e64d07faa6705e5e9</id>
<content type='text'>
2007-09-27  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	* mail/em-account-editor.c:
	* mail/evolution-mail.schemas.in:
	* mail/mail-config.glade:
	* plugins/bbdb/bbdb.c (bbdb_page_factory):
	* plugins/bogo-junk-plugin/bf-junk-filter.c:
	* plugins/face/org-gnome-face-eplug.xml:
	* plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml:
	* plugins/print-message/org-gnome-print-message.eplug.xml:
	Use consistent terminology for mail messages (#480621).


svn path=/trunk/; revision=34326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-09-27  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	* mail/em-account-editor.c:
	* mail/evolution-mail.schemas.in:
	* mail/mail-config.glade:
	* plugins/bbdb/bbdb.c (bbdb_page_factory):
	* plugins/bogo-junk-plugin/bf-junk-filter.c:
	* plugins/face/org-gnome-face-eplug.xml:
	* plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml:
	* plugins/print-message/org-gnome-print-message.eplug.xml:
	Use consistent terminology for mail messages (#480621).


svn path=/trunk/; revision=34326
</pre>
</div>
</content>
</entry>
<entry>
<title>** Fixes part of bug #474000</title>
<updated>2007-09-27T20:20:56+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-09-27T20:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7352689ab7e6cfa835d52035f76756879306cfa9'/>
<id>7352689ab7e6cfa835d52035f76756879306cfa9</id>
<content type='text'>
2007-09-27  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes part of bug #474000

	* addressbook/importers/evolution-ldif-importer.c:
	Remove redundant Base64 codec implementation.  Use GLib's.

	* mail/em-format-html.c (efh_format_headers):
	* mail/em-migrate.c (upgrade_passwords_1_2):
	* plugins/face/face.c:
	Use GLib's Base64 API instead of Camel's.


svn path=/trunk/; revision=34325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-09-27  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes part of bug #474000

	* addressbook/importers/evolution-ldif-importer.c:
	Remove redundant Base64 codec implementation.  Use GLib's.

	* mail/em-format-html.c (efh_format_headers):
	* mail/em-migrate.c (upgrade_passwords_1_2):
	* plugins/face/face.c:
	Use GLib's Base64 API instead of Camel's.


svn path=/trunk/; revision=34325
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the --enable-file-chooser configure option.</title>
<updated>2007-09-14T15:29:05+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2007-09-14T15:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5ad1bf8506772c6e02da2e48391d0a9e03b80048'/>
<id>5ad1bf8506772c6e02da2e48391d0a9e03b80048</id>
<content type='text'>
GtkFileChooser has been around since 2004.

svn path=/trunk/; revision=34257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkFileChooser has been around since 2004.

svn path=/trunk/; revision=34257
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variables.</title>
<updated>2007-07-18T05:34:40+00:00</updated>
<author>
<name>Sankar P</name>
<email>psankar@novell.com</email>
</author>
<published>2007-07-18T05:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a73311fd63e304e0c4afbc5f87c334b81a8079fa'/>
<id>a73311fd63e304e0c4afbc5f87c334b81a8079fa</id>
<content type='text'>
2007-07-18  Sankar P  &lt;psankar@novell.com&gt;

	* face.c: (org_gnome_composer_face):
	Remove unused variables. 

svn path=/trunk/; revision=33817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-07-18  Sankar P  &lt;psankar@novell.com&gt;

	* face.c: (org_gnome_composer_face):
	Remove unused variables. 

svn path=/trunk/; revision=33817
</pre>
</div>
</content>
</entry>
</feed>
