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