diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-25 07:51:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-25 07:51:54 +0800 |
commit | 5bf4f88ae222d598431c5e5b7d54e2d67d742ab5 (patch) | |
tree | b7b0abfa208db4c397720385fad53db0e08dd05f /composer/ChangeLog | |
parent | 57b9260528a389936dce1d9b5b3afc259c71c2e1 (diff) | |
download | gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar.gz gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar.bz2 gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar.lz gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar.xz gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.tar.zst gsoc2013-evolution-5bf4f88ae222d598431c5e5b7d54e2d67d742ab5.zip |
New callback. (menu_security_pgp_sign_cb): Another new callback.
2001-01-24 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (menu_security_pgp_encrypt_cb): New callback.
(menu_security_pgp_sign_cb): Another new callback.
(setup_ui): Added initialization for the PGP sign and encrypt
bonobo menu items.
(e_msg_composer_set_pgp_encrypt): Change the Bonobo UI name to
SecurityPGPEncrypt.
(e_msg_composer_set_pgp_sign): Change the Bonobo UI name to
SecurityPGPSign.
svn path=/trunk/; revision=7793
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index f03609fc1c..10365cc362 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2001-01-24 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (menu_security_pgp_encrypt_cb): New callback. + (menu_security_pgp_sign_cb): Another new callback. + (setup_ui): Added initialization for the PGP sign and encrypt + bonobo menu items. + (e_msg_composer_set_pgp_encrypt): Change the Bonobo UI name to + SecurityPGPEncrypt. + (e_msg_composer_set_pgp_sign): Change the Bonobo UI name to + SecurityPGPSign. + 2001-01-21 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (build_message): Fixed some memory leaks |