X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=39ac00f0392221b775a9d1bd0a22adee020b0486;hb=2e4eb00b230a11e1ff56f8d09b127186f8fcefb0;hp=0c4f7ac17c950b6bf3e5ca8e2acd5946cd77c3d6;hpb=3837c93d818c54e3ff8e6bce13b095474ed227ec;p=elisp%2Fepg.git diff --git a/NEWS b/NEWS index 0c4f7ac..39ac00f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,37 @@ -* Major changes in 0.0.5 +* 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. -** Support non-ASCII passphrases. +* 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. @@ -9,6 +40,11 @@ ** 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.