1 * Major changes in 0.0.5
3 ** New function epg-check-configuration which checks if there is a
4 suitable GnuPG executable installed.
6 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
8 * Major changes in 0.0.4
10 ** Check GnuPG's version on ./configure.
12 ** epg-start-encrypt now assumes that signers are epg-key object.
14 ** epg--status-ERRSIG now leaves the last verify-result.
16 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
18 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
20 * Major changes in 0.0.3
22 ** epa-file.el now supports partial read.
24 ** epa-file handler functions now obey coding-system-for-{read,write}.
25 [cf. <emacs-mime-ja:02041>]
27 ** Don't move point after insert-file-contents if epa-file is enabled.
29 * Major changes in 0.0.2
31 ** Convert "seconds from epoch" to a date string.
33 ** Confirm passphrase when performing symmetric encryption.
35 ** New commands which affect on the current region are implemented.
36 epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
37 epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
39 ** Fixed ERRSIG status handling. "no public key" error was not
40 reported as a verify result.
42 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
44 ** Don't convert line endings of the gpg output. This may fix a bug
45 when encrypting in textmode and the output is binary.
46 [cf. <emacs-mime-ja:02028>]