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