Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198
authorMiles Bader <miles@gnu.org>
Wed, 5 Apr 2006 04:02:36 +0000 (04:02 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 5 Apr 2006 04:02:36 +0000 (04:02 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 76-77)

   - Update from CVS: README: Addition from 5.10.6 tar ball.
   - Update from CVS

lisp/gnus/ChangeLog
lisp/gnus/nnweb.el

index d39ab0a..6f6e150 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
+       whitespace was matched into the url, which broke browsing hits
+       > 100 when mm-url-use-external was nil.
+
 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
index 13901e2..134b62e 100644 (file)
@@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.")
            (goto-char (point-min))
            (incf i 100)
            (if (or (not (re-search-forward
-                         "<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next"
+                         "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next"
                          nil t))
                    (>= i nnweb-max-hits))
                (setq more nil)