Mercurial > emacs
comparison lisp/ChangeLog @ 64772:060177e931f8
Sync with Tramp 2.0.50.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 07 Aug 2005 15:42:42 +0000 |
parents | 5c99fdc302d4 |
children | d54a27bfea5d |
comparison
equal
deleted
inserted
replaced
64771:ef0eb1c0d920 | 64772:060177e931f8 |
---|---|
1 2005-08-07 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Sync with Tramp 2.0.50. | |
4 | |
5 * tramp.el: Remove defvar of `last-coding-system-used' in the | |
6 XEmacs case; not necessary anymore. | |
7 (tramp-user-regexp): Allow "@" as part of user name. | |
8 (tramp-handle-set-visited-file-modtime) | |
9 (tramp-handle-insert-file-contents) | |
10 (tramp-handle-write-region): No special handling for | |
11 `last-coding-system-used, because this is done in | |
12 `tramp-accept-process-output' now. | |
13 (tramp-accept-process-output): New defun. | |
14 (tramp-process-one-action, tramp-process-one-multi-action) | |
15 (tramp-wait-for-regexp, tramp-wait-for-output) | |
16 (tramp-discard-garbage-erase-buffer): Call it. Reported by David | |
17 Howells <dhowells@redhat.com>. | |
18 (clear-visited-file-modtime): Defadvice removed. The check for | |
19 unset buffer's modtime does not need to be based on | |
20 `tramp-buffer-file-attributes'. Suggested by RMS. | |
21 (tramp-message): Insert "\n" if not being at beginning of line. | |
22 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code | |
23 sequence with same logic. | |
24 (tramp-completion-handle-expand-file-name): Discard call of | |
25 `tramp-drop-volume-letter'. It is not necessary, and there have | |
26 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp. | |
27 Reported by Richard G. Bielawski | |
28 <Richard.G.Bielawski@wellsfargo.com>. | |
29 (tramp-do-copy-or-rename-file-out-of-band): Transfer message | |
30 should always be visible. | |
31 (tramp-handle-insert-directory, tramp-setup-complete) | |
32 (tramp-set-process-query-on-exit-flag) | |
33 (tramp-append-tramp-buffers): Pacify byte-compiler. | |
34 (tramp-bug): Delete non-existing variables from list. Apply | |
35 `tramp-load-report-modules' as pre-hook. Mask | |
36 `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and | |
37 `shell-prompt-pattern' because of non-7bit characters. Reported | |
38 by Sebastian Luque <sluque@mun.ca>. | |
39 (tramp-reporter-dump-variable, tramp-load-report-modules): New | |
40 defuns. | |
41 (tramp-match-string-list): Remove function. | |
42 (tramp-wait-for-regexp): Remove call of that function. Suggested | |
43 by Kim F. Storm <storm@cua.dk>. | |
44 (tramp-set-auto-save-file-modes): Use octal integer code #o600 | |
45 instead of octal character code ?\600. The latter resulted in a | |
46 syntax error with XEmacs. | |
47 | |
48 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the | |
49 XEmacs case; not necessary anymore. | |
50 (tramp-smb-handle-write-region): No special handling for | |
51 `last-coding-system-used, because this is done in | |
52 `tramp-accept-process-output' now. | |
53 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'. | |
54 | |
1 2005-08-06 Luc Teirlinck <teirllm@auburn.edu> | 55 2005-08-06 Luc Teirlinck <teirllm@auburn.edu> |
2 | 56 |
3 * wid-edit.el (widget-choice-value-create): Unconditionally | 57 * wid-edit.el (widget-choice-value-create): Unconditionally |
4 respect user choice. Set :explicit-choice back to nil when no | 58 respect user choice. Set :explicit-choice back to nil when no |
5 longer needed. | 59 longer needed. |