diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-07 16:37:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-07 16:37:07 +0800 |
commit | cf0a938afbc1c1622111bfd249e0bba75eea3033 (patch) | |
tree | ec655f4b562b8208ed71cc46add7188408cac0e2 /mail/ChangeLog | |
parent | 9739fb5219a67aab4e7e7f2b84ec3795ef042f09 (diff) | |
download | gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.gz gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.bz2 gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.lz gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.xz gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.zst gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.zip |
Renamed from reply_body() so other functions can use it
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_get_message_body): Renamed from reply_body()
so other functions can use it
(mail_generate_reply): Updated to reflect function name changes
* mail-ops.c (real_edit_msg): Attach a callback to the send signal
svn path=/trunk/; revision=4564
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 95e484aa8d..50b83ebf00 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * mail-format.c (mail_get_message_body): Renamed from reply_body() + so other functions can use it + (mail_generate_reply): Updated to reflect function name changes + + * mail-ops.c (real_edit_msg): Attach a callback to the send signal + +2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * folder-browser-factory.c (control_activate): New menu item under Actions to allow editing of messages. |