Fixed.
[elisp/epg.git] / NEWS
1 * Major changes in 0.0.3
2
3 ** epa-file.el now supports partial read.
4
5 ** epa-file handler functions now obey coding-system-for-{read,write}.
6    [cf. <emacs-mime-ja:02041>]
7
8 ** Don't move point after insert-file-contents if epa-file is enabled.
9
10 * Major changes in 0.0.2
11
12 ** Convert "seconds from epoch" to a date string.
13
14 ** Confirm passphrase when performing symmetric encryption.
15
16 ** New commands which affect on the current region are implemented.
17    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
18    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
19
20 ** Fixed ERRSIG status handling.  "no public key" error was not
21    reported as a verify result.
22
23 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
24
25 ** Don't convert line endings of the gpg output.  This may fix a bug
26    when encrypting in textmode and the output is binary.
27    [cf. <emacs-mime-ja:02028>]