From: Michael Albinus Date: Sat, 2 Feb 2008 10:51:50 +0000 (+0000) Subject: * net/trampver.el: Update release number. X-Git-Tag: emacs-pretest-22.1.91~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eef3f0c84cec23e22ee0fcb6f0561755a2636ced;p=emacs.git * net/trampver.el: Update release number. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 727873f9130..20554f8442d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2008-02-02 Michael Albinus + + 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 * progmodes/etags.el (next-file): Improve revert message. diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index be994b35102..a6e026f2f21 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -2,7 +2,8 @@ ;;; trampver.el --- Transparent Remote Access, Multiple Protocol ;;; lisp/trampver.el. Generated from trampver.el.in by configure. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: Kai Gro,A_(Bjohann ;; Keywords: comm, processes @@ -30,7 +31,7 @@ ;; are auto-frobbed from configure.ac, so you should edit that file and run ;; "autoconf && ./configure" to change them. -(defconst tramp-version "2.0.57-pre" +(defconst tramp-version "2.0.57" "This version of Tramp.") (defconst tramp-bug-report-address "tramp-devel@gnu.org"