emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 22 Jan 2006 21:59:55 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9010 emacs/lisp/ChangeLog:1.9011
--- emacs/lisp/ChangeLog:1.9010 Sun Jan 22 16:24:53 2006
+++ emacs/lisp/ChangeLog        Sun Jan 22 21:59:53 2006
@@ -1,3 +1,45 @@
+2006-01-22  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.0.52.
+
+       * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
+       net/tramp-vc.el: Add code for unloading Tramp.  See comment before
+       `tramp-unload-tramp' for checklist.
+
+       * net/tramp.el: Require `timer-funcs' instead of `timer' if in
+       XEmacs.  Contributed by Steve Youngs <address@hidden>.
+       (tramp-unload-file-name-handler-alist)
+       (tramp-unload-tramp): New defuns.
+       (tramp-advice-PC-expand-many-files): New defadvice.
+       (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
+       removed.
+       (tramp-handle-expand-file-name): Remove double slash.
+       (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
+       It doesn't matter, because it will be converted later on.
+       (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
+       implementation was just heuristic.
+       (tramp-post-connection): Set uid and gid properties.
+       (tramp-convert-file-attributes): Set file's gid change bit.
+       (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
+       (tramp-handle-expand-file-name): Use "~root" for tilde expansion
+       in case of su(do)? methods.  The home directory of the local user
+       will be taken else.
+       (tramp-open-connection-telnet)
+       (tramp-open-connection-rsh, tramp-open-connection-su)
+       (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
+       local shell prompt could hurt.  Reported by Romain Francoise
+       <address@hidden>.
+       (tramp-let-maybe): Add `edebug-form-spec' property.
+       (tramp-handle-expand-file-name): Bind `default-directory' locally
+       to "/" in order to avoid problems with UNC shares or Cygwin
+       mounts.
+       (tramp-md5-function): Fix typo in error message.
+
+       * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
+
+       * net/tramp-util.el (top): Apply `ignore' instead of `identity'
+       for byte-compiler pacification.
+
 2006-01-22  Andre Spiegel  <address@hidden>
 
        * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with




reply via email to

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