mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
* net/trampver.el: Update release number.
This commit is contained in:
parent
f88276af2f
commit
eef3f0c84c
@ -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.
|
||||
|
@ -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 <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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user