[gnus git] branch master updated: m0-7-163-g40d0a44 =1= * nnir.el (nnir-engines): Note that the group specs are regexps
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 40d0a4400820c581760730218c6a47ca8a4d8082 (commit)
from 369bf1704a13f7ced12ac1d2d3d5e4bbaf01d3f0 (commit)
- Log -----------------------------------------------------------------
commit 40d0a4400820c581760730218c6a47ca8a4d8082
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Jul 6 19:33:35 2013 +0200
* nnir.el (nnir-engines): Note that the group specs are regexps
(bug#13238).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecbaeb0..4bc71b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-07-06 Lars Ingebrigtsen <[email protected]>
+ * nnir.el (nnir-engines): Note that the group specs are regexps
+ (bug#13238).
+
* gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
gotten read-only text properties, ensure that those aren't heeded when
copying stuff over (bug#13434).
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 22dee30..4dd123b 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -548,15 +548,15 @@ that it is for notmuch, not Namazu."
(gmane nnir-run-gmane
((gmane-author . "Gmane Author: ")))
(swish++ nnir-run-swish++
- ((swish++-group . "Swish++ Group spec: ")))
+ ((swish++-group . "Swish++ Group spec (regexp): ")))
(swish-e nnir-run-swish-e
- ((swish-e-group . "Swish-e Group spec: ")))
+ ((swish-e-group . "Swish-e Group spec (regexp): ")))
(namazu nnir-run-namazu
())
(notmuch nnir-run-notmuch
())
(hyrex nnir-run-hyrex
- ((hyrex-group . "Hyrex Group spec: ")))
+ ((hyrex-group . "Hyrex Group spec (regexp): ")))
(find-grep nnir-run-find-grep
((grep-options . "Grep options: "))))
"Alist of supported search engines.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/nnir.el | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project