comparison lisp/ChangeLog @ 87994:ebda2d2b19fb

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 26 Jan 2008 14:51:58 +0000
parents 1d7d58dea6a5
children fbe991fb6726
comparison
equal deleted inserted replaced
87993:1d7d58dea6a5 87994:ebda2d2b19fb
1 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
2
3 * vc.el (vc-directory, vc-update-change-log): Remove check for
4 Tramp. Both functions work for it, though pretty slow
5 (`vc-directory'). Maybe the implementation can be optimized.
6
7 * net/tramp.el (tramp-dissect-file-name): Raise an error when
8 Tramp 2.0 syntax is used. Suggested by Trent W. Buck
9 <trentbuck@gmail.com>.
10
1 2008-01-26 Eli Zaretskii <eliz@gnu.org> 11 2008-01-26 Eli Zaretskii <eliz@gnu.org>
2 12
3 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used, 13 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
4 invoke directory-files-and-attributes with last argument `integer' 14 invoke directory-files-and-attributes with last argument `integer'
5 instead of `string'. 15 instead of `string'.