emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sun, 11 Oct 2009 14:02:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/10/11 14:02:27

Modified files:
        lisp           : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16403&r2=1.16404

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16403
retrieving revision 1.16404
diff -u -b -r1.16403 -r1.16404
--- ChangeLog   11 Oct 2009 02:19:27 -0000      1.16403
+++ ChangeLog   11 Oct 2009 14:02:23 -0000      1.16404
@@ -1,3 +1,31 @@
+2009-10-11  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (tramp-local-host-p): Function shall return nil for
+       connection methods like smb.
+
+       * net/tramp-cache.el (tramp-flush-connection-property): The hash
+       can be empty.
+
+       * net/tramp-smb.el (tramp-smb-errors): Add error messages.
+       (tramp-smb-file-name-handler-alist): Add handlers for
+       `add-name-to-file', `make-symbolic-link'.
+       (tramp-smb-handle-add-name-to-file)
+       (tramp-do-file-attributes-with-stat)
+       (tramp-smb-handle-make-symbolic-link)
+       (tramp-smb-get-cifs-capabilities): New defuns.
+       (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
+       (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
+       (tramp-smb-handle-file-local-copy)
+       (tramp-smb-handle-make-directory-internal)
+       (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The
+       file name syntax depends on cifs capabilities.
+       (tramp-smb-handle-file-attributes); Call
+       `tramp-do-file-attributes-with-stat' if possible.
+       (tramp-smb-handle-insert-directory): Use posix attributes if
+       possible.
+       (tramp-smb-handle-set-file-modes): It is applicable for posix
+       only.
+
 2009-10-11  Chong Yidong  <address@hidden>
 
        * emacs-lisp/eieio.el: Avoid requiring cl at runtime.




reply via email to

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