diff options
| author | Michael Albinus | 2007-07-17 21:34:31 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-17 21:34:31 +0000 |
| commit | 41bd52f71d8628aec471f2e8036bebf9730d57a0 (patch) | |
| tree | 3e57c2306797ece65adc92386b5ecc41fe9b298f | |
| parent | eab01edba904a8d591bc1a13a4e710492a7bf721 (diff) | |
| download | emacs-41bd52f71d8628aec471f2e8036bebf9730d57a0.tar.gz emacs-41bd52f71d8628aec471f2e8036bebf9730d57a0.zip | |
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3b459fc952b..67f19614763 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. | ||
| 4 | |||
| 1 | 2007-07-15 Karl Fogel <kfogel@red-bean.com> | 5 | 2007-07-15 Karl Fogel <kfogel@red-bean.com> |
| 2 | 6 | ||
| 3 | * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which | 7 | * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which |
| @@ -150,7 +150,7 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 150 | 150 | ||
| 151 | * Lisp Changes in Emacs 23.1 | 151 | * Lisp Changes in Emacs 23.1 |
| 152 | 152 | ||
| 153 | +++ | 153 | +++ |
| 154 | ** In `condition-case', a handler can specify "let the debugger run first". | 154 | ** In `condition-case', a handler can specify "let the debugger run first". |
| 155 | 155 | ||
| 156 | You do this by writing `debug' in the list of conditions to be handled, | 156 | 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 | |||
| 180 | `default-directory'. | 180 | `default-directory'. |
| 181 | 181 | ||
| 182 | +++ | 182 | +++ |
| 183 | ** `file-remote-p' has a new optional parameter CONNECTED. | 183 | ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. |
| 184 | With this paramter passed non-nil, it is checked whether a remote | 184 | IDENTIFICATION specifies which part of the remote identifier has to be |
| 185 | connection has been established already. | 185 | returned. With CONNECTED passed non-nil, it is checked whether a |
| 186 | remote connection has been established already. | ||
| 186 | 187 | ||
| 187 | ** The two new functions `looking-at-p' and `string-match-p' can do | 188 | ** The two new functions `looking-at-p' and `string-match-p' can do |
| 188 | the same matching as `looking-at' and `string-match' without changing | 189 | the same matching as `looking-at' and `string-match' without changing |