From: Sergey Vlasov Date: Sat, 21 Apr 2001 13:46:15 +0000 (+0000) Subject: More verbose change log for enhanced GnuPG key selection support. X-Git-Tag: custom-headers~4 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=519287deb5d21cc4db20c109a94d6a8f55114727 More verbose change log for enhanced GnuPG key selection support. --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 408b63f2d..8a3c75504 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,6 +1,20 @@ 2001-04-21 - * enhanced GnuPG key selection support [sergey] + * enhanced GnuPG key selection support [sergey]: + + * src/select-keys.c: updated to newer version from Win32 + branch with support for selecting arbitrary keys. + * src/prefs_account.c: added the Privacy tab to the account + options window. + prefs_account_privacy_create(), + prefs_account_sign_key_set_data_from_radiobtn(), + prefs_account_sign_key_set_radiobtn(): new functions. + * src/prefs_account.h: new preferences sign_key_type, sign_key_id. + * src/rfc2015.c: set_signers(): new function. + pgp_sign(): add the account parameter, call set_signers(). + rfc2015_sign(): add the account parameter, pass it to pgp_sign(). + * src/rfc2015.h: rfc2015_sign(): updated prototype. + * src/compose.c: pass the current account to rfc2015_sign(). * tag name claws added to prevent confusion with main branch [alfons]