2003-05-01 Vasily Korytov <deskpot@despammed.com>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2003 08:02:36 +0000 (08:02 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 1 May 2003 08:02:36 +0000 (08:02 +0000)
* gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.

GNUS-NEWS
lisp/ChangeLog
lisp/gnus-dired.el
texi/gnus.texi

index 7ec3424..1d64626 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -31,7 +31,7 @@ article buttons, see the info node "Article Button Levels".
 ** Dired integration
 `gnus-dired-minor-mode' installs key bindings in dired buffers to send
 a file as an attachment (`C-c C-a'), open a file using the approriate
-mailcap entry (`C-c C-f'), and print a file using the mailcap entry
+mailcap entry (`C-c C-l'), and print a file using the mailcap entry
 (`C-c P').  It is enabled with 
 
       (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
index 879fe94..7c1efd9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-01  Vasily Korytov  <deskpot@despammed.com>
+
+       * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
+
 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
 
        * mm-url.el (mm-url-insert-file-contents): set url-current-object
index 22104f6..a2cbb38 100644 (file)
@@ -59,9 +59,8 @@
 
   (gnus-define-keys gnus-dired-mode-map
     "\C-c\C-a" gnus-dired-attach
-    "\C-c\C-f" gnus-dired-find-file-mailcap
-    "\C-cP" gnus-dired-print
-    ))
+    "\C-c\C-l" gnus-dired-find-file-mailcap
+    "\C-cP" gnus-dired-print))
 
 (defun gnus-dired-mode (&optional arg)
   "Minor mode for intersections of gnus and dired.
index 02d313f..640a345 100644 (file)
@@ -24703,7 +24703,7 @@ Dired integration
 
 @code{gnus-dired-minor-mode} installs key bindings in dired buffers to send
 a file as an attachment (@kbd{C-c C-a}), open a file using the approriate
-mailcap entry (@kbd{C-c C-f}), and print a file using the mailcap entry
+mailcap entry (@kbd{C-c C-l}), and print a file using the mailcap entry
 (@kbd{C-c P}).  It is enabled with 
 @lisp
 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)