<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/composer/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>Check that account-&gt;id-&gt;address != NULL.</title>
<updated>2001-10-22T18:39:47+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-22T18:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=708dc70ac5b5cf2711a1f43293a9e0a4467adcb7'/>
<id>urn:sha1:708dc70ac5b5cf2711a1f43293a9e0a4467adcb7</id>
<content type='text'>
2001-10-22  Jon Trowbridge  &lt;trow@ximian.com&gt;

	* e-msg-composer-hdrs.c (create_from_optionmenu): Check that
	account-&gt;id-&gt;address != NULL.

svn path=/trunk/; revision=13886
</content>
</entry>
<entry>
<title>fix broken default changelog email address in last entry</title>
<updated>2001-10-21T19:12:19+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-10-21T19:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c71602cae0a9726dd0cd3e4d1c8225cf9242dd82'/>
<id>urn:sha1:c71602cae0a9726dd0cd3e4d1c8225cf9242dd82</id>
<content type='text'>
svn path=/trunk/; revision=13854
</content>
</entry>
<entry>
<title>	Make inline images used for replies not show up	as</title>
<updated>2001-10-21T19:08:07+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-10-21T19:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b0ac33fbbe200997569e14574dd5aac746419bed'/>
<id>urn:sha1:b0ac33fbbe200997569e14574dd5aac746419bed</id>
<content type='text'>
	attachments. Also, I think this should make replies to HTML
	messages containing inline images referenced via Content-Location
	work, but that's not tested.

	* e-msg-composer.c (various): Keep two hash tables of inline image
	data: one mapping from cid: URLs to CamelMimeParts for all
	attachments, the other mapping from file: and Content-Location
	urls to CamelMimeParts (for those inline images that came from a
	file or have a Content-Location).
	(add_inlined_images): Simplify. Most of this code is in
	e_msg_composer_add_inline_image_from_file() now.
	(e_msg_composer_add_message_attachments, handle_multipart): Change
	"attach_all" arg to "just_inlines". If it is set, call
	e_msg_composer_add_inline_image_from_mime_part on any attachment
	with a Content-Id or Content-Location.
	(e_msg_composer_add_inline_image_from_file): Create a mime part
	from a file and add it to the inline images hash.
	(e_msg_composer_add_inline_image_from_mime_part): Add a mime part
	directly to the inline images hash.

	* listener.c (resolve_image_url): If asked to resolve a file: URL
	that isn't in the inline images hash, call
	e_msg_composer_add_inline_image_from_file to get a cid for it.
	(impl_event): Look up the URL in the inline_images and
	inline_images_by_url hashes.

        * e-msg-composer-attachment-bar.c
	(e_msg_composer_attachment_bar_find_message): Gone. No longer
	used.

svn path=/trunk/; revision=13852
</content>
</entry>
<entry>
<title>Now takes a 'attach_all' argument. If !attach_all, then only attach the</title>
<updated>2001-10-19T20:03:42+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-10-19T20:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c420f2074062b29c82d10589ada5cee0cb7bcd47'/>
<id>urn:sha1:c420f2074062b29c82d10589ada5cee0cb7bcd47</id>
<content type='text'>
2001-10-19  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-msg-composer.c (handle_multipart): Now takes a 'attach_all'
	argument. If !attach_all, then only attach the attachment if the
	part has a content-id, otherwise we can safely assume that nothing
	references it thus we don't need to attach it.
	(e_msg_composer_add_message_attachments): Now takes a 'attach_all'
	argument that overrides the "only attach attachments if they have
	a content-id header" behavior.
	(e_msg_composer_new_with_message): Pass TRUE as the attach_all
	argument to add_message_attachments.

svn path=/trunk/; revision=13800
</content>
</entry>
<entry>
<title>Don't use a g_return_val_if_fail after iconv_open, this is a valid error</title>
<updated>2001-10-19T01:56:21+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-10-19T01:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=dfd09f4f17bc75a3d8d745e850f00bbee919d820'/>
<id>urn:sha1:dfd09f4f17bc75a3d8d745e850f00bbee919d820</id>
<content type='text'>
2001-10-18  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* e-msg-composer.c (best_encoding): Don't use a
	g_return_val_if_fail after iconv_open, this is a valid error
	condition and so should use check it for real.

	* e-msg-composer-attachment-bar.c (attach_to_multipart): Correctly
	set the charset parameter and use camel's bestenc filter to
	determine which content transfer encoding to use.

svn path=/trunk/; revision=13784
</content>
</entry>
<entry>
<title>s/apply/flush/. (e_msg_composer_flush_pending_body): renamed from apply</title>
<updated>2001-10-15T19:48:06+00:00</updated>
<author>
<name>Larry Ewing</name>
<email>lewing@ximian.com</email>
</author>
<published>2001-10-15T19:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=244694ee58bf5eec443dc26135fc78fb24bcbd57'/>
<id>urn:sha1:244694ee58bf5eec443dc26135fc78fb24bcbd57</id>
<content type='text'>
001-10-15  Larry Ewing  &lt;lewing@ximian.com&gt;

	* e-msg-composer.c (e_msg_composer_add_message_attachments):
	s/apply/flush/.
	(e_msg_composer_flush_pending_body): renamed from apply now takes
	apply as an argument.
	(e_msg_composer_show_sig_file): s/g_assert/g_return_if_fail/
	warnings make for less painful bugs than crashes.
	(set_editor_text): s/g_assert/g_return_if_fail/

svn path=/trunk/; revision=13681
</content>
</entry>
<entry>
<title>Don't pop up an "unable to retrieve message" if the composer never</title>
<updated>2001-10-13T17:35:40+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-10-13T17:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=da2d6ee08c364cbc4b99a7c2eb39678c350188f1'/>
<id>urn:sha1:da2d6ee08c364cbc4b99a7c2eb39678c350188f1</id>
<content type='text'>
	* e-msg-composer.c (autosave_manager_unregister): Don't pop up an
	"unable to retrieve message" if the composer never finished
	initializing.
	(init): Don't call autosave_manager_register here: wait until the
	end of create_composer.
	(create_composer): Remove the distinction between this and
	e_msg_composer_construct since there's no need for the latter. Use
	e_activation_failure_dialog if either the selectnames component or
	the gtkhtml editor fails.

	* e-msg-composer-hdrs.c (setup_corba): Don't g_warn if the oaf
	activation fails. create_composer() will tell the user.

svn path=/trunk/; revision=13661
</content>
</entry>
<entry>
<title>Deleted declaration of len.</title>
<updated>2001-10-11T19:39:07+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-10-11T19:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bde8795c9423b33fcf1759b6b1231410ba11f3b1'/>
<id>urn:sha1:bde8795c9423b33fcf1759b6b1231410ba11f3b1</id>
<content type='text'>
2001-10-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* listener.c (impl_event): Deleted declaration of len.

	* e-msg-composer.c (e_msg_composer_add_message_attachments): Take
	a settext argument.
	(e_msg_composer_new_with_message): Updated to pass the settext argument.

svn path=/trunk/; revision=13595
</content>
</entry>
<entry>
<title>Check for either a matching account name, or for a matching e-mail address</title>
<updated>2001-10-10T20:47:46+00:00</updated>
<author>
<name>Jon Trowbridge</name>
<email>trow@ximian.com</email>
</author>
<published>2001-10-10T20:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7e628d1745b79a7af4529d9cb2c2957613e1328a'/>
<id>urn:sha1:7e628d1745b79a7af4529d9cb2c2957613e1328a</id>
<content type='text'>
2001-10-10  Jon Trowbridge  &lt;trow@ximian.com&gt;

        * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account):
        Check for either a matching account name, or for a matching e-mail
        address embedded in the passed-in string. (Fixes half of bug
        #3255)
        (destroy): Call bonobo_object_release_unref on corba_select_names,
        not CORBA_Object_release.  Otherwise we leak stuff all over the
        place. (Bug #11878)

        * e-msg-composer.c (e_msg_composer_new_with_message): If our message
        doesn't contain an X-Evolution-Account header, pass in the From
        header as the account name.  (Fixes the other half of #3255)

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