From: Miles Bader Date: Wed, 5 Apr 2006 04:02:36 +0000 (+0000) Subject: Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198 X-Git-Tag: emacs-pretest-22.0.90~3323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6f2cf4bfa2c7d563a08091d77db287b4bec09de;p=emacs.git 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 --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d39ab0a1455..6f6e1507358 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 13901e22f6d..134b62e97b9 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)