aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2007-07-17 21:34:31 +0000
committerMichael Albinus <[email protected]>2007-07-17 21:34:31 +0000
commit41bd52f71d8628aec471f2e8036bebf9730d57a0 (patch)
tree3e57c2306797ece65adc92386b5ecc41fe9b298f /etc
parenteab01edba904a8d591bc1a13a4e710492a7bf721 (diff)
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS9
2 files changed, 9 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3b459fc952..67f1961476 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-17 Michael Albinus <[email protected]>
+
+ * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
+
2007-07-15 Karl Fogel <[email protected]>
* NEWS: Revert 2007-07-13T23:20:[email protected], which
diff --git a/etc/NEWS b/etc/NEWS
index 6b21ba4eb1..84abb56e56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,7 +150,7 @@ supported on other platforms, but not on Windows due to using the winsock
* 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 @@ but obeys file handlers. The file handler is chosen based on
`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