mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
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
This commit is contained in:
parent
21c8020376
commit
b6f2cf4bfa
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
|
||||
|
||||
* 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 <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.")
|
|||
(goto-char (point-min))
|
||||
(incf i 100)
|
||||
(if (or (not (re-search-forward
|
||||
"<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next"
|
||||
"<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next"
|
||||
nil t))
|
||||
(>= i nnweb-max-hits))
|
||||
(setq more nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue