1 * Major changes in 0.0.4
3 ** Check GnuPG's version on ./configure.
5 ** epg-start-encrypt now assumes that signers are epg-key object.
7 ** epg--status-ERRSIG now leaves the last verify-result.
9 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
11 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
13 * Major changes in 0.0.3
15 ** epa-file.el now supports partial read.
17 ** epa-file handler functions now obey coding-system-for-{read,write}.
18 [cf. <emacs-mime-ja:02041>]
20 ** Don't move point after insert-file-contents if epa-file is enabled.
22 * Major changes in 0.0.2
24 ** Convert "seconds from epoch" to a date string.
26 ** Confirm passphrase when performing symmetric encryption.
28 ** New commands which affect on the current region are implemented.
29 epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
30 epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
32 ** Fixed ERRSIG status handling. "no public key" error was not
33 reported as a verify result.
35 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
37 ** Don't convert line endings of the gpg output. This may fix a bug
38 when encrypting in textmode and the output is binary.
39 [cf. <emacs-mime-ja:02028>]