From b6f2cf4bfa2c7d563a08091d77db287b4bec09de Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 5 Apr 2006 04:02:36 +0000 Subject: [PATCH] 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 --- lisp/gnus/ChangeLog | 6 ++++++ lisp/gnus/nnweb.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d39ab0a145..6f6e150735 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,9 @@ +2006-04-04 Andreas Seltenreich + + * 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 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 13901e22f6..134b62e97b 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward - "\"]+\\)\">\" \n\t]+\\)[^<]*]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil) -- 2.20.1