comparison lisp/ChangeLog @ 105768:192f524e5a85

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 26 Oct 2009 09:29:12 +0000
parents db5e4a5897ec
children 92f6698524cd
comparison
equal deleted inserted replaced
105767:986f88345cba 105768:192f524e5a85
1 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-perl-file-truename): New defconst. Perl
4 code contributed by yary <not.com@gmail.com> (tiny change).
5 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6 Check also for "perl-file-spec" and "perl-cwd-realpath"
7 properties.
8 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile
9 name.
10
11 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Ignore
12 `dired-call-process'.
13 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14
15 2009-10-26 Julian Scheid <julians37@gmail.com>
16
17 * net/tramp.el (tramp-perl-file-name-all-completions): New
18 defconst.
19 (tramp-get-remote-readlink): New defun.
20 (tramp-handle-file-truename): Use it.
21 (tramp-handle-file-exists-p): Check file-attributes cache, assume
22 file exists if cache value present.
23 (tramp-check-cached-permissions) New defun.
24 (tramp-handle-file-readable-p): Use it.
25 (tramp-handle-file-writable-p): Likewise.
26 (tramp-handle-file-executable-p): Likewise.
27 (tramp-handle-file-name-all-completions): Try using Perl to get
28 partial completions. When perl not available, combine `cd' and
29 `ls' into single remote operation and use shell expansion to get
30 partial remote directory contents. Set `file-exists-p' cache for
31 directory and any files returned by ls. Change cache handling to
32 support partial directory contents. Use error message emitted by
33 remote `cd' or Perl code for local tramp-error.
34 (tramp-do-copy-or-rename-file-directly): Avoid separate
35 tramp-send-command-and-check call.
36 (tramp-handle-process-file): Merge three remote ops into one. Do
37 not flush all caches when `process-file-side-effects' is set.
38 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
39 file-attributes shows uid/gid to be set already.
40
1 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu> 41 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2 42
3 * textmodes/tex-mode.el (tex-dvi-view-command) 43 * textmodes/tex-mode.el (tex-dvi-view-command)
4 (tex-show-queue-command, tex-open-quote): 44 (tex-show-queue-command, tex-open-quote):
5 * progmodes/ruby-mode.el (auto-mode-alist) 45 * progmodes/ruby-mode.el (auto-mode-alist)