emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp net/trampver.el net/tramp.el net/tra...


From: Kai Großjohann
Subject: [Emacs-commit] emacs/lisp net/trampver.el net/tramp.el net/tra...
Date: Sat, 24 May 2003 10:10:16 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kai Großjohann <address@hidden> 03/05/24 10:10:16

Modified files:
        lisp/net       : trampver.el tramp.el tramp-ftp.el 
        lisp           : ChangeLog 

Log message:
        Version 2.0.34 (of Tramp) released.
        (tramp-handle-file-symlink-p): If target of symlink is absolute,
        return a Tramp filename.  (Ie, return "/address@hidden:/target" instead
        of "/target".)
        (tramp-handle-file-truename): Deal with new return value from
        `file-symlink-p'.
        (tramp-handle-expand-file-name): Make default method explicit in
        file name.
        (tramp-unified-filenames): Move to an earlier spot in the file.
        (top-level): If tramp-unified-filenames is set and we're running
        on XEmacs, load tramp-efs.
        (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New
        functions, used by tramp-send-command-internal.
        (tramp-open-connection-setup-interactive-shell): Simplify using
        `tramp-send-command-internal'.
        (tramp-send-command-internal): New function.
        (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
        and "rcp" but invoke "remsh" instead of "rsh".  This is useful on
        Cray systems, for instance.  Unify tramp-rsh-program,
        tramp-telnet-program, tramp-su-program into tramp-login-program.
        Likewise with tramp-login-args, tramp-copy-program,
        tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
        method plink1; like plink but pass "-1" to force protocol version
        1.
        (tramp-default-method): Use plink as the default on machines where
        the plink program is present.
        (tramp-completion-file-name-handler): Add safe-magic property.
        (tramp-shell-prompt-pattern): Allow ANSI escapes at
        end of prompt.  (ANSI escapes elsewhere in the prompt are
        recognized properly already.)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/net/trampver.el.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/net/tramp.el.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/net/tramp-ftp.el.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/ChangeLog.diff?tr1=1.5151&tr2=1.5152&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]