aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 523431ede66..6ee4ffccb25 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12009-10-11 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4 connection methods like smb.
5
6 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7 can be empty.
8
9 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10 (tramp-smb-file-name-handler-alist): Add handlers for
11 `add-name-to-file', `make-symbolic-link'.
12 (tramp-smb-handle-add-name-to-file)
13 (tramp-do-file-attributes-with-stat)
14 (tramp-smb-handle-make-symbolic-link)
15 (tramp-smb-get-cifs-capabilities): New defuns.
16 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18 (tramp-smb-handle-file-local-copy)
19 (tramp-smb-handle-make-directory-internal)
20 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The
21 file name syntax depends on cifs capabilities.
22 (tramp-smb-handle-file-attributes); Call
23 `tramp-do-file-attributes-with-stat' if possible.
24 (tramp-smb-handle-insert-directory): Use posix attributes if
25 possible.
26 (tramp-smb-handle-set-file-modes): It is applicable for posix
27 only.
28
12009-10-11 Chong Yidong <cyd@stupidchicken.com> 292009-10-11 Chong Yidong <cyd@stupidchicken.com>
2 30
3 * emacs-lisp/eieio.el: Avoid requiring cl at runtime. 31 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.