epa-list-keys-1 -> epa--list-keys-1
[elisp/epg.git] / NEWS
1 * Major changes in 0.0.2
2
3 ** Confirm passphrase when performing symmetric encryption.
4
5 ** New commands which affect on the current region are implemented.
6    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
7    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
8
9 ** Fixed ERRSIG status handling.  "no public key" error was not
10    reported as a verify result.
11
12 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
13
14 ** Don't convert line endings of the gpg output.  This may fix a bug
15    when encrypting in textmode and the output is binary.
16    [cf. <emacs-mime-ja:02028>]