From: yamaoka Date: Thu, 1 May 2003 08:14:25 +0000 (+0000) Subject: Synch to the Oort Gnus v0.20 release. X-Git-Tag: t-gnus-6_15_21-00-quimby~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ca1f37a394694e535004796aa36b6e6fdb014878;p=elisp%2Fgnus.git- Synch to the Oort Gnus v0.20 release. --- diff --git a/GNUS-NEWS b/GNUS-NEWS index 7ec3424..1d64626 100644 --- 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) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 879fe94..3391c1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2003-05-01 Lars Magne Ingebrigtsen + + * gnus.el: Oort Gnus v0.20 is released. + +2003-05-01 Vasily Korytov + + * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l. + 2003-04-30 Mark A. Hershberger * mm-url.el (mm-url-insert-file-contents): set url-current-object diff --git a/lisp/gnus-dired.el b/lisp/gnus-dired.el index 22104f6..a2cbb38 100644 --- a/lisp/gnus-dired.el +++ b/lisp/gnus-dired.el @@ -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. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index c5fc1d8..68b409a 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -24061,7 +24061,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) diff --git a/texi/gnus.texi b/texi/gnus.texi index 306af16..f1ffc8a 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -24717,7 +24717,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)