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