** 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)
+2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+ * gnus.el: Oort Gnus v0.20 is released.
+
+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
(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.
@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)
@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)