Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
65358:c136332c98dd | 65359:71de05246686 |
---|---|
1 2005-09-07 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * woman.el (top): Remap `man' command by `woman' in | |
4 `woman-mode-map'. | |
5 (Man-getpage-in-background-advice): Remove defadvice; it isn't | |
6 necessary any longer with the remapped command. | |
7 (Man-bgproc-sentinel-advice): Remove defadvice which counts | |
8 formatting time only. | |
9 | |
10 * net/tramp.el (tramp-action-password) | |
11 (tramp-multi-action-password): Compile the password prompt from | |
12 `method', `user' and `host'. Sometimes it isn't obvious which | |
13 password to enter, for example with remote files offered by | |
14 recentf.el, or with multiple steps. Suggested by Robert Marshall | |
15 <robert@chezmarshall.freeserve.co.uk>. | |
16 | |
1 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | 17 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 18 |
3 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): | 19 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): |
4 Fix regexp for when "s///" is at the beginning of line. | 20 Fix regexp for when "s///" is at the beginning of line. |
5 | 21 |