diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-11 04:35:33 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-11 04:35:33 +0800 |
commit | fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f (patch) | |
tree | cd5df27955aaff2f325f47b323d75a19009a9e4e /composer/ChangeLog | |
parent | 44f3c6d906ce7d69637b5bd5ac82059f8c0c0ab8 (diff) | |
download | gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.gz gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.bz2 gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.lz gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.xz gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.zst gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.zip |
add prototype.
2001-10-10 Larry Ewing <lewing@ximian.com>
* e-msg-composer.h: add prototype.
* e-msg-composer.c (e_msg_composer_add_message_attachments): new
function to copy attachments from the a message to a composer.
(e_msg_composer_set_pending_body): make simple function to
abstract this.
(e_msg_composer_apply_pending_body): apply the pending body to
the composer.
(e_msg_composer_new_with_message): use
e_msg_composer_add_message_attachments to copy attachments.
svn path=/trunk/; revision=13563
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 9bd36cfd7e..bc9184ece5 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,16 @@ +2001-10-10 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.h: add prototype. + + * e-msg-composer.c (e_msg_composer_add_message_attachments): new + function to copy attachments from the a message to a composer. + (e_msg_composer_set_pending_body): make simple function to + abstract this. + (e_msg_composer_apply_pending_body): apply the pending body to + the composer. + (e_msg_composer_new_with_message): use + e_msg_composer_add_message_attachments to copy attachments. + 2001-10-09 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (add_from_file): If the |