Revision: emacs@sv.gnu.org/gnus--devo--0--patch-135
authorMiles Bader <miles@gnu.org>
Wed, 26 Apr 2006 22:27:14 +0000 (22:27 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 26 Apr 2006 22:27:14 +0000 (22:27 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 229, 232, 235, 238)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 91-95)

   - Merge from emacs--devo--0
   - Update from CVS

2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/pgg.texi (Caching passphrase): Fix markup and typos. Simplify.

2006-04-26  Sascha Wilde  <wilde@sha-bang.de>

   * texi/pgg.texi (Caching passphrase): Added documentation for
   pgg-gpg-use-agent.

lisp/message.el
texi/ChangeLog
texi/pgg.texi

index 5ad7fcc..4cd1252 100644 (file)
@@ -2816,17 +2816,17 @@ M-RET    `message-newline-and-reformat' (break the line and reformat)."
   (or (search-forward (concat "\n" mail-header-separator "\n") nil t)
       (search-forward-regexp "[^:]+:\\([^\n]\\|\n[ \t]\\)+\n\n" nil t)))
 
+(defun message-in-body-p ()
+  "Return t if point is in the message body."
+  (let ((body (save-excursion (message-goto-body) (point))))
+    (>= (point) body)))
+
 (defun message-goto-eoh ()
   "Move point to the end of the headers."
   (interactive)
   (message-goto-body)
   (forward-line -1))
 
-(defun message-in-body-p ()
-  "Return t if point is in the message body."
-  (let ((body (save-excursion (message-goto-body) (point))))
-    (>= (point) body)))
-
 (defun message-goto-signature ()
   "Move point to the beginning of the message signature.
 If there is no signature in the article, go to the end and
index 1e0007f..35f0769 100644 (file)
@@ -2,6 +2,15 @@
 
        * gnus.texi (Spam Package Introduction): Fix spam menu and links. 
 
+2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
+
+2006-04-26  Sascha Wilde  <wilde@sha-bang.de>
+
+       * pgg.texi (Caching passphrase): Added documentation for
+       pgg-gpg-use-agent.
+
 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
index f4fe0a0..026d225 100644 (file)
@@ -234,6 +234,14 @@ variable to @code{nil}.
 Elapsed time for expiration in seconds.
 @end defvar
 
+@defvar pgg-gpg-use-agent
+When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
+caching@footnote{Actually @code{gpg-agent} does not cache passphrases
+but private keys.  On the other hand, from a users point of view this
+technical difference isn't visible.}.  If non-@code{nil} try to use a
+running @code{gpg-agent}.  It defaults to @code{nil}.
+@end defvar
+
 @node Default user identity
 @section Default user identity