# HG changeset patch # User Michael Albinus # Date 1085870744 0 # Node ID 4ae5dfb4f629e7af7add7775611fcdb28518de10 # Parent d87f8236b6fd6313eb8efb1dc15cce97696bcb16 *** empty log message *** diff -r d87f8236b6fd -r 4ae5dfb4f629 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 29 22:44:40 2004 +0000 +++ b/lisp/ChangeLog Sat May 29 22:45:44 2004 +0000 @@ -1,3 +1,15 @@ +2004-05-30 Michael Albinus + + * files.el (file-remote-p): Apply file name handler for operation + `file-remote-p'. It isn' a property any longer. + (file-relative-name): `fh' and `fd' get the required value via + `find-file-name-handler' already. + + * ange-ftp.el (ange-ftp-file-remote-p): New defun. + (top): Remove setting of `file-remote-p' property for + `ange-ftp-hook-function'. Add `ange-ftp' property to + `file-remote-p'. + 2004-05-29 Michael Albinus Version 2.0.41 of Tramp released. diff -r d87f8236b6fd -r 4ae5dfb4f629 lispref/ChangeLog --- a/lispref/ChangeLog Sat May 29 22:44:40 2004 +0000 +++ b/lispref/ChangeLog Sat May 29 22:45:44 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-30 Michael Albinus + + * files.texi (Magic File Names): Add `file-remote-p' as operation + of file name handlers. + 2004-05-29 Richard M. Stallman * modes.texi (Minor Mode Conventions): (-) has no special meaning