/[tramp]/tramp/lisp/ChangeLog
ViewVC logotype

Diff of /tramp/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.192 by kai, Mon Sep 9 09:48:20 2002 UTC revision 2.193 by kai, Mon Sep 9 16:52:06 2002 UTC
# Line 6  Line 6 
6          their shell prompt, then the default login shell might display          their shell prompt, then the default login shell might display
7          something harmless, but the /bin/sh will display a dollar sign          something harmless, but the /bin/sh will display a dollar sign
8          which confused the subsequent prompt recognition.          which confused the subsequent prompt recognition.
9            (tramp-multi-action-password): More debugging output.
10            (tramp-encoding-shell): Renamed from tramp-sh-program.  More
11            documentation.  Default to cmd.exe on Windows NT.
12            (tramp-encoding-command-switch): New variable.  Use instead of
13            hard-wired "-c" which is only good for /bin/sh.
14            (tramp-encoding-reads-stdin): New variable.  If t, commands are
15            called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
16            like "/bin/sh -c COMMAND INPUT", ie the input file is the last
17            argument.
18            (tramp-multi-sh-program): Always default to tramp-encoding-shell.
19            (tramp-handle-file-local-copy, tramp-handle-write-region): Respect
20            tramp-encoding-shell and friends.
21            (tramp-find-inline-encoding): Use new-style calls for checking if
22            the local commands work.
23    
24  2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>  2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
25    

Legend:
Removed from v.2.192  
changed lines
  Added in v.2.193

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26