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