comparison lisp/ChangeLog @ 81938:26330ef1aa46

* net/tramp.el (tramp-handle-file-remote-p): Handle optional parameter IDENTIFICATION. (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'. (tramp-file-name-handler-alist, tramp-file-name-for-operation): Add entry for `set-file-times'. (tramp-do-copy-or-rename-file-via-buffer) (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'. (tramp-handle-unhandled-file-name-directory): Rewrite. (tramp-convert-file-attributes): Add error handling when inode is extraordinary big. (tramp-get-inode): Change parameter from FILE to VEC. (tramp-handle-start-file-process ): Use (current-buffer) if BUFFER is NIL. This is according to the specification. Goto (point-max) when ready. (tramp-handle-shell-command): Rewrite completely, using `process-file' and `start-file-process'. (tramp-methods, tramp-find-shell) (tramp-open-connection-setup-interactive-shell) (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell var. Reported by Steve Youngs <steve@sxemacs.org>. * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add entry for `set-file-times'. Rename `start-process' into `start-file-process'. Remove `call-process' entry. (tramp-fish-handle-set-file-times): New defun. (tramp-fish-handle-executable-find): Use `process-file'. (tramp-fish-handle-process-file): New defun. Replaces `tramp-fish-handle-call-process'. (tramp-fish-do-copy-or-rename-file-directly): Use `set-file-times'. (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter. * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change `tramp-get-inode' parameter.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 17 Jul 2007 21:10:07 +0000
parents 584ac4db2633
children 1d6b018f8909
comparison
equal deleted inserted replaced
81937:c2b7868011b1 81938:26330ef1aa46
1 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (file-remote-p): Introduce optional parameter
4 IDENTIFICATION.
5
6 * recentf.el (recentf-keep-default-predicate): Adapt call of
7 `file-remote-p'.
8
9 * progmodes/grep.el (grep-probe): Use `process-file'.
10 (grep-compute-defaults): Handle variables host specific.
11
12 * net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional
13 parameter IDENTIFICATION.
14
15 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
16 parameter IDENTIFICATION.
17 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
18 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19 Add entry for `set-file-times'.
20 (tramp-do-copy-or-rename-file-via-buffer)
21 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
22 (tramp-handle-unhandled-file-name-directory): Rewrite.
23 (tramp-convert-file-attributes): Add error handling when inode is
24 extraordinary big.
25 (tramp-get-inode): Change parameter from FILE to VEC.
26 (tramp-handle-start-file-process ): Use (current-buffer) if BUFFER
27 is NIL. This is according to the specification. Goto (point-max)
28 when ready.
29 (tramp-handle-shell-command): Rewrite completely, using
30 `process-file' and `start-file-process'.
31 (tramp-methods, tramp-find-shell)
32 (tramp-open-connection-setup-interactive-shell)
33 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
34 var. Reported by Steve Youngs <steve@sxemacs.org>.
35
36 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
37 entry for `set-file-times'. Rename `start-process' into
38 `start-file-process'. Remove `call-process' entry.
39 (tramp-fish-handle-set-file-times): New defun.
40 (tramp-fish-handle-executable-find): Use `process-file'.
41 (tramp-fish-handle-process-file): New defun. Replaces
42 `tramp-fish-handle-call-process'.
43 (tramp-fish-do-copy-or-rename-file-directly): Use
44 `set-file-times'.
45 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
46
47 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
48 `tramp-get-inode' parameter.
49
1 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 50 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 51
3 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version) 52 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
4 (vc-bzr-post-command-function): Remove. Version 0.8 is already old 53 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5 nowadays, and by the time Emacs-23 comes out, nobody will even remember 54 nowadays, and by the time Emacs-23 comes out, nobody will even remember