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