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,v [EMACS_22_BASE]


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Thu, 07 Jun 2007 20:14:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Michael Albinus <albinus>       07/06/07 20:14:45

Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.85
retrieving revision 1.11049.2.86
diff -u -b -r1.11049.2.85 -r1.11049.2.86
--- lisp/ChangeLog      7 Jun 2007 16:51:33 -0000       1.11049.2.85
+++ lisp/ChangeLog      7 Jun 2007 20:14:38 -0000       1.11049.2.86
@@ -1,3 +1,34 @@
+2007-06-07  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.0.56.
+
+       * net/tramp.el:
+       * net/tramp-ftp.el:
+       * net/tramp-smb.el:
+       * net/tramp-util.el:
+       * net/tramp-vc.el:
+       Don't load cl.el, because that pollutes the namespace.  Replace cl
+       macros by their implementations where necessary.  Requested by
+       Richard Stallman <address@hidden>.
+
+       * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
+       doesn't exist.
+       (with-parsed-tramp-file-name): Protect debug spec during compilation.
+       (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
+       (tramp-file-name-p, tramp-file-name-multi-method)
+       (tramp-file-name-method, tramp-file-name-user)
+       (tramp-file-name-host, tramp-file-name-localname): New defuns,
+       replacing defstruct `tramp-file-name'.
+       (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
+       (tramp-dissect-file-name, tramp-dissect-multi-file-name):
+       Apply `vector' instead of `make-tramp-file-name'.
+       (tramp-handle-make-auto-save-file-name):
+       Apply `tramp-temporary-file-directory' for compatibility reasons.
+       (tramp-completion-mode): Use `natnump' instead of `wholenump'
+       because of XEmacs.
+       (tramp-completion-mode): `last-input-event' is nil when XEmacs is
+       started.
+
 2007-06-07  David Kastrup  <address@hidden>
 
        * dired.el (dired-recursive-deletes, dired-recursive-copies):




reply via email to

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