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