aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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)