aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-08-31 00:42:27 +0000
committerKatsumi Yamaoka2010-08-31 00:42:27 +0000
commitc2861968e445cb584c3a52f311d513d4240fd7b0 (patch)
tree9df8c63f3386b635f90464c4908066c025f4797d
parent390dd504ebe2e9b9d7b0a5ac2076301c35acc8fe (diff)
downloademacs-c2861968e445cb584c3a52f311d513d4240fd7b0.tar.gz
emacs-c2861968e445cb584c3a52f311d513d4240fd7b0.zip
Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-sum.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 9b9230f6297..f09490d9a9a 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -6399,8 +6399,6 @@ the posting style of the current group. If given a prefix, disable that.
6399If the prefix is 1, prompt for a group name to find the posting style. 6399If the prefix is 1, prompt for a group name to find the posting style.
6400 6400
6401@item S i 6401@item S i
6402@itemx i
6403@kindex i (Summary)
6404@kindex S i (Summary) 6402@kindex S i (Summary)
6405@findex gnus-summary-news-other-window 6403@findex gnus-summary-news-other-window
6406Prepare a news (@code{gnus-summary-news-other-window}). By default, 6404Prepare a news (@code{gnus-summary-news-other-window}). By default,
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 61f6963ca9e..47a5a88b925 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,9 @@
12010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5 bindings, as they aren't useful at all. `w' is moved to `W w'.
6
3 * gnus-move.el: Removed file, since it doesn't really work. 7 * gnus-move.el: Removed file, since it doesn't really work.
4 8
5 * gnus-html.el (gnus-article-html): Tell w3m that the input is 9 * gnus-html.el (gnus-article-html): Tell w3m that the input is
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 33c09556189..3220aeb4068 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -1859,7 +1859,6 @@ increase the score of each group you read."
1859 "=" gnus-summary-expand-window 1859 "=" gnus-summary-expand-window
1860 "\C-x\C-s" gnus-summary-reselect-current-group 1860 "\C-x\C-s" gnus-summary-reselect-current-group
1861 "\M-g" gnus-summary-rescan-group 1861 "\M-g" gnus-summary-rescan-group
1862 "w" gnus-summary-stop-page-breaking
1863 "\C-c\C-r" gnus-summary-caesar-message 1862 "\C-c\C-r" gnus-summary-caesar-message
1864 "f" gnus-summary-followup 1863 "f" gnus-summary-followup
1865 "F" gnus-summary-followup-with-original 1864 "F" gnus-summary-followup-with-original
@@ -1881,7 +1880,6 @@ increase the score of each group you read."
1881 [follow-link] mouse-face 1880 [follow-link] mouse-face
1882 "m" gnus-summary-mail-other-window 1881 "m" gnus-summary-mail-other-window
1883 "a" gnus-summary-post-news 1882 "a" gnus-summary-post-news
1884 "i" gnus-summary-news-other-window
1885 "x" gnus-summary-limit-to-unread 1883 "x" gnus-summary-limit-to-unread
1886 "s" gnus-summary-isearch-article 1884 "s" gnus-summary-isearch-article
1887 "t" gnus-summary-toggle-header 1885 "t" gnus-summary-toggle-header