diff options
| author | Michael Albinus | 2010-02-03 07:16:34 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-02-03 07:16:34 +0100 |
| commit | 8214b6e4e7e65e08bb055daf7d0a681155cb37c2 (patch) | |
| tree | a246a851cee654bb9fb9a80c237fa75cd82e61ae /lisp/ChangeLog | |
| parent | 1df9718f3a7bb30ef46c4e050143da2dbbefd2d9 (diff) | |
| download | emacs-8214b6e4e7e65e08bb055daf7d0a681155cb37c2.tar.gz emacs-8214b6e4e7e65e08bb055daf7d0a681155cb37c2.zip | |
* 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)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 864a91e0e51..3e133665570 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |