emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101192: Sync with Tramp 2.1.19.


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101192: Sync with Tramp 2.1.19.
Date: Thu, 26 Aug 2010 09:33:16 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101192
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2010-08-26 09:33:16 +0200
message:
  Sync with Tramp 2.1.19.
  
  * net/trampver.el: Update release number.
modified:
  lisp/ChangeLog
  lisp/net/tramp-uu.el
  lisp/net/tramp.el
  lisp/net/trampver.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-26 03:31:34 +0000
+++ b/lisp/ChangeLog    2010-08-26 07:33:16 +0000
@@ -1,3 +1,9 @@
+2010-08-26  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.1.19.
+
+       * net/trampver.el: Update release number.
+
 2010-08-26  Chong Yidong  <address@hidden>
 
        * help.el (help-map): Bind `C-h P' to describe-package.

=== modified file 'lisp/net/tramp-uu.el'
--- a/lisp/net/tramp-uu.el      2010-01-13 08:35:10 +0000
+++ b/lisp/net/tramp-uu.el      2010-08-26 07:33:16 +0000
@@ -1,7 +1,7 @@
 ;;; tramp-uu.el --- uuencode in Lisp
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Kai Großjohann <address@hidden>
 ;; Keywords: comm, terminals

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2010-08-17 04:52:16 +0000
+++ b/lisp/net/tramp.el 2010-08-26 07:33:16 +0000
@@ -8995,6 +8995,13 @@
 ;; * Try telnet+curl as new method.  It might be useful for busybox,
 ;;   without built-in uuencode/uudecode.
 ;; * Load ~/.emacs_SHELLNAME on the remote host for `shell'.
+;; * I was wondering it it would be possible to use tramp even if I'm
+;;   actually using sshfs.  But when I launch a command I would like
+;;   to get it executed on the remote machine where the files really
+;;   are.  (Andrea Crotti)
+;; * Run emerge on two remote files.  Bug is described here:
+;;   <http://www.mail-archive.com/address@hidden/msg01041.html>.
+;;   (Bug#6850)
 
 ;; Functions for file-name-handler-alist:
 ;; diff-latest-backup-file -- in diff.el

=== modified file 'lisp/net/trampver.el'
--- a/lisp/net/trampver.el      2010-04-10 12:50:31 +0000
+++ b/lisp/net/trampver.el      2010-08-26 07:33:16 +0000
@@ -30,14 +30,14 @@
 ;; version check is defined in macro AC_EMACS_INFO of aclocal.m4;
 ;; should be changed only there.
 
-(defconst tramp-version "2.1.19-pre"
+(defconst tramp-version "2.1.19"
   "This version of Tramp.")
 
 (defconst tramp-bug-report-address "address@hidden"
   "Email address to send bug reports to.")
 
 ;; Check for (X)Emacs version.
-(let ((x (if (or (>= emacs-major-version 22)   (and (featurep 'xemacs)      (= 
emacs-major-version 21)      (>= emacs-minor-version 4)))    "ok"    (format 
"Tramp 2.1.19-pre is not fit for %s"           (when (string-match "^.*$" 
(emacs-version))       (match-string 0 (emacs-version)))))))
+(let ((x (if (or (>= emacs-major-version 22)   (and (featurep 'xemacs)      (= 
emacs-major-version 21)      (>= emacs-minor-version 4)))    "ok"    (format 
"Tramp 2.1.19 is not fit for %s"       (when (string-match "^.*$" 
(emacs-version))       (match-string 0 (emacs-version)))))))
   (unless (string-match "\\`ok\\'" x) (error "%s" x)))
 
 (provide 'trampver)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]