From: yamaoka Date: Tue, 7 Jan 2003 04:49:49 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_12-00-quimby~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=af8260b8dba3dd8b57f1cfe7dc9b97980ec4c772;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbb2590..66c5f20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-01-07 Lars Magne Ingebrigtsen + + * gnus-score.el (gnus-score-followup): Also score immediate + followups. + +2003-01-06 Lars Magne Ingebrigtsen + + * nnweb.el (nnweb-asynchronous-p): Changed to nil. + 2003-01-07 Simon Josefsson * message.el (message-mode-menu): Fix receipt balloon help. diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el index 0002f80..f3582ac 100644 --- a/lisp/gnus-score.el +++ b/lisp/gnus-score.el @@ -1758,7 +1758,8 @@ score in `gnus-newsgroup-scored' by SCORE." (setq found t) (when trace (push - (cons (car-safe (rassq alist gnus-score-cache)) kill) + (cons (car-safe (rassq alist gnus-score-cache)) + kill) gnus-score-trace))) ;; Update expire date (unless trace @@ -1864,6 +1865,7 @@ score in `gnus-newsgroup-scored' by SCORE." (setq found (setq arts (get-text-property (point) 'articles))) ;; Found a match, update scores. (while (setq art (pop arts)) + (setcdr art (+ score (cdr art))) (when (setq new (gnus-score-add-followups (car art) score all-scores thread)) (push new news))))) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index c4bc8c5..7937da5 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -204,7 +204,7 @@ Valid types include `google', `dejanews', and `gmane'.") (nnweb-possibly-change-server group server)) (deffoo nnweb-asynchronous-p () - t) + nil) (deffoo nnweb-request-create-group (group &optional server args) (nnweb-possibly-change-server nil server)