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