diff options
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. |