From 38e751895d3a405598526765826f387ac962a0d1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 15 Mar 2004 15:19:00 +0000 Subject: make this a varags function, which then calls the virtual method to do the 2004-03-15 Not Zed * 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 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-folder-browser.c (emfb_search_search_activated): No-op if -- cgit v1.2.3