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