Mercurial > emacs
diff lisp/ChangeLog @ 65359:71de05246686
* woman.el (top): Remap `man' command by `woman' in
`woman-mode-map'.
(Man-getpage-in-background-advice): Remove defadvice; it isn't
necessary any longer with the remapped command.
(Man-bgproc-sentinel-advice): Remove defadvice which counts
formatting time only.
* net/tramp.el (tramp-action-password)
(tramp-multi-action-password): Compile the password prompt from
`method', `user' and `host'. Sometimes it isn't obvious which
password to enter, for example with remote files offered by
recentf.el, or with multiple steps. Suggested by Robert Marshall
<robert@chezmarshall.freeserve.co.uk>.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Wed, 07 Sep 2005 21:23:36 +0000 |
parents | c136332c98dd |
children | 0abdf80c7c20 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 07 19:54:49 2005 +0000 +++ b/lisp/ChangeLog Wed Sep 07 21:23:36 2005 +0000 @@ -1,3 +1,19 @@ +2005-09-07 Michael Albinus <michael.albinus@gmx.de> + + * woman.el (top): Remap `man' command by `woman' in + `woman-mode-map'. + (Man-getpage-in-background-advice): Remove defadvice; it isn't + necessary any longer with the remapped command. + (Man-bgproc-sentinel-advice): Remove defadvice which counts + formatting time only. + + * net/tramp.el (tramp-action-password) + (tramp-multi-action-password): Compile the password prompt from + `method', `user' and `host'. Sometimes it isn't obvious which + password to enter, for example with remote files offered by + recentf.el, or with multiple steps. Suggested by Robert Marshall + <robert@chezmarshall.freeserve.co.uk>. + 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):