OSDN Git Service

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