Mercurial > emacs
comparison lisp/ChangeLog @ 105552:a4ce1591c1b5
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 11 Oct 2009 14:02:23 +0000 |
parents | eff4c06fb1e2 |
children | 4d6b5be8e903 |
comparison
equal
deleted
inserted
replaced
105551:2025d7d04cb9 | 105552:a4ce1591c1b5 |
---|---|
1 2009-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 | |
1 2009-10-11 Chong Yidong <cyd@stupidchicken.com> | 29 2009-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. |
4 (eieio-defclass): Apply deftype handler and setf-method properties | 32 (eieio-defclass): Apply deftype handler and setf-method properties |
5 directly. | 33 directly. |