diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-15 23:19:00 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-15 23:19:00 +0800 |
commit | 38e751895d3a405598526765826f387ac962a0d1 (patch) | |
tree | 774c0ce980fd1fea326abd70172c74ff708c9662 /mail/ChangeLog | |
parent | d749d27d5725987dc95ae3ec9b176e13eaac3c43 (diff) | |
download | gsoc2013-evolution-38e751895d3a405598526765826f387ac962a0d1.tar.gz gsoc2013-evolution-38e751895d3a405598526765826f387ac962a0d1.tar.zst gsoc2013-evolution-38e751895d3a405598526765826f387ac962a0d1.zip |
make this a varags function, which then calls the virtual method to do the
2004-03-15 Not Zed <NotZed@Ximian.com>
* em-format.c (em_format_format_error): make this a varags
function, which then calls the virtual method to do the work.
(emf_multipart_appledouble, emf_multipart_mixed)
(emf_multipart_alternative, emf_multipart_related)
(emf_message_rfc822): print an error to explain why you're getting
source content displayed.
(em_format_format_secure): make this a function. and if we're
done formatting a secure part, and we dont have a parent anymore,
null out the validity. See #55541.
svn path=/trunk/; revision=25070
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a6a76d7a2f..8b1b6bf55a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-03-15 Not Zed <NotZed@Ximian.com> + + * em-format.c (em_format_format_error): make this a varags + function, which then calls the virtual method to do the work. + (emf_multipart_appledouble, emf_multipart_mixed) + (emf_multipart_alternative, emf_multipart_related) + (emf_message_rfc822): print an error to explain why you're getting + source content displayed. + (em_format_format_secure): make this a function. and if we're + done formatting a secure part, and we dont have a parent anymore, + null out the validity. See #55541. + 2004-03-12 Jeffrey Stedfast <fejj@ximian.com> * em-folder-browser.c (emfb_search_search_activated): No-op if |