diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-23 02:07:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-23 02:07:14 +0800 |
commit | f5ec554c152ece6b2cac94f030760df4b53bb1c7 (patch) | |
tree | a4e616dba27372dadf0bdc2bcbe067161885d9f4 /mail/ChangeLog | |
parent | ee7f36f84b8f45356fae240c13dd68b0e8aee8d5 (diff) | |
download | gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar.gz gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar.bz2 gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar.lz gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar.xz gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.tar.zst gsoc2013-evolution-f5ec554c152ece6b2cac94f030760df4b53bb1c7.zip |
move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,
* folder-browser-factory.c: move msg_composer_cb and
msg_composer_send_cb to mail-ops. Attach send, reply, and "reply
to all" buttons.
* mail-ops.c (composer_send_cb, send): moved from
folder-browser-factory.c.
(reply_to_sender, reply_to_all): new functions to do replies.
* mail-format.c (text_to_html): Add an "add_pre" flag, to make
it wrap the output in <pre></pre>.
(mail_generate_reply): New function to create a composer and build
a reply in it.
svn path=/trunk/; revision=2554
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b7afba2070..64ca3a6b9d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2000-04-22 Dan Winship <danw@helixcode.com> + + * folder-browser-factory.c: move msg_composer_cb and + msg_composer_send_cb to mail-ops. Attach send, reply, and "reply + to all" buttons. + + * mail-ops.c (composer_send_cb, send): moved from + folder-browser-factory.c. + (reply_to_sender, reply_to_all): new functions to do replies. + + * mail-format.c (text_to_html): Add an "add_pre" flag, to make + it wrap the output in <pre></pre>. + (mail_generate_reply): New function to create a composer and build + a reply in it. + 2000-04-21 Dan Winship <danw@helixcode.com> * mail-display.c (on_url_requested): deal with cid: URLs. |