comparison lisp/ChangeLog @ 55844:4bc6cb45c326

Version 2.0.41 of Tramp released.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 29 May 2004 22:28:49 +0000
parents e2775bcb9a2e
children 4ae5dfb4f629
comparison
equal deleted inserted replaced
55843:26e0724718e2 55844:4bc6cb45c326
1 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2
3 Version 2.0.41 of Tramp released.
4
5 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output): Throw
6 away if process has died. Reported by Luc Teirlinck
7 <teirllm@dms.auburn.edu>.
8 (tramp-out-of-band-prompt-regexp): Renamed to
9 `tramp-process-alive-regexp', because its usage is widen.
10 (tramp-actions-copy-out-of-band): Apply it.
11 (tramp-actions-before-shell, tramp-multi-actions): Add
12 `tramp-action-process-alive' action.
13 (tramp-action-process-alive): New defun.
14 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15 Add entry for `file-remote-p'.
16 (tramp-handle-file-remote-p): New defun.
17 (top): Remove setting of `file-remote-p'. Don't set
18 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
19
20 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21 `file-remote-p'.
22
23 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
24 counted for (last) line. Reported by Aaron Ucko
25 <ucko@ncbi.nlm.nih.gov>.
26
27 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
28
29 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
30 not really necessary but seems to keep the shell history smaller
31 in some cases. It is no substitute for setting HISTFILE and
32 HISTSIZE from tramp-open-connection-setup-interactive-shell,
33 though. Suggested by Luc Teirlinck.
34 (tramp-open-connection-setup-interactive-shell): Export variables
35 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
36 (tramp-set-process-query-on-exit-flag): New compat function.
37 (tramp-open-connection-multi, tramp-open-connection-su)
38 (tramp-open-connection-rsh, tramp-open-connection-telnet)
39 (tramp-do-copy-or-rename-file-out-of-band): Use it.
40 (tramp-let-maybe): New macro, let-binds a variable only if it
41 isn't obsolete.
42 (tramp-check-ls-commands, tramp-handle-expand-file-name)
43 (tramp-handle-file-truename): Use it.
44 (tramp-completion-file-name-regexp-unified): Avoid matching
45 filenames starting with "/:" -- those are reserved for
46 file-name-non-special.
47
48 * tramp-smb.el (tramp-smb-open-connection): Use
49 tramp-set-process-query-on-exit-flag compat function.
50
1 2004-05-29 Richard M. Stallman <rms@gnu.org> 51 2004-05-29 Richard M. Stallman <rms@gnu.org>
2 52
3 * net/browse-url.el (browse-url-interactive-arg): Doc fix. 53 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4 54
5 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'. 55 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
148 (starttls-program, starttls-extra-args): Doc fix. 198 (starttls-program, starttls-extra-args): Doc fix.
149 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. 199 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
150 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' 200 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
151 and pass on to corresponding *-gnutls function if it is set. 201 and pass on to corresponding *-gnutls function if it is set.
152 202
153 >>>>>>> 1.6105
154 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> 203 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
155 204
156 * autorevert.el (auto-revert-handler): Disable auto-reverting of 205 * autorevert.el (auto-revert-handler): Disable auto-reverting of
157 remote files. 206 remote files.
158 207
290 2004-05-23 Jesper Harder <harder@ifa.au.dk> 339 2004-05-23 Jesper Harder <harder@ifa.au.dk>
291 340
292 * progmodes/grep.el (grep-tree): Ensure that DIR argument is 341 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
293 interpreted as a directory. 342 interpreted as a directory.
294 343
295 >>>>>>> 1.6097
296 2004-05-22 Richard M. Stallman <rms@gnu.org> 344 2004-05-22 Richard M. Stallman <rms@gnu.org>
297 345
298 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes 346 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
299 as a close quote. 347 as a close quote.
300 348