# HG changeset patch # User Miles Bader # Date 1144209756 0 # Node ID 2c5659648b7db91d65e0dfbaaadd38100cc1dc29 # Parent 3f85e08d89cd1f37070816e742df7e734f02daaf 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 -r 3f85e08d89cd -r 2c5659648b7d lisp/gnus/ChangeLog --- 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 + + * 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 -r 3f85e08d89cd -r 2c5659648b7d lisp/gnus/nnweb.el --- 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 - "\"]+\\)\">\" \n\t]+\\)[^<]*]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil)