<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/print-message/ChangeLog, branch archive-integration</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=archive-integration</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2008-04-02T18:37:22+00:00</updated>
<entry>
<title>** Merge the mbarnes-composer branch</title>
<updated>2008-04-02T18:37:22+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2008-04-02T18:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=16068d9b4191ea142a9e75a50eb8d260ed2bb406'/>
<id>urn:sha1:16068d9b4191ea142a9e75a50eb8d260ed2bb406</id>
<content type='text'>
2008-04-02  Matthew Barnes &lt;mbarnes@redhat.com&gt;

	** Merge the mbarnes-composer branch

	* configure.in:
	Bump libgtkhtml requirement to 3.19.1.
	Add gtkhtml-editor dependency for addressbook, calendar and mail.
	Remove print-message plugin; new composer implements this natively.

	* tools/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/eab-gui-util.c
	(eab_send_to_contact_and_email_num_list),
	(eab_send_contact_list_as_attachment):
	Adapt to new Bonobo-less composer widget.

	* calendar/gui/Makefile.am:
	Remove CORBA rules for the old composer.

	* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
	(comp_subject), (comp_content_type), (comp_filename),
	(comp_description), (append_cal_attachments), (itip_send_comp),
	(reply_to_calendar_comp):
	Adapt to new Bonobo-less composer widget.

	* composer/Makefile.am:
	Remove CORBA rules for the old composer.

	* composer/e-msg-composer.c:
	* composer/e-msg-composer.h:
	EMsgComposer is now a subclass of GtkhtmlEditor.
	Extensive refactoring and cleanup, too much to list in detail.

	* composer/e-composer-header.c:
	* composer/e-composer-header.h:
	Add "sensitive" property along with get/set functions.

	* composer/e-composer-from-header.c:
	* composer/e-composer-from-header.h:
	Propagate "refreshed" signal from EAccountComboBox.
	Add function e_composer_from_header_get_account_list().

	* composer/e-composer-private.c:
	* composer/e-composer-private.h:
	New files manage composer's private data.
	Allows other composer files to manipulate private data.

	* composer/e-msg-composer-hdrs.c:
	* composer/e-msg-composer-hdrs.h:
	Remove these files; replaced by EComposerHeaderTable widget.

	* composer/evolution-composer.c:
	* composer/evolution-composer.h:
	Remove these files; composer is now a subclass of GtkhtmlEditor.

	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer-select-file.h:
	Remove these files; logic moved to e-msg-composer.c.

	* composer/listener.c:
	* composer/listener.h:
	Remove these files; event handlers moved to e-msg-composer.c.

	* composer/Composer.idl:
	* composer/Evolution-Composer.idl:
	Remove these files; composer is no longer a Bonobo object.

	* mail/em-composer-prefs (sig_edit_cb),
	(em_composer_prefs_new_signature):
	Adapt to new Bonobo-less signature editor.

	* mail/mail-signature-editor.c:
	* mail/mail-signature-editor.h:
	Rewrite the signature editor as a subclass of GtkhtmlEditor.
	Eliminates Bonobo from the equation.

	* mail/em-composer-utils.c (composer_get_message),
	(em_utils_composer_send_cb), (save_draft_done),
	(em_utils_composer_save_draft_cb), (create_new_composer),
	(em_utils_compose_new_message),
	(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
	(em_utils_post_to_url), (edit_message), (forward_attached),
	(forward_non_attached), (reply_get_composer), (composer_set_body),
	(em_utils_reply_to_message), (post_reply_to_message):
	Adapt to new Bonobo-less composer.

	* mail/mail-component-factory.c:
	Composer is no longer needs a Bonobo factory.

	* mail/mail-config.c:
	Fix style pattern for EMsgComposer widgets.

	* plugins/groupwise/mail-send-options.c
	(org_gnome_composer_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/exchange-operations/Makefile.am:
	Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.

	* plugins/exchange-operations/exchange-mail-send-options.c
	(append_to_header), (org_gnome_exchange_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/mailing-list-actions/mailing-list-actions.c
	(emla_list_action_do):
	Adapt to streamlined EMsgComposer API.

	* po/POTFILES.in: Update file list for new composer.

	* ui/evolution-composer-entries.xml:
	Remove this file; obsoleted by new composer.

	* widgets/misc/Makefile.am:
	Add EVOLUTION_MAIL_LIBS.

	* widgets/misc/e-account-combo-box.c:
	* widgets/misc/e-account-combo-box.h:
	New function e_account_combo_box_get_account_list().
	Emit a "refreshed" signal when the EAccountList changes.
	Add an internal reverse-lookup index.

	* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
	New function adds radio actions to an action group.
	Will eventually replace e_charset_picker_bonobo_ui_populate().

	* widgets/misc/e-signature-combo-box.c:
	* widgets/misc/e-signature-combo-box.h:
	New function e_signature_combo_box_get_signature_list().

	... separate issue ...

	* configure.in:
	Bump eds_minimum_version to 2.23.1 for
	CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.


svn path=/trunk/; revision=35313
</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://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7029abc8cd37639e1126219e64d07faa6705e5e9'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>** Fixes bug #355766</title>
<updated>2007-08-24T17:10:58+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2007-08-24T17:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=67c9a151f7cd8a2986f97335d025b7f8bb95b6ef'/>
<id>urn:sha1:67c9a151f7cd8a2986f97335d025b7f8bb95b6ef</id>
<content type='text'>
2007-08-24  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #355766

	* plugins/print-message/print-message.c (org_gnome_print_preview):
	Call e_msg_composer_get_message_print().

	* composer/e-msg-composer.[ch] (e_msg_composer_get_message_print):
	New function overrides composer flags for printing.

	Patch by Mayank Jain.


svn path=/trunk/; revision=34099
</content>
</entry>
<entry>
<title>Bug 437584 – Compilation warning in evolution's plugins folder</title>
<updated>2007-05-11T10:22:26+00:00</updated>
<author>
<name>Sankarasivasubramanian Pasupathilingam</name>
<email>psankar@src.gnome.org</email>
</author>
<published>2007-05-11T10:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=730fa4cf41b25ad1c5e9a57ec97fd823ea6ff144'/>
<id>urn:sha1:730fa4cf41b25ad1c5e9a57ec97fd823ea6ff144</id>
<content type='text'>
svn path=/trunk/; revision=33507
</content>
</entry>
<entry>
<title>Clean up printing in Evolution (bug #426816)</title>
<updated>2007-04-20T06:57:55+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@src.gnome.org</email>
</author>
<published>2007-04-20T06:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4a044a636e418f4c95a85819aa92316e21f58b35'/>
<id>urn:sha1:4a044a636e418f4c95a85819aa92316e21f58b35</id>
<content type='text'>
svn path=/trunk/; revision=33440
</content>
</entry>
<entry>
<title>Print migration updates from Ebby Wiselyn.</title>
<updated>2007-02-12T06:11:14+00:00</updated>
<author>
<name>Srinivasa Ragavan</name>
<email>sragavan@src.gnome.org</email>
</author>
<published>2007-02-12T06:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9862306af9b5019372cbcb6693b5ae1d56297776'/>
<id>urn:sha1:9862306af9b5019372cbcb6693b5ae1d56297776</id>
<content type='text'>
svn path=/trunk/; revision=33201
</content>
</entry>
<entry>
<title>Fix make-clean issues.</title>
<updated>2005-12-12T05:36:17+00:00</updated>
<author>
<name>Harish Krishnaswamy</name>
<email>kharish@novell.com</email>
</author>
<published>2005-12-12T05:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1f082fa21288330fb5b53ce5555ace608ed36040'/>
<id>urn:sha1:1f082fa21288330fb5b53ce5555ace608ed36040</id>
<content type='text'>
2005-12-12  Harish Krishnaswamy  &lt;kharish@novell.com&gt;

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
</content>
</entry>
<entry>
<title>Add missing headers (org_gnome_print_message): define before defining,</title>
<updated>2005-08-24T03:14:10+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2005-08-24T03:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1fcb8ae1ba7077f67daf8c2bd47a43ae7d31ca12'/>
<id>urn:sha1:1fcb8ae1ba7077f67daf8c2bd47a43ae7d31ca12</id>
<content type='text'>
2005-08-23  Not Zed  &lt;NotZed@Ximian.com&gt;

        * print-message.c: Add missing headers
        (org_gnome_print_message): define before defining, remove c99isms.
        (org_gnome_print_preview): define before defining.

svn path=/trunk/; revision=30228
</content>
</entry>
<entry>
<title>Use NO_UNDEFINED. Link with more libraries.</title>
<updated>2005-06-27T00:55:24+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2005-06-27T00:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1e47292c45b08fad3c4d12364d9713c069579a95'/>
<id>urn:sha1:1e47292c45b08fad3c4d12364d9713c069579a95</id>
<content type='text'>
2005-06-27  Tor Lillqvist  &lt;tml@novell.com&gt;

	* */Makefile.am: Use NO_UNDEFINED. Link with more libraries.

svn path=/trunk/; revision=29593
</content>
</entry>
<entry>
<title>Use SOEXT.</title>
<updated>2005-06-18T11:39:20+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2005-06-18T11:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=087a3e6532af00d4f98511d1874fe08bbdf4332d'/>
<id>urn:sha1:087a3e6532af00d4f98511d1874fe08bbdf4332d</id>
<content type='text'>
2005-06-18  Tor Lillqvist  &lt;tml@novell.com&gt;

	* */*.eplug.xml: Use SOEXT.

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