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