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