Changes committed gnus/contrib (ChangeLog nnir.el)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local variable. (nnimap-server-buffer): Silence compiler warning. Index: ChangeLog diff -u gnus/contrib/ChangeLog:7.70 gnus/contrib/ChangeLog:7.71 --- ChangeLog:7.70 Thu Apr 24 19:56:10 2008 +++ ChangeLog Thu May 8 20:11:06 2008 @@ -1,3 +1,9 @@ +2008-05-08 Reiner Steib <[email protected]> + + * nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local + variable. + (nnimap-server-buffer): Silence compiler warning. + 2008-04-24 Christoph Conrad <[email protected]> * nnir.el: Fix byte compiler warnings. Index: nnir.el diff -u gnus/contrib/nnir.el:7.31 gnus/contrib/nnir.el:7.32 --- nnir.el:7.31 Thu Apr 24 19:43:12 2008 +++ nnir.el Thu May 8 20:11:06 2008 @@ -14,7 +14,7 @@ ;; FIXME: This file should be move to ../lisp/ after all copyright assignments ;; are on file. As of 2008-04-13, we don't have an assignment/disclaimer from -;; Torsten Hilbrich, but he's willing to sign. I've sent hmm the form. +;; Torsten Hilbrich, but he's willing to sign. I've sent him the form. ;; -- rsteib ;; TODO: Documentation in the Gnus manual @@ -895,7 +895,7 @@ (save-excursion (let ((qstring (cdr (assq 'query query))) (prefix (nnir-read-server-parm 'nnir-wais-remove-prefix server)) - artlist score artno dirnam group) + artlist score artno dirnam) (set-buffer (get-buffer-create nnir-tmp-buffer)) (erase-buffer) (message "Doing WAIS query %s..." query) @@ -939,6 +939,7 @@ ;; handle errors (autoload 'nnimap-open-server "nnimap") +(defvar nnimap-server-buffer) ;; nnimap.el (autoload 'imap-mailbox-select "imap") (autoload 'imap-search "imap") (autoload 'imap-quote-specials "imap") @@ -1176,7 +1177,7 @@ (article-pattern (if (string= server "nnmaildir:") ":[0-9]+" "^[0-9]+\\(\\.[a-z0-9]+\\)?$")) - score artno dirnam group filenam ) + score artno dirnam filenam) (when (equal "" qstring) (error "swish++: You didn't enter anything."))