diff options
| author | Kai Großjohann | 2003-02-16 16:53:28 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-02-16 16:53:28 +0000 |
| commit | eeecfc4b259225e1b6b36d3a2122e96ccd5ffe07 (patch) | |
| tree | 3df7b011fe063cfb848da836c438b3a49f70cf74 | |
| parent | dd132e44371971449f99d580bc3b62a7d6fc4e96 (diff) | |
| download | emacs-eeecfc4b259225e1b6b36d3a2122e96ccd5ffe07.tar.gz emacs-eeecfc4b259225e1b6b36d3a2122e96ccd5ffe07.zip | |
Condense Tramp entries.
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56f01ba18dd..f20003d61a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -477,19 +477,11 @@ | |||
| 477 | 477 | ||
| 478 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): | 478 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): |
| 479 | Apply `tramp-handle-directory-file-name'. | 479 | Apply `tramp-handle-directory-file-name'. |
| 480 | (tramp-smb-devices, tramp-smb-get-device): Remove. | ||
| 481 | Functionality moved to tramp.el. | ||
| 482 | (tramp-smb-handle-file-attributes): Apply `tramp-get-device'. | 480 | (tramp-smb-handle-file-attributes): Apply `tramp-get-device'. |
| 483 | ATIME and CTIME are (0 0) now (= "don't know"), which is more honest. | 481 | ATIME and CTIME are (0 0) now (= "don't know"), which is more honest. |
| 484 | (tramp-smb-handle-make-directory): Use Emacs file name primitives | 482 | (tramp-smb-handle-make-directory): Use Emacs file name primitives |
| 485 | instead of calling tramp-smb-handle-* equivalents directly. | 483 | instead of calling tramp-smb-handle-* equivalents directly. |
| 486 | (tramp-smb-read-file-entry): Return size as a number but a string. | 484 | (tramp-smb-read-file-entry): Return size as a number, not a string. |
| 487 | (tramp-smb-get-device, tramp-smb-get-inode): New functions. | ||
| 488 | Device number and inode number don't exist for SMB files. | ||
| 489 | Therefore we must generate virtual ones. | ||
| 490 | (tramp-smb-devices, tramp-smb-inodes): New variables. | ||
| 491 | Keep generated virtual device numbers and inodes numbers for SMB files. | ||
| 492 | (tramp-smb-handle-file-attributes): Apply them. | ||
| 493 | (top-level): Defaults for `tramp-default-method-alist' must be a list. | 485 | (top-level): Defaults for `tramp-default-method-alist' must be a list. |
| 494 | 486 | ||
| 495 | 2003-02-05 Stefan Monnier <monnier@cs.yale.edu> | 487 | 2003-02-05 Stefan Monnier <monnier@cs.yale.edu> |