diff options
| author | Kai Großjohann | 2003-03-29 15:16:57 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-03-29 15:16:57 +0000 |
| commit | b1a2b924ce45cc99bd148afc65637841e88e314b (patch) | |
| tree | 71a7254ba9aa43491c0e075c43524bd2603df99c /man/ChangeLog | |
| parent | ef6e365d099f5f2cd75d8ca783436e503fa5dabe (diff) | |
| download | emacs-b1a2b924ce45cc99bd148afc65637841e88e314b.tar.gz emacs-b1a2b924ce45cc99bd148afc65637841e88e314b.zip | |
* 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.
Diffstat (limited to 'man/ChangeLog')
| -rw-r--r-- | man/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 0757be1618d..9ffd9145fd7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | ||
| 2 | |||
| 3 | * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, | ||
| 4 | version of manual. | ||
| 5 | |||
| 6 | * tramp.texi (Auto-save and Backup): New node. | ||
| 7 | |||
| 8 | 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de> | ||
| 9 | |||
| 10 | * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU | ||
| 11 | Emacs" in order to have better differentiation to "XEmacs". | ||
| 12 | `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name' | ||
| 13 | are new macros in order to point to the other Emacs flavor where | ||
| 14 | appropriate. In info case, point to node `Installation' in order | ||
| 15 | to explain how to generate the other way. In html case, make a | ||
| 16 | link to the other html file. | ||
| 17 | (Obtaining TRAMP): Added a paragraph saying to perform `autoconf' | ||
| 18 | after CVS checkout/update. | ||
| 19 | (Installation): Completely rewritten. | ||
| 20 | (Installation parameters, Load paths): New sections under | ||
| 21 | `Installation'. | ||
| 22 | |||
| 1 | 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 23 | 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 2 | 24 | ||
| 3 | * tramp.texi: Version 2.0.30 released. | 25 | * tramp.texi: Version 2.0.30 released. |