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