diff options
author | Not Zed <NotZed@Ximian.com> | 2003-11-25 06:35:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-11-25 06:35:33 +0800 |
commit | 2f99f8636abd7efc68bfa5de1591c594e9f532eb (patch) | |
tree | 37ad675b94242355b46e3b5f87ba116b3793a43a /mail/ChangeLog | |
parent | a25373060b564e28d09c14248126b0b60f679c26 (diff) | |
download | gsoc2013-evolution-2f99f8636abd7efc68bfa5de1591c594e9f532eb.tar.gz gsoc2013-evolution-2f99f8636abd7efc68bfa5de1591c594e9f532eb.tar.zst gsoc2013-evolution-2f99f8636abd7efc68bfa5de1591c594e9f532eb.zip |
set session on print formatter for signatures to work.
2003-11-25 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (em_folder_view_print): set session on print
formatter for signatures to work.
* em-message-browser.c (emmb_destroy): kill warning.
* em-format-html.c (efh_output_secure): same as
efhd_output_secure, output the security bar, but for
printing/plain html.
(efh_application_xpkcs7mime): use output_secure.
(em_format_html_multipart_signed_sign): removed, output_secure
does what this did.
* em-format-html-display.c (smime_sign_table,
smime_encrypt_table): Added a short description for the mail
display.
(efhd_xpkcs7mime_button): only good/bad signature at this point,
if only encrypted, then display 'bad' icon.
(efhd_output_secure): output the security bar/button and handle
multi-level enveloping properly.
(efhd_application_xpkcs7mime): just call output_secure to do
the security bar.
(efhd_multipart_signed): same.
(efhd_signature_button): removed, no longer used.
(efhd_signature_check): removed, no longer used.
svn path=/trunk/; revision=23483
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4bae234613..ba60d0ccd7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2003-11-25 Not Zed <NotZed@Ximian.com> + + * em-folder-view.c (em_folder_view_print): set session on print + formatter for signatures to work. + + * em-message-browser.c (emmb_destroy): kill warning. + + * em-format-html.c (efh_output_secure): same as + efhd_output_secure, output the security bar, but for + printing/plain html. + (efh_application_xpkcs7mime): use output_secure. + (em_format_html_multipart_signed_sign): removed, output_secure + does what this did. + + * em-format-html-display.c (smime_sign_table, + smime_encrypt_table): Added a short description for the mail + display. + (efhd_xpkcs7mime_button): only good/bad signature at this point, + if only encrypted, then display 'bad' icon. + (efhd_output_secure): output the security bar/button and handle + multi-level enveloping properly. + (efhd_application_xpkcs7mime): just call output_secure to do + the security bar. + (efhd_multipart_signed): same. + (efhd_signature_button): removed, no longer used. + (efhd_signature_check): removed, no longer used. + 2003-11-24 Radek Doulik <rodo@ximian.com> * em-format-html.c (efh_text_plain): use new colors |