# HG changeset patch # User Michael Albinus # Date 1184708071 0 # Node ID bff8a71eeb052a32bb1ae402bc4e2f6c95547992 # Parent 9c550f0c81fa46bd2457352e84898f1c0c47e601 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. diff -r 9c550f0c81fa -r bff8a71eeb05 etc/ChangeLog --- a/etc/ChangeLog Tue Jul 17 21:29:20 2007 +0000 +++ b/etc/ChangeLog Tue Jul 17 21:34:31 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-17 Michael Albinus + + * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. + 2007-07-15 Karl Fogel * NEWS: Revert revision 1.1509 (commitid xdXJjPiU1ZfI9Fps), which diff -r 9c550f0c81fa -r bff8a71eeb05 etc/NEWS --- a/etc/NEWS Tue Jul 17 21:29:20 2007 +0000 +++ b/etc/NEWS Tue Jul 17 21:34:31 2007 +0000 @@ -150,7 +150,7 @@ * Lisp Changes in Emacs 23.1 -+++ ++++ ** In `condition-case', a handler can specify "let the debugger run first". You do this by writing `debug' in the list of conditions to be handled, @@ -180,9 +180,10 @@ `default-directory'. +++ -** `file-remote-p' has a new optional parameter CONNECTED. -With this paramter passed non-nil, it is checked whether a remote -connection has been established already. +** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. +IDENTIFICATION specifies which part of the remote identifier has to be +returned. With CONNECTED passed non-nil, it is checked whether a +remote connection has been established already. ** The two new functions `looking-at-p' and `string-match-p' can do the same matching as `looking-at' and `string-match' without changing