diff options
author | Radek Doulik <rodo@helixcode.com> | 2000-11-08 21:06:58 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2000-11-08 21:06:58 +0800 |
commit | f3ec28d123a08e6e3b6b5667665dfb4bcb700346 (patch) | |
tree | c84f99f204d24615ebd01ba107c815a66ecbf1a0 /composer/ChangeLog | |
parent | 413284362ffbc5185e72dd2e246ba88f912ffbdb (diff) | |
download | gsoc2013-evolution-f3ec28d123a08e6e3b6b5667665dfb4bcb700346.tar.gz gsoc2013-evolution-f3ec28d123a08e6e3b6b5667665dfb4bcb700346.tar.zst gsoc2013-evolution-f3ec28d123a08e6e3b6b5667665dfb4bcb700346.zip |
new function (destroy): use e_msg_composer_clear_inlined_table, destroy
2000-11-08 Radek Doulik <rodo@helixcode.com>
* e-msg-composer.c (e_msg_composer_clear_inlined_table): new
function
(destroy): use e_msg_composer_clear_inlined_table, destroy
inlined_images hash table
* listener.c (resolve_image_url): don't add inlined images to
attachement bar
* e-msg-composer.c (add_inlined_images): new function, adds
inlined images to multipart
(add_inlined_image): helper function, adds one image to multipart
(build_message): store HTML messages with inlined images to
multipart/related
* e-msg-composer-attachment-bar.c (add_from_file): removed
content_id arg
(e_msg_composer_attachment_bar_attach): likewise
* e-msg-composer-attachment.c (e_msg_composer_attachment_new):
removed content_id arg
svn path=/trunk/; revision=6507
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index eedd5040ac..9661b929a9 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,26 @@ +2000-11-08 Radek Doulik <rodo@helixcode.com> + + * e-msg-composer.c (e_msg_composer_clear_inlined_table): new + function + (destroy): use e_msg_composer_clear_inlined_table, destroy + inlined_images hash table + + * listener.c (resolve_image_url): don't add inlined images to + attachement bar + + * e-msg-composer.c (add_inlined_images): new function, adds + inlined images to multipart + (add_inlined_image): helper function, adds one image to multipart + (build_message): store HTML messages with inlined images to + multipart/related + + * e-msg-composer-attachment-bar.c (add_from_file): removed + content_id arg + (e_msg_composer_attachment_bar_attach): likewise + + * e-msg-composer-attachment.c (e_msg_composer_attachment_new): + removed content_id arg + 2000-11-06 Not Zed <NotZed@HelixCode.com> * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Changed |