aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-04-26 21:58:05 +0000
committerMiles Bader2006-04-26 21:58:05 +0000
commit0565caebd9a781b845722fe8ea191eea90b45bb8 (patch)
treedcfd1d6be2e726bd6ea29bdb2a119f398156c296 /man
parent8570ce80826e511612edc65b659466503c176b58 (diff)
downloademacs-0565caebd9a781b845722fe8ea191eea90b45bb8.tar.gz
emacs-0565caebd9a781b845722fe8ea191eea90b45bb8.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 91-95) - Merge from emacs--devo--0 - Update from CVS
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog9
-rw-r--r--man/pgg.texi8
2 files changed, 17 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 020da464a18..1f417968fa9 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
4
52006-04-26 Sascha Wilde <wilde@sha-bang.de>
6
7 * pgg.texi (Caching passphrase): Added documentation for
8 pgg-gpg-use-agent.
9
12006-04-24 Bill Wohler <wohler@newt.com> 102006-04-24 Bill Wohler <wohler@newt.com>
2 11
3 * mh-e.texi (Getting Started): Made it more explicit that you need 12 * mh-e.texi (Getting Started): Made it more explicit that you need
diff --git a/man/pgg.texi b/man/pgg.texi
index 80dce7a9639..b8934b526e3 100644
--- a/man/pgg.texi
+++ b/man/pgg.texi
@@ -234,6 +234,14 @@ variable to @code{nil}.
234Elapsed time for expiration in seconds. 234Elapsed time for expiration in seconds.
235@end defvar 235@end defvar
236 236
237@defvar pgg-gpg-use-agent
238When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
239caching@footnote{Actually @code{gpg-agent} does not cache passphrases
240but private keys. On the other hand, from a users point of view this
241technical difference isn't visible.}. If non-@code{nil} try to use a
242running @code{gpg-agent}. It defaults to @code{nil}.
243@end defvar
244
237@node Default user identity 245@node Default user identity
238@section Default user identity 246@section Default user identity
239 247