diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/gnus-group.el | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 501ff5b59d0..467de11ceee 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-12 Andrew Cohen <cohen@andy.bu.edu> | ||
| 2 | |||
| 3 | * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map) | ||
| 4 | (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked | ||
| 5 | articles. | ||
| 6 | |||
| 1 | 2011-09-11 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-09-11 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * message.el (message-pop-to-buffer): Default to switch-to-buffer. | 9 | * message.el (message-pop-to-buffer): Default to switch-to-buffer. |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index f6cf7248a27..720881acd98 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -710,7 +710,8 @@ simple manner.") | |||
| 710 | "M" gnus-group-list-limit | 710 | "M" gnus-group-list-limit |
| 711 | "l" gnus-group-list-limit | 711 | "l" gnus-group-list-limit |
| 712 | "c" gnus-group-list-limit | 712 | "c" gnus-group-list-limit |
| 713 | "?" gnus-group-list-limit) | 713 | "?" gnus-group-list-limit |
| 714 | "!" gnus-group-list-limit) | ||
| 714 | 715 | ||
| 715 | (gnus-define-keys (gnus-group-list-flush-map "f" gnus-group-list-map) | 716 | (gnus-define-keys (gnus-group-list-flush-map "f" gnus-group-list-map) |
| 716 | "k" gnus-group-list-flush | 717 | "k" gnus-group-list-flush |
| @@ -722,7 +723,8 @@ simple manner.") | |||
| 722 | "M" gnus-group-list-flush | 723 | "M" gnus-group-list-flush |
| 723 | "l" gnus-group-list-flush | 724 | "l" gnus-group-list-flush |
| 724 | "c" gnus-group-list-flush | 725 | "c" gnus-group-list-flush |
| 725 | "?" gnus-group-list-flush) | 726 | "?" gnus-group-list-flush |
| 727 | "!" gnus-group-list-flush) | ||
| 726 | 728 | ||
| 727 | (gnus-define-keys (gnus-group-list-plus-map "p" gnus-group-list-map) | 729 | (gnus-define-keys (gnus-group-list-plus-map "p" gnus-group-list-map) |
| 728 | "k" gnus-group-list-plus | 730 | "k" gnus-group-list-plus |
| @@ -734,7 +736,8 @@ simple manner.") | |||
| 734 | "M" gnus-group-list-plus | 736 | "M" gnus-group-list-plus |
| 735 | "l" gnus-group-list-plus | 737 | "l" gnus-group-list-plus |
| 736 | "c" gnus-group-list-plus | 738 | "c" gnus-group-list-plus |
| 737 | "?" gnus-group-list-plus) | 739 | "?" gnus-group-list-plus |
| 740 | "!" gnus-group-list-plus) | ||
| 738 | 741 | ||
| 739 | (gnus-define-keys (gnus-group-score-map "W" gnus-group-mode-map) | 742 | (gnus-define-keys (gnus-group-score-map "W" gnus-group-mode-map) |
| 740 | "f" gnus-score-flush-cache | 743 | "f" gnus-score-flush-cache |