OSDN Git Service

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