]> code.delx.au - gnu-emacs/commit
* tramp.el: Version 2.0.31 released.
authorKai Großjohann <kgrossjo@eu.uu.net>
Sat, 29 Mar 2003 15:16:57 +0000 (15:16 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sat, 29 Mar 2003 15:16:57 +0000 (15:16 +0000)
commitb1a2b924ce45cc99bd148afc65637841e88e314b
tree71a7254ba9aa43491c0e075c43524bd2603df99c
parentef6e365d099f5f2cd75d8ca783436e503fa5dabe
* tramp.el: Version 2.0.31 released.
(tramp-handle-expand-file-name): Do not allow ".." to
cross file handler boundaries, so that "/user@host:/../foo"
expands to itself, rather than "/foo".  This is intended to work
in conjunction with a change in `file-relative-name' which makes
sure to use absolute file names if FILE and DIRECTORY have
different handlers.
(tramp-handle-insert-directory): Comment out XEmacs
kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.

* Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
version of manual.

* tramp.texi (Auto-save and Backup): New node.
lisp/ChangeLog
lisp/net/tramp-smb.el
lisp/net/tramp.el
lisp/net/trampver.el [new file with mode: 0644]
man/ChangeLog
man/Makefile.in
man/tramp.texi
man/trampver.texi [new file with mode: 0644]