diff options
| author | Kai Großjohann | 2002-09-02 12:53:12 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-09-02 12:53:12 +0000 |
| commit | dba28077d303d2afb44f2b8ea05e99c935d1636f (patch) | |
| tree | 6eadee9774fcdbbf21ec368ab6da9e07439bcb1d /lisp/ChangeLog | |
| parent | 52698d459a57d9e17b4b55b1f0a6740317d7e5c7 (diff) | |
| download | emacs-dba28077d303d2afb44f2b8ea05e99c935d1636f.tar.gz emacs-dba28077d303d2afb44f2b8ea05e99c935d1636f.zip | |
* net/tramp.el: Version 2.0.15 released.
(require 'base64): Most modern Emacsen have the base64
encode/decode functions built in, so test to see if they are bound
before we go blindly requiring base64.el. From Steve Youngs
<youngs@xemacs.org>.
(tramp-feature-write-region-fix): XEmacs doesn't have a
'find-operation-coding-system' and this variable doesn't seem to
be used anywhere so wrap it in (unless (featurep 'xemacs)). From
Steve Youngs <youngs@xemacs.org>.
(tramp-methods): Remove duplicate definition of ssh1-old and
ssh2-old.
(tramp-open-connection-su): Use user name "root" if no user name
is given.
From Michael Albinus <Michael.Albinus@alcatel.de>:
* net/tramp.el (tramp-invoke-ange-ftp):
(tramp-ange-ftp-file-name-p): Check for Xemacs.
(tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
again after activating `ange-ftp'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ae2be957ac..7f7e86f114f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2002-09-02 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 2 | |||
| 3 | * net/tramp.el: Version 2.0.15 released. | ||
| 4 | (require 'base64): Most modern Emacsen have the base64 | ||
| 5 | encode/decode functions built in, so test to see if they are bound | ||
| 6 | before we go blindly requiring base64.el. From Steve Youngs | ||
| 7 | <youngs@xemacs.org>. | ||
| 8 | (tramp-feature-write-region-fix): XEmacs doesn't have a | ||
| 9 | 'find-operation-coding-system' and this variable doesn't seem to | ||
| 10 | be used anywhere so wrap it in (unless (featurep 'xemacs)). From | ||
| 11 | Steve Youngs <youngs@xemacs.org>. | ||
| 12 | (tramp-methods): Remove duplicate definition of ssh1-old and | ||
| 13 | ssh2-old. | ||
| 14 | (tramp-open-connection-su): Use user name "root" if no user name | ||
| 15 | is given. | ||
| 16 | |||
| 17 | From Michael Albinus <Michael.Albinus@alcatel.de>: | ||
| 18 | * net/tramp.el (tramp-invoke-ange-ftp): | ||
| 19 | (tramp-ange-ftp-file-name-p): Check for Xemacs. | ||
| 20 | (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to | ||
| 21 | tramp-invoke-ange-ftp 'rename. | ||
| 22 | (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to | ||
| 23 | tramp-invoke-ange-ftp 'write-region. | ||
| 24 | (tramp-handle-set-file-modes): Change order of FILENAME and MODE | ||
| 25 | passing to tramp-invoke-ange-ftp 'set-file-modes. | ||
| 26 | (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called | ||
| 27 | again after activating `ange-ftp'. | ||
| 28 | |||
| 1 | 2002-09-02 Kim F. Storm <storm@cua.dk> | 29 | 2002-09-02 Kim F. Storm <storm@cua.dk> |
| 2 | 30 | ||
| 3 | * ido.el (ido-ignore-item-temp-list): New variable. | 31 | * ido.el (ido-ignore-item-temp-list): New variable. |