diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 297d18956c9..b67c3d795fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 2 | |||
| 3 | * net/tramp.el: Bump version to 2.0.2. | ||
| 4 | (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to | ||
| 5 | longer names. Use old names "sm1", "sm2" and so on for methods | ||
| 6 | invoking "ssh -1" or "ssh -2". | ||
| 7 | (tramp-multi-file-name-structure-separate): Typo, its name was set | ||
| 8 | to "tramp-file-name-structure-separate". Trivial patch. From | ||
| 9 | Steve Youngs <youngs@xemacs.org>. | ||
| 10 | (tramp-multi-sh-program): New variable. | ||
| 11 | (tramp-open-connection-multi): Use it. Now you can use multi | ||
| 12 | methods from Windows (at least in principle). | ||
| 13 | (tramp-do-copy-or-rename-via-buffer): New function. | ||
| 14 | (tramp-do-copy-or-rename-file): Use it. Change and simplify | ||
| 15 | logic. Omit special case of invoking rcp directly to copy the | ||
| 16 | files. | ||
| 17 | (tramp-open-connection-su, tramp-multi-connect-telnet) | ||
| 18 | (tramp-multi-connect-rlogin, tramp-multi-connect-su) | ||
| 19 | (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name): | ||
| 20 | Use backticks in format-spec for brevity and to avoid | ||
| 21 | character/number confusion in XEmacs. | ||
| 22 | |||
| 1 | 2002-07-20 Richard M. Stallman <rms@gnu.org> | 23 | 2002-07-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 24 | ||
| 3 | * wid-edit.el (widget-documentation-string-value-create): | 25 | * wid-edit.el (widget-documentation-string-value-create): |