changeset 55848:4ae5dfb4f629

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 29 May 2004 22:45:44 +0000
parents d87f8236b6fd
children cca0c09bd2fb
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <michael.albinus@gmx.de>
+
+	* 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  <michael.albinus@gmx.de>
 
 	Version 2.0.41 of Tramp released.
--- 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  <michael.albinus@gmx.de>
+
+	* files.texi (Magic File Names): Add `file-remote-p' as operation
+	of file name handlers.
+
 2004-05-29  Richard M. Stallman  <rms@gnu.org>
 
 	* modes.texi (Minor Mode Conventions): (-) has no special meaning