comparison lisp/ChangeLog @ 51968:e4c4c45ea013

Tramp 2.0.36 released. * net/tramp.el (tramp-default-password-end-of-line): Renamed from tramp-password-end-of-line. (tramp-password-end-of-line): New method parameter. (tramp-get-password-end-of-line): Function to access method parameter `tramp-password-end-of-line', or variable `tramp-default-password-end-of-line' (default value). (tramp-methods): Add entries for new parameter tramp-password-end-of-line. (tramp-enter-password): Use new function `tramp-get-password-end-of-line'. (tramp-handle-insert-file-contents): Do not unconditionally inhibit the file operation file-local-copy, only do that when the inhibit-file-name-operation is currently insert-file-contents. This fixes finding remote CVS-controlled files. (It would barf on inserting the CVS/Entries file literally, because the file-local-copy handler wasn't called.) (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER. (tramp-sh-extra-args): Adapt defcustom type to XEmacs. (tramp-initial-commands): New variable. (tramp-process-initial-commands): New function, using the variable. (tramp-open-connection-setup-interactive-shell): Call the new function. (tramp-buffer-name, tramp-debug-buffer-name): Always put the method into the buffer name, never use nil. Reported by Hanak David <dhanak@inf.bme.hu>. (tramp-open-connection-setup-interactive-shell): Erase buffer before sending "stty -onlcr". * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 20 Jul 2003 19:04:48 +0000
parents f78c11f1d976
children f3e99fd01bcd
comparison
equal deleted inserted replaced
51967:2693b0669cc1 51968:e4c4c45ea013
1 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2 Version 2.0.36 of Tramp released.
3
4 * net/tramp.el (tramp-default-password-end-of-line): Renamed from
5 tramp-password-end-of-line.
6 (tramp-password-end-of-line): New method parameter.
7 (tramp-get-password-end-of-line): Function to access method
8 parameter `tramp-password-end-of-line', or variable
9 `tramp-default-password-end-of-line' (default value).
10 (tramp-methods): Add entries for new parameter
11 tramp-password-end-of-line.
12 (tramp-enter-password): Use new function
13 `tramp-get-password-end-of-line'.
14 (tramp-handle-insert-file-contents): Do not
15 unconditionally inhibit the file operation file-local-copy, only
16 do that when the inhibit-file-name-operation is currently
17 insert-file-contents. This fixes finding remote CVS-controlled
18 files. (It would barf on inserting the CVS/Entries file
19 literally, because the file-local-copy handler wasn't called.)
20 (tramp-handle-shell-command): Support optional third arg
21 ERROR-BUFFER.
22 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23 (tramp-initial-commands): New variable.
24 (tramp-process-initial-commands): New function, using the variable.
25 (tramp-open-connection-setup-interactive-shell): Call the new
26 function.
27 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
28 method into the buffer name, never use nil. Reported by Hanak
29 David <dhanak@inf.bme.hu>.
30 (tramp-open-connection-setup-interactive-shell): Erase buffer
31 before sending "stty -onlcr".
32
33 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
34
1 2003-07-19 Markus Rost <rost@math.ohio-state.edu> 35 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
2 36
3 * textmodes/artist.el (artist-erase-char): Fix default value using 37 * textmodes/artist.el (artist-erase-char): Fix default value using
4 ?\s. 38 ?\s.
5 39