Mercurial > emacs
changeset 91491:b4eacd8a3b20
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 03 Feb 2008 12:10:59 +0000 |
parents | 7027f39ad5e2 |
children | c0d7ff5a2da8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.