Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Tue, 30 Jan 2007 22:19:27 +0000 (22:19 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 30 Jan 2007 22:19:27 +0000 (22:19 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 198-199)

   - Update from CVS

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * texi/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
   <tassilo@member.fsf.org>.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-285

lisp/ChangeLog
lisp/nnslashdot.el
texi/ChangeLog
texi/gnus.texi

index 777159f..1064b20 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnslashdot.el (nnslashdot-request-article): Update end-of-article
+       regexp.
+
 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * uudecode.el (uudecode-string-to-multibyte): New function emulating
index 57c11eb..4e3cfac 100644 (file)
                      (buffer-substring
                       (search-forward "<div class=\"commentBody\">")
                       (progn
-                        (search-forward "<div class=\"commentSub\">")
+                        (search-forward "<div class=\"commentSub\"")
                         (match-beginning 0))))))))
       (search-failed (nnslashdot-lose why)))
 
index 27a3a36..a14f9c2 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
+       <tassilo@member.fsf.org>.
+
 2007-01-13  Romain Francoise  <romain@orebokech.com>
 
        * gnus.texi (Mail Spool): Fix typo.
index 58c2565..d1923fa 100644 (file)
@@ -19779,7 +19779,7 @@ following incantation:
 
 @example
 #!/bin/sh
-emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
+emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1
 @end example