# HG changeset patch # User Michael Albinus <michael.albinus@gmx.de> # Date 1201949510 0 # Node ID 4414161713bf4c8b9c4ceacce8de2cef241528a2 # Parent f742658c08d03e0de4ce8facf2ac6e5ef8fa0d98 *** empty log message *** diff -r f742658c08d0 -r 4414161713bf lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 02 10:51:06 2008 +0000 +++ b/lisp/ChangeLog Sat Feb 02 10:51:50 2008 +0000 @@ -1,3 +1,18 @@ +2008-02-02 Michael Albinus <michael.albinus@gmx.de> + + Sync with Tramp 2.0.57. + + * net/tramp.el (tramp-handle-make-auto-save-file-name) + (tramp-completion-dissect-file-name, tramp-find-executable): Use + `mapc' instead of `mapcar'. + (tramp-open-connection-setup-interactive-shell): Send only single + prompt setting commands, in order to avoid double-prompt. + + * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of + `mapcar'. + + * net/trampver.el: Update release number. + 2008-02-01 Chong Yidong <cyd@stupidchicken.com> * progmodes/etags.el (next-file): Improve revert message.