diff options
| author | Glenn Morris <rgm@gnu.org> | 2010-12-18 12:39:05 -0800 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2010-12-18 12:39:05 -0800 |
| commit | 45720dc368101aa88ba2ec88f6259ae4aaf3d847 (patch) | |
| tree | e695bb8a0246baa80b46c8a9dff6b2c845a85653 | |
| parent | 80b33766d4693c002464052eb799ecb6eb32f010 (diff) | |
| download | emacs-45720dc368101aa88ba2ec88f6259ae4aaf3d847.tar.gz | |
Add missing ChangeLog entry for 2010-12-16T23:30:57Z!ken.manheimer@gmail.com.
| -rw-r--r-- | lisp/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09911f22e97..4ed1a75cda2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -13,6 +13,47 @@ * menu-bar.el (featurep): Use menu-bar-separator. +2010-12-16 Ken Manheimer <ken.manheimer@gmail.com> + + Migrate allout encryption provisions from pgg to epg. + + * allout.el (allout-toggle-current-subtree-encryption) + (allout-toggle-subtree-encryption): Adjust docstrings to reflect + defaulting policy and other changes. Change fetch-pass to keymode-cue, + for simpler universal argument interpretation. + (allout-toggle-subtree-encryption): Adjust docstring to describe + changed encryption provisions. Change fetch-pass to keymode-cue, for + simpler universal argument interpretation. Remove provisions for + handling key type and identity - they'll all be within + allout-encrypt-string or epg/epg or even contained all the way in gpg. + (allout-encrypt-string): Include keymode-cue, for optionally prompting + for keypair recipients (universal argument > 1) and, in addition, + associating the specified recipients with the outline (universal + argument > 4) using a file local variable setting for + 'epa-file-encrypt-to'. + Require epa, for recipients handling. + Change how regexp filtering elements are named. + Describe the problem with caching of incorrect symmetric-decryption + keys. + Use the epa-passphrase-callback-function, in case the user is using + GnuPG v1. + Support saving of the selected keypair recipients when invoked with a + keymode-cue > 4. + Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'. + Require 'epa. + Establish epg-context with armoring and default epg-protocol. + Remove all passphrase cache, verification, and hinting code. + (allout-passphrase-verifier-handling, allout-passphrase-hint-handling): + No longer used, delete. + (allout-mode): Adjust docstring to describe changed encryption + provisions. Describe the problem with caching of incorrect + symmetric-decryption keys. + (allout-obtain-passphrase, allout-epg-passphrase-callback-function) + (allout-make-passphrase-state, allout-passphrase-state-passphrase) + (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids) + (allout-get-encryption-passphrase-verifier, allout-verify-passphrase): + Obsolete, remove. + 2010-12-16 Daiki Ueno <ueno@unixuser.org> * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit |
