# HG changeset patch # User Michael Albinus # Date 1202040659 0 # Node ID b4eacd8a3b20f3a92c90dc451beb95fdfc0c2bd8 # Parent 7027f39ad5e25e29e00aff24f9206145125f279b *** empty log message *** diff -r 7027f39ad5e2 -r b4eacd8a3b20 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 03 12:09:08 2008 +0000 +++ b/lisp/ChangeLog Sun Feb 03 12:10:59 2008 +0000 @@ -1,3 +1,26 @@ +2008-02-03 Michael Albinus + + * 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 * whitespace.el (global-whitespace-mode): Revert last change.