comparison etc/NEWS @ 90984:a1be62cbd32a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 814-815) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232
author Miles Bader <miles@gnu.org>
date Wed, 18 Jul 2007 22:15:15 +0000
parents a66921565bcb bff8a71eeb05
children 492971a3f31f
comparison
equal deleted inserted replaced
90983:8cdd8b5fa891 90984:a1be62cbd32a
148 ** The function `dired-call-process' has been removed. 148 ** The function `dired-call-process' has been removed.
149 149
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,
157 like this: 157 like this:
158 158
178 ** The new function `start-file-process is similar to `start-process', 178 ** The new function `start-file-process is similar to `start-process',
179 but obeys file handlers. The file handler is chosen based on 179 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
189 the match data. 190 the match data.
190 191