emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105739: gnus-group.el (gnus-group-li


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105739: gnus-group.el (gnus-group-list-(limit|flush|plus)-map): Allow limiting, flushing and plusing ticked articles.
Date: Mon, 12 Sep 2011 01:00:11 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105739
author: Andrew Cohen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-12 01:00:11 +0000
message:
  gnus-group.el (gnus-group-list-(limit|flush|plus)-map): Allow limiting, 
flushing and plusing ticked articles.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-group.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-09-11 22:50:22 +0000
+++ b/lisp/gnus/ChangeLog       2011-09-12 01:00:11 +0000
@@ -1,3 +1,9 @@
+2011-09-12  Andrew Cohen  <address@hidden>
+
+       * 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  <address@hidden>
 
        * message.el (message-pop-to-buffer): Default to switch-to-buffer.

=== modified file 'lisp/gnus/gnus-group.el'
--- a/lisp/gnus/gnus-group.el   2011-09-11 22:50:22 +0000
+++ b/lisp/gnus/gnus-group.el   2011-09-12 01:00:11 +0000
@@ -710,7 +710,8 @@
   "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 @@
   "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 @@
   "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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]