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