]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:10:59 +0000 (12:10 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:10:59 +0000 (12:10 +0000)
lisp/ChangeLog
lisp/net/tramp-uu.el

index c02f18642727d6ae78cd6d29f04144b5a181bd98..fc138506d798b5c346ef069fc1407a8180a537fe 100644 (file)
@@ -1,3 +1,26 @@
+2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
+       files.
+
+       * net/dbus.el (top): Check (featurep 'dbusbind).
+
+       * net/tramp.el (tramp-process-sentinel): New defun.
+       (tramp-do-copy-or-rename-file-out-of-band)
+       (tramp-maybe-open-connection): Use it as process sentinel.
+       (tramp-handle-delete-directory): Don't use the "-f" option; it
+       isn't portable.
+       (tramp-handle-start-file-process): Echo `tramp-end-of-output'
+       after the command.
+       (tramp-handle-shell-command): Set `mode-line-process' in the
+       asynchronous case.
+
+       * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
+
+       * net/tramp-fish.el (tramp-fish-maybe-open-connection):
+       * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
+       `tramp-process-sentinel' as process sentinel.
+
 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
 
        * whitespace.el (global-whitespace-mode): Revert last change.
index 56c91377373e71ca9c01ba8c7d0fdbf024b72561..cc414ef9e8b39fe32579af7dfa148efbaa861a57 100644 (file)
@@ -1,8 +1,8 @@
 ;;; tramp-uu.el --- uuencode in Lisp
 ;;; -*- coding: utf-8; -*-
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
 ;; Keywords: comm, terminals