Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8150 emacs/lisp/ChangeLog:1.8151
*** emacs/lisp/ChangeLog:1.8150 Wed Sep  7 19:54:49 2005
--- emacs/lisp/ChangeLog        Wed Sep  7 21:23:33 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-09-07  Michael Albinus  <[EMAIL PROTECTED]>
+ 
+       * 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
+       <[EMAIL PROTECTED]>.
+ 
  2005-09-07  Stefan Monnier  <[EMAIL PROTECTED]>
  
        * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to