Mercurial > emacs
comparison lisp/ChangeLog @ 107044:28bc861d56c5
* net/tramp.el (tramp-handle-insert-directory): Handle also
symlinks, when FILENAME is not in `default-directory'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 29 Jan 2010 17:23:25 +0100 |
parents | 5555e86608c1 |
children | d9ad62ffa43a |
comparison
equal
deleted
inserted
replaced
107043:3809515a97b5 | 107044:28bc861d56c5 |
---|---|
1 2010-01-29 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-handle-insert-directory): Handle also | |
4 symlinks, when FILENAME is not in `default-directory'. | |
5 | |
1 2010-01-28 Michael Albinus <michael.albinus@gmx.de> | 6 2010-01-28 Michael Albinus <michael.albinus@gmx.de> |
2 | 7 |
3 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case, | 8 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case, |
4 FILENAME is not in `default-directory'. (Bug#5478) | 9 FILE is not in `default-directory'. (Bug#5478) |
5 | 10 |
6 * net/tramp.el (tramp-handle-insert-directory): Simplify handling | 11 * net/tramp.el (tramp-handle-insert-directory): Simplify handling |
7 of SWITCHES. Handle the case, FILENAME is not in | 12 of SWITCHES. Handle the case, FILENAME is not in |
8 `default-directory'. (Bug#5478) | 13 `default-directory'. (Bug#5478) |
9 (tramp-register-file-name-handlers): Add safe-magic property. | 14 (tramp-register-file-name-handlers): Add safe-magic property. |