comparison lisp/ChangeLog @ 85962:7f134b676a0c

* net/tramp.el (tramp-handle-substitute-in-file-name): Don't expand the remote connection identification. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing before calling stty. * net/tramp-cache.el (tramp-cache-print) (tramp-dump-connection-properties): Fix docstring. (tramp-list-connections): Renamed from `tramp-cache-list-connections'. * net/tramp-cmds.el (tramp-cleanup-connection): Apply it. * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the remote connection identification when setting connection property. * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name): "//" substitutes only in the local filename part.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 07 Nov 2007 20:41:15 +0000
parents 2fa6ffac861c
children ac6bbbd64b2f
comparison
equal deleted inserted replaced
85961:0fb6a3d219ce 85962:7f134b676a0c
1 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-substitute-in-file-name): Don't
4 expand the remote connection identification.
5 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
7 before calling stty.
8
9 * net/tramp-cache.el (tramp-cache-print)
10 (tramp-dump-connection-properties): Fix docstring.
11 (tramp-list-connections): Renamed from
12 `tramp-cache-list-connections'.
13
14 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
15
16 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
17 remote connection identification when setting connection property.
18
19 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
20 "//" substitutes only in the local filename part.
21
1 2007-11-07 David Hansen <david.hansen@gmx.net> 22 2007-11-07 David Hansen <david.hansen@gmx.net>
2 23
3 * eshell/em-glob.el (eshell-extended-glob): Sort matches. 24 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4 25
5 2007-11-07 Glenn Morris <rgm@gnu.org> 26 2007-11-07 Glenn Morris <rgm@gnu.org>