comparison lisp/ChangeLog @ 82942:5cf3cd03cb50

* net/tramp.el (tramp-handle-set-file-times): Flush the file properties. (tramp-set-file-uid-gid, tramp-get-local-uid) (tramp-get-local-gid): New defuns. (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID. (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID. Improve fast track. (tramp-do-copy-or-rename-file-directly): Sync parameter list with the other tramp-do-copy-or-rename-file-* functions. Major rewrite. (tramp-handle-file-local-copy, tramp-handle-insert-file-contents) (tramp-handle-write-region): Improve fast track. (tramp-handle-file-remote-p): IDENTIFICATION can also be 'localname. (tramp-maybe-open-connection): Let `process-adaptive-read-buffering' be nil.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 28 Aug 2007 20:09:58 +0000
parents dccc642884f7
children 528efa6e1177
comparison
equal deleted inserted replaced
82941:68020ac5ef24 82942:5cf3cd03cb50
1 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-set-file-times): Flush the file
4 properties.
5 (tramp-set-file-uid-gid, tramp-get-local-uid)
6 (tramp-get-local-gid): New defuns.
7 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9 Improve fast track.
10 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
11 the other tramp-do-copy-or-rename-file-* functions. Major
12 rewrite.
13 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
14 (tramp-handle-write-region): Improve fast track.
15 (tramp-handle-file-remote-p): IDENTIFICATION can also be
16 'localname.
17 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18 be nil.
19
1 2007-08-28 Ivan Kanis <apple@kanis.eu> 20 2007-08-28 Ivan Kanis <apple@kanis.eu>
2 21
3 * time.el: New feature to display several time zones in a buffer. 22 * time.el: New feature to display several time zones in a buffer.
4 (display-time-world-mode, display-time-world-display) 23 (display-time-world-mode, display-time-world-display)
5 (display-time-world, display-time-world-timer): New functions. 24 (display-time-world, display-time-world-timer): New functions.