Added 0.0.8 changes.
[elisp/epg.git] / NEWS
1 * Major changes in 0.0.8
2
3 ** Support handling notations on the signature.
4
5 * Major changes in 0.0.7
6
7 ** Fixed a clearsign verification bug.
8
9 * Major changes in 0.0.6
10
11 ** Parse "group" configuration parameters of GnuPG.
12
13 ** epg-verify-file and epg-verify-string now return the plaintext
14    after successful verification.
15
16 ** Obey the decoding coding-system determined by
17    decode-coding-inserted-region.
18
19 ** Improved progress display.
20
21 ** Allow file names starting with "-".
22
23 * Major changes in 0.0.5
24
25 ** New user option epg-gpg-home-directory.
26
27 ** New function epg-check-configuration which checks if there is a
28    suitable GnuPG executable installed.
29
30 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
31
32 ** Allow non-ASCII characters in a passphrase.
33    The coding system to use can be controlled by
34    epg-locale-coding-system whose default value is taken from
35    locale-coding-system.
36
37 * Major changes in 0.0.4
38
39 ** Check GnuPG's version on ./configure.
40
41 ** epg-start-encrypt now assumes that signers are epg-key object.
42
43 ** epg--status-ERRSIG now leaves the last verify-result.
44
45 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
46
47 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
48
49 * Major changes in 0.0.3
50
51 ** epa-file.el now supports partial read.
52
53 ** epa-file handler functions now obey coding-system-for-{read,write}.
54    [cf. <emacs-mime-ja:02041>]
55
56 ** Don't move point after insert-file-contents if epa-file is enabled.
57
58 * Major changes in 0.0.2
59
60 ** Convert "seconds from epoch" to a date string.
61
62 ** Confirm passphrase when performing symmetric encryption.
63
64 ** New commands which affect on the current region are implemented.
65    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
66    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
67
68 ** Fixed ERRSIG status handling.  "no public key" error was not
69    reported as a verify result.
70
71 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
72
73 ** Don't convert line endings of the gpg output.  This may fix a bug
74    when encrypting in textmode and the output is binary.
75    [cf. <emacs-mime-ja:02028>]