aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-04-05 04:02:36 +0000
committerMiles Bader2006-04-05 04:02:36 +0000
commitb6f2cf4bfa2c7d563a08091d77db287b4bec09de (patch)
treeb39444c04a8488e9e19339fa36a4fa9232dfd3dc
parent21c8020376d9c6bf03cc54c5d7755357769df464 (diff)
downloademacs-b6f2cf4bfa2c7d563a08091d77db287b4bec09de.tar.gz
emacs-b6f2cf4bfa2c7d563a08091d77db287b4bec09de.zip
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
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/gnus/nnweb.el2
2 files changed, 7 insertions, 1 deletions
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 @@
12006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2
3 * nnweb.el (nnweb-google-create-mapping): Update regexp. Some
4 whitespace was matched into the url, which broke browsing hits
5 > 100 when mm-url-use-external was nil.
6
12006-03-31 Reiner Steib <Reiner.Steib@gmx.de> 72006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2 8
3 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and 9 * 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'.")
415 (goto-char (point-min)) 415 (goto-char (point-min))
416 (incf i 100) 416 (incf i 100)
417 (if (or (not (re-search-forward 417 (if (or (not (re-search-forward
418 "<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next" 418 "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next"
419 nil t)) 419 nil t))
420 (>= i nnweb-max-hits)) 420 (>= i nnweb-max-hits))
421 (setq more nil) 421 (setq more nil)