aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-02-02 10:51:50 +0000
committerMichael Albinus2008-02-02 10:51:50 +0000
commiteef3f0c84cec23e22ee0fcb6f0561755a2636ced (patch)
tree917116219ecf5dd77a0c9fe598060f2f0aa2e128
parentf88276af2ff49b6bbd9f03d6fe5cff018832ec27 (diff)
downloademacs-eef3f0c84cec23e22ee0fcb6f0561755a2636ced.tar.gz
emacs-eef3f0c84cec23e22ee0fcb6f0561755a2636ced.zip
* net/trampver.el: Update release number.
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/net/trampver.el5
2 files changed, 18 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 727873f9130..20554f8442d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12008-02-02 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.57.
4
5 * net/tramp.el (tramp-handle-make-auto-save-file-name)
6 (tramp-completion-dissect-file-name, tramp-find-executable): Use
7 `mapc' instead of `mapcar'.
8 (tramp-open-connection-setup-interactive-shell): Send only single
9 prompt setting commands, in order to avoid double-prompt.
10
11 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
12 `mapcar'.
13
14 * net/trampver.el: Update release number.
15
12008-02-01 Chong Yidong <cyd@stupidchicken.com> 162008-02-01 Chong Yidong <cyd@stupidchicken.com>
2 17
3 * progmodes/etags.el (next-file): Improve revert message. 18 * 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 @@
2;;; trampver.el --- Transparent Remote Access, Multiple Protocol 2;;; trampver.el --- Transparent Remote Access, Multiple Protocol
3;;; lisp/trampver.el. Generated from trampver.el.in by configure. 3;;; lisp/trampver.el. Generated from trampver.el.in by configure.
4 4
5;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
6;; 2008 Free Software Foundation, Inc.
6 7
7;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 8;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
8;; Keywords: comm, processes 9;; Keywords: comm, processes
@@ -30,7 +31,7 @@
30;; are auto-frobbed from configure.ac, so you should edit that file and run 31;; are auto-frobbed from configure.ac, so you should edit that file and run
31;; "autoconf && ./configure" to change them. 32;; "autoconf && ./configure" to change them.
32 33
33(defconst tramp-version "2.0.57-pre" 34(defconst tramp-version "2.0.57"
34 "This version of Tramp.") 35 "This version of Tramp.")
35 36
36(defconst tramp-bug-report-address "tramp-devel@gnu.org" 37(defconst tramp-bug-report-address "tramp-devel@gnu.org"