[gnus git] branch master updated: n0-17-293-gfe5cdc3 =1= * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map) (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked articles.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fe5cdc3b5aaeccc4dff8bcce3b9d64bf69c464da (commit)
from 7cba150483a1a56bfbf8e10a893ceff48681baca (commit)
- Log -----------------------------------------------------------------
commit fe5cdc3b5aaeccc4dff8bcce3b9d64bf69c464da
Author: Andrew Cohen <[email protected]>
Date: Sun Sep 11 20:31:43 2011 -0400
* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
(gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
articles.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 551edd6..7f92152 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-12 Andrew Cohen <[email protected]>
+
+ * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
+ (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
+ articles.
+
2011-09-11 Chong Yidong <[email protected]>
* message.el (message-pop-to-buffer): Default to switch-to-buffer.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index f6cf724..720881a 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -710,7 +710,8 @@ simple manner.")
"M" gnus-group-list-limit
"l" gnus-group-list-limit
"c" gnus-group-list-limit
- "?" gnus-group-list-limit)
+ "?" gnus-group-list-limit
+ "!" gnus-group-list-limit)
(gnus-define-keys (gnus-group-list-flush-map "f" gnus-group-list-map)
"k" gnus-group-list-flush
@@ -722,7 +723,8 @@ simple manner.")
"M" gnus-group-list-flush
"l" gnus-group-list-flush
"c" gnus-group-list-flush
- "?" gnus-group-list-flush)
+ "?" gnus-group-list-flush
+ "!" gnus-group-list-flush)
(gnus-define-keys (gnus-group-list-plus-map "p" gnus-group-list-map)
"k" gnus-group-list-plus
@@ -734,7 +736,8 @@ simple manner.")
"M" gnus-group-list-plus
"l" gnus-group-list-plus
"c" gnus-group-list-plus
- "?" gnus-group-list-plus)
+ "?" gnus-group-list-plus
+ "!" gnus-group-list-plus)
(gnus-define-keys (gnus-group-score-map "W" gnus-group-mode-map)
"f" gnus-score-flush-cache
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-group.el | 9 ++++++---
2 files changed, 12 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