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