changeset 69802:2c5659648b7d

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198 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
author Miles Bader <miles@gnu.org>
date Wed, 05 Apr 2006 04:02:36 +0000
parents 3f85e08d89cd
children 8e7c145f2463
files lisp/gnus/ChangeLog lisp/gnus/nnweb.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Apr 05 01:42:33 2006 +0000
+++ b/lisp/gnus/ChangeLog	Wed Apr 05 04:02:36 2006 +0000
@@ -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
--- a/lisp/gnus/nnweb.el	Wed Apr 05 01:42:33 2006 +0000
+++ b/lisp/gnus/nnweb.el	Wed Apr 05 04:02:36 2006 +0000
@@ -415,7 +415,7 @@
 	    (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)