X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=89176e5a0c6e69baef6deac35969952c832f21f0;hb=24c376fab8b0785deeb6e1df796624a035090b20;hp=83feda4fb15c6146c8fa08f7fd7608f156e55379;hpb=34e41f2f6fac555c3f25fa5a5cd58ea45bc673d6;p=elisp%2Fepg.git diff --git a/NEWS b/NEWS index 83feda4..89176e5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,42 @@ +* 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.