X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=39ac00f0392221b775a9d1bd0a22adee020b0486;hb=2e4eb00b230a11e1ff56f8d09b127186f8fcefb0;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=fdb5b591f5cb23cf6a6d2dd138e10d152966629a;p=elisp%2Fepg.git diff --git a/NEWS b/NEWS index e69de29..39ac00f 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,86 @@ +* Major changes in 0.0.9 + +** Support XEmacs compiled with --with-mule=no --with-file-coding=no. + +* Major changes in 0.0.8 + +** epa-file.el can now specify recipient keys from the file local + variable `epa-file-encrypt-to'. + +** Always encode passphrase with eol-type LF. + +** Allow empty user IDs. + +** Support handling notations on the signature. + +* Major changes in 0.0.7 + +** Fixed a clearsign verification bug. + +* Major changes in 0.0.6 + +** Parse "group" configuration parameters of GnuPG. + +** epg-verify-file and epg-verify-string now return the plaintext + after successful verification. + +** Obey the decoding coding-system determined by + decode-coding-inserted-region. + +** Improved progress display. + +** Allow file names starting with "-". + +* Major changes in 0.0.5 + +** New user option epg-gpg-home-directory. + +** New function epg-check-configuration which checks if there is a + suitable GnuPG executable installed. + +** pgg-epg.el: Provide pgg-lookup-key for backward compatibility. + +** Allow non-ASCII characters in a passphrase. + The coding system to use can be controlled by + epg-locale-coding-system whose default value is taken from + locale-coding-system. + +* Major changes in 0.0.4 + +** Check GnuPG's version on ./configure. + +** epg-start-encrypt now assumes that signers are epg-key object. + +** epg--status-ERRSIG now leaves the last verify-result. + +** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region. + +** pgg-epg.el: Reflect pgg-default-user-id when signing. + +* Major changes in 0.0.3 + +** epa-file.el now supports partial read. + +** epa-file handler functions now obey coding-system-for-{read,write}. + [cf. ] + +** Don't move point after insert-file-contents if epa-file is enabled. + +* Major changes in 0.0.2 + +** Convert "seconds from epoch" to a date string. + +** Confirm passphrase when performing symmetric encryption. + +** New commands which affect on the current region are implemented. + epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region, + epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region + +** Fixed ERRSIG status handling. "no public key" error was not + reported as a verify result. + +** Fixed cleaning up pgg-*-buffer (pgg-epg.el). + +** Don't convert line endings of the gpg output. This may fix a bug + when encrypting in textmode and the output is binary. + [cf. ]