From f87a84c256d0062ce6bee1221bc247522b332687 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 24 Feb 2006 14:01:44 +0000 Subject: [PATCH] (nnweb-type-definition, nnweb-gmane-search): Use new nov.php. --- lisp/ChangeLog | 5 +++++ lisp/nnweb.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a02d3c07..1ee9098a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-02-24 Reiner Steib + + * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new + nov.php. + 2006-02-24 Andreas Seltenreich * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index f055c6fb9..16c6d6b3e 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -79,7 +79,7 @@ Valid types include `google', `dejanews', and `gmane'.") (reference . identity) (map . nnweb-gmane-create-mapping) (search . nnweb-gmane-search) - (address . "http://search.gmane.org/cgi-bin/omega.cgi") + (address . "http://search.gmane.org/nov.php") (identifier . nnweb-gmane-identity))) "Type-definition alist.") @@ -522,7 +522,6 @@ Valid types include `google', `dejanews', and `gmane'.") "?" (mm-url-encode-www-form-urlencoded `(("query" . ,search) - ("FMT" . "nov") ("HITSPERPAGE" . ,(number-to-string nnweb-max-hits)))))) (setq buffer-file-name nil) (set-buffer-multibyte t) -- 2.25.1