Mercurial > emacs
comparison lisp/ChangeLog @ 104644:5890929d6c1d
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 27 Aug 2009 13:50:59 +0000 |
parents | 3401053d8020 |
children | 2ef67426b537 |
comparison
equal
deleted
inserted
replaced
104643:09a9c0ad9b90 | 104644:5890929d6c1d |
---|---|
1 2009-08-19 Julian Scheid <julians37@gmail.com> (tiny change) | |
2 | |
3 * net/tramp.el (tramp-handle-process-file): Do not flush all | |
4 caches when `process-file-side-effects' is set. | |
5 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command' | |
6 instead of `tramp-find-file-exists-command'. Unset | |
7 `process-file-side-effects'. | |
8 | |
9 2009-08-27 Michael Albinus <michael.albinus@gmx.de> | |
10 | |
11 * net/tramp.el (tramp-methods): New method "rsyncc". | |
12 (top): Add completion function for "rsyncc". | |
13 (tramp-message-show-message): New defvar. | |
14 (tramp-message, tramp-error): Use it. | |
15 (tramp-do-copy-or-rename-file-directly): Extend check for direct | |
16 remote copying. | |
17 (tramp-do-copy-or-rename-file-out-of-band): Handle new | |
18 `tramp-methods' entry `copy-env' of "rsyncc". | |
19 (tramp-vc-registered-read-file-names): New defconst. | |
20 (tramp-vc-registered-file-names): New defvar. | |
21 (tramp-handle-vc-registered): Implement optimization strategy. | |
22 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'. | |
23 (tramp-vc-file-name-handler): New defun. | |
24 (tramp-get-ls-command, tramp-get-test-command) | |
25 (tramp-get-file-exists-command, tramp-get-remote-ln) | |
26 (tramp-get-remote-perl, tramp-get-remote-stat) | |
27 (tramp-get-remote-id): Remove | |
28 superfluous `with-current-buffer'. | |
29 | |
30 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'. | |
31 (tramp-cache-inhibit-cache): Extend doc string. It allows also | |
32 timestamps. | |
33 (tramp-get-file-property): Check for timestamps in | |
34 `tramp-cache-inhibit-cache'. | |
35 (tramp-set-file-property): Write timestamp. | |
36 | |
1 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) | 37 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) |
2 | 38 |
3 * language/japan-util.el (japanese-symbol-table): Add entries for | 39 * language/japan-util.el (japanese-symbol-table): Add entries for |
4 cp932-2-byte. | 40 cp932-2-byte. |
5 | 41 |