diff options
| author | Kai Großjohann | 2003-07-20 19:04:48 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-07-20 19:04:48 +0000 |
| commit | 90f8dc03085e08b1eba333f4cb943474024c5f44 (patch) | |
| tree | 93dcc52f43daa327e473b6e407cde1339cbff6e6 /lisp/ChangeLog | |
| parent | 6013ce4724488c9ec585a4464ced7d1081c5b735 (diff) | |
| download | emacs-90f8dc03085e08b1eba333f4cb943474024c5f44.tar.gz emacs-90f8dc03085e08b1eba333f4cb943474024c5f44.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d52831ce560..4e3126a300e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 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 |