]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/trampver.el: Update release number.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 2 Feb 2008 10:51:50 +0000 (10:51 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 2 Feb 2008 10:51:50 +0000 (10:51 +0000)
lisp/ChangeLog
lisp/net/trampver.el

index 727873f9130822c1c8e3464a6c6e35889277895e..20554f8442db2f5435c5c2d3b727d453c969aa1a 100644 (file)
@@ -1,3 +1,18 @@
+2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       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  <cyd@stupidchicken.com>
 
        * progmodes/etags.el (next-file): Improve revert message.
index be994b35102042386aeadda2c95d3058acb1909d..a6e026f2f21c8ffd2e195e54b2f6ce8abab9b8b9 100644 (file)
@@ -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\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
 ;; 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"