comparison lisp/ChangeLog @ 107076:59d8f3cc91f4

* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory also in case of (and (not full) (not wildcard)). This is needed, when dired is called with a list of files, which are not in `default-directory'. (Bug#5478)
author Michael Albinus <albinus@detlef>
date Wed, 03 Feb 2010 07:16:34 +0100
parents 389adef9b27d
children 25a0d9b486ba
comparison
equal deleted inserted replaced
107075:389adef9b27d 107076:59d8f3cc91f4
1 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4 also in case of (and (not full) (not wildcard)). This is needed,
5 when dired is called with a list of files, which are not in
6 `default-directory'. (Bug#5478)
7
1 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca> 8 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function. 10 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4 11
5 2010-02-02 Juri Linkov <juri@jurta.org> 12 2010-02-02 Juri Linkov <juri@jurta.org>