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