comparison lisp/net/trampver.el @ 78460:45e0e9795cdb

* net/tramp.el (tramp-handle-file-remote-p): Handle optional parameters IDENTIFICATION and CONNECTED. (tramp-handle-insert-file-contents): VISIT must be handled after insertion of the local copy. Reported by Peter Gordon <peter@pg-consultants.com>. (tramp-file-name-handler): No special handling for `expand-file-name'. But for `file-name-as-directory'. (tramp-find-shell, tramp-open-connection-telnet) (tramp-open-connection-rsh, tramp-open-connection-su) (tramp-open-connection-multi) (tramp-open-connection-setup-interactive-shell): Guard against $PROMPT_COMMAND shell var. Reported by Steve Youngs <steve@sxemacs.org>. (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in the hint. * net/trampver.el: Update release number.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 07 Aug 2007 20:04:27 +0000
parents 8cee7057fb41
children 6888fd3398e8 e5a68f18fcb9
comparison
equal deleted inserted replaced
78459:9da8cf066377 78460:45e0e9795cdb
28 28
29 ;; In the Tramp CVS repository, the version numer and the bug report address 29 ;; In the Tramp CVS repository, the version numer and the bug report address
30 ;; are auto-frobbed from configure.ac, so you should edit that file and run 30 ;; are auto-frobbed from configure.ac, so you should edit that file and run
31 ;; "autoconf && ./configure" to change them. 31 ;; "autoconf && ./configure" to change them.
32 32
33 (defconst tramp-version "2.0.56" 33 (defconst tramp-version "2.0.57-pre"
34 "This version of Tramp.") 34 "This version of Tramp.")
35 35
36 (defconst tramp-bug-report-address "tramp-devel@gnu.org" 36 (defconst tramp-bug-report-address "tramp-devel@gnu.org"
37 "Email address to send bug reports to.") 37 "Email address to send bug reports to.")
38 38