1 * Major changes in 0.0.16
3 ** This will be the final version released under GPL2+. Subsequent
4 versions will be released under GPL3+.
6 ** epa-mail-encrypt now skips unusable keys.
8 ** epa-file now uses canonical file names as keys for passphrase cache.
10 * Major changes in 0.0.15
12 ** Fixed a load-error of epa on XEmacs.
14 ** epa-file bug fixes.
16 *** Prepare auto-mode-alist to strip .gpg suffix when choosing major-modes.
18 *** Don't signal an error when opening a nonexistent file via Tramp.
20 *** epa-verify-region now decodes the plaintext with
21 coding-system-for-read or one saved as epa-coding-system-used.
23 * Major changes in 0.0.14
25 ** epa-file can handle remote files over Tramp.
27 ** Workaround for a face initialization bug of GNU Emacs.
29 ** Follow the face naming convention of GNU Emacs.
31 * Major changes in 0.0.13
33 ** epa-file bug fixes.
35 *** Fixed a compatibility bug on XEmacs 21.5.
37 *** Do not mark the buffer as modified.
39 * Major changes in 0.0.12
41 ** epa-file.el usability improvements.
43 *** Ask recipients only the first time.
45 *** Respect epa-armor and epa-textmode.
47 *** Customizing epa-file-name-regexp now works.
49 *** Backup files for "*.gpg" are also encrypted.
51 * Major changes in 0.0.11
53 ** Include the EasyPG Assistant user's manual
55 ** Decode user-id's encoded in UTF-8 with "%" or "\" escape
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)
60 ** epa-file.el turns off auto-saving by default
62 * Major changes in 0.0.10
64 ** Support GnuPG versions older than 1.4.3
66 ** Provide a minor-mode to encrypt/sign mails
68 * Major changes in 0.0.9
70 ** epa.el usablity improvements.
72 *** M-x epa-encrypt-region specifies --armor & --textmode by default
74 *** M-x epa-sign-region and M-x epa-sign-file create a cleartext signature by
77 *** Region based commands now determine the coding-system used to
80 *** Fingerprints are pretty-printed
82 *** New user option epa-protocol to use the S/MIME.
84 ** Support XEmacs compiled with --with-mule=no --with-file-coding=no.
86 * Major changes in 0.0.8
88 ** epa-file.el can now specify recipient keys from the file local
89 variable `epa-file-encrypt-to'.
91 ** Always encode passphrase with eol-type LF.
93 ** Allow empty user IDs.
95 ** Support handling notations on the signature.
97 * Major changes in 0.0.7
99 ** Fixed a clearsign verification bug.
101 * Major changes in 0.0.6
103 ** Parse "group" configuration parameters of GnuPG.
105 ** epg-verify-file and epg-verify-string now return the plaintext
106 after successful verification.
108 ** Obey the decoding coding-system determined by
109 decode-coding-inserted-region.
111 ** Improved progress display.
113 ** Allow file names starting with "-".
115 * Major changes in 0.0.5
117 ** New user option epg-gpg-home-directory.
119 ** New function epg-check-configuration which checks if there is a
120 suitable GnuPG executable installed.
122 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
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.
129 * Major changes in 0.0.4
131 ** Check GnuPG's version on ./configure.
133 ** epg-start-encrypt now assumes that signers are epg-key object.
135 ** epg--status-ERRSIG now leaves the last verify-result.
137 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
139 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
141 * Major changes in 0.0.3
143 ** epa-file.el now supports partial read.
145 ** epa-file handler functions now obey coding-system-for-{read,write}.
146 [cf. <emacs-mime-ja:02041>]
148 ** Don't move point after insert-file-contents if epa-file is enabled.
150 * Major changes in 0.0.2
152 ** Convert "seconds from epoch" to a date string.
154 ** Confirm passphrase when performing symmetric encryption.
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
160 ** Fixed ERRSIG status handling. "no public key" error was not
161 reported as a verify result.
163 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
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>]
172 paragraph-separate: "[
\f]*$"