X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=f3310ee6c47fab3938118ae37c1f36a5fcc6fc42;hb=641b06f66ab2e8225cdd38c0e11ee6955b583598;hp=3ad8176d1fd6804c7e2835f0e3de22b7cbdc3503;hpb=19c703b0a2b4fa0219b165d496e8a519ef7440b5;p=elisp%2Fepg.git diff --git a/NEWS b/NEWS index 3ad8176..f3310ee 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,64 @@ +* Major changes in 0.0.9 + +** epa.el usablity improvements. + +*** M-x epa-encrypt-region specifies --armor & --textmode by default + +*** M-x epa-sign-region and M-x epa-sign-file create a cleartext signature by + default + +*** Region based commands now determine the coding-system used to + encode the plain text + +*** Fingerprints are pretty-printed + +*** New user option epa-protocol to use the S/MIME. + +** 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 function to check if there is a suitable GnuPG executable insntalled. +** 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.