diff options
author | Not Zed <NotZed@Ximian.com> | 2003-11-13 11:57:54 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-11-13 11:57:54 +0800 |
commit | 8e302d84a481b9788ca071f824af598176e78df8 (patch) | |
tree | a527579a23ea5bec3179d82757472962010c2e52 /mail/ChangeLog | |
parent | 61b1ec94bae6c13d7d1f6dade48a51bfc40f04ef (diff) | |
download | gsoc2013-evolution-8e302d84a481b9788ca071f824af598176e78df8.tar.gz gsoc2013-evolution-8e302d84a481b9788ca071f824af598176e78df8.tar.zst gsoc2013-evolution-8e302d84a481b9788ca071f824af598176e78df8.zip |
implement the key selector popup using e-cert-selector.
2003-11-12 Not Zed <NotZed@Ximian.com>
* mail-account-gui.c (smime_sign_key_select)
(smime_encrypt_key_select, smime_encrypt_key_selected)
(smime_sign_key_selected): implement the key selector popup using
e-cert-selector.
2003-11-11 Not Zed <NotZed@Ximian.com>
* em-format-html.c (efh_application_xpkcs7mime): output icons of the status.
(em_format_html_add_pobject): Changed to take a size specificier,
return the pobject, and re-ordered args to be more consistent with
puri stuff.
(em_format_html_remove_pobject): handle the free callback if set.
* em-format.c (emf_application_xpkcs7mime): moved this to
em-format-html since it needs to do icon stuff.
svn path=/trunk/; revision=23312
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 54d5f10d6f..63f74f3f8b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,21 @@ +2003-11-12 Not Zed <NotZed@Ximian.com> + + * mail-account-gui.c (smime_sign_key_select) + (smime_encrypt_key_select, smime_encrypt_key_selected) + (smime_sign_key_selected): implement the key selector popup using + e-cert-selector. + 2003-11-11 Not Zed <NotZed@Ximian.com> + * em-format-html.c (efh_application_xpkcs7mime): output icons of the status. + (em_format_html_add_pobject): Changed to take a size specificier, + return the pobject, and re-ordered args to be more consistent with + puri stuff. + (em_format_html_remove_pobject): handle the free callback if set. + + * em-format.c (emf_application_xpkcs7mime): moved this to + em-format-html since it needs to do icon stuff. + * mail-security.glade: new glade file for security related stuff. * mail-config.glade: removed the message security dialogue, it |