X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=07bfa89dcf58d474dbabad7a808a9e0328943dc9;hb=8335b14c224a471662db08aea206666c26147bf8;hp=7717bbab41d836ca34507002860caadcb8ba1701;hpb=08270c1d4649fff2e60cd657ef457eb89474a94c;p=elisp%2Fepg.git diff --git a/NEWS b/NEWS index 7717bba..07bfa89 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,60 @@ +* 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.