From: ueno Date: Thu, 25 May 2006 06:59:02 +0000 (+0000) Subject: Mention region based commands. X-Git-Tag: epg-0_0_2~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=47b9673ab5cc983005f8b774fde53fc462e4b34d;p=elisp%2Fepg.git Mention region based commands. --- diff --git a/NEWS b/NEWS index 646a66b..d66d6a0 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,13 @@ * Major changes in 0.0.2 +** 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. +** 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.