diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-30 09:36:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-30 09:36:48 +0800 |
commit | 46dee516710185ab5fb881a02580c66f3e82181c (patch) | |
tree | 726f24567c51d27580c4f444ee7d7b33b5f5671e /composer/ChangeLog | |
parent | e6e77f1fc333b12693989ccbbd9a432465c6ffd6 (diff) | |
download | gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar.gz gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar.bz2 gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar.lz gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar.xz gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.tar.zst gsoc2013-evolution-46dee516710185ab5fb881a02580c66f3e82181c.zip |
Set the (new) "no_body" flag on the composer.
* evolution-composer.c (init): Set the (new) "no_body" flag on the
composer.
(impl_Composer_set_body_text): And unset it here.
(unset_no_body): And here (called if/when the composer is
realized).
* e-msg-composer.c (build_message): If the composer has the
"no_body" flag set, and a single attachment, promote that
attachment to be the message body.
svn path=/trunk/; revision=14393
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 33ff23ef08..2e4e572644 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,15 @@ +2001-10-29 Dan Winship <danw@ximian.com> + + * evolution-composer.c (init): Set the (new) "no_body" flag on the + composer. + (impl_Composer_set_body_text): And unset it here. + (unset_no_body): And here (called if/when the composer is + realized). + + * e-msg-composer.c (build_message): If the composer has the + "no_body" flag set, and a single attachment, promote that + attachment to be the message body. + 2001-10-30 Radek Doulik <rodo@ximian.com> * listener.c (reply_indent): simplified, requires new gtkhtml |