Mercurial > emacs
comparison etc/NEWS @ 82853:64745654ddea
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Aug 2007 03:41:50 +0000 |
parents | e203765b7fca |
children | 3bd084aa47e4 |
comparison
equal
deleted
inserted
replaced
82852:26de218dc2d9 | 82853:64745654ddea |
---|---|
184 ** The function `dired-call-process' has been removed. | 184 ** The function `dired-call-process' has been removed. |
185 | 185 |
186 | 186 |
187 * Lisp Changes in Emacs 23.1 | 187 * Lisp Changes in Emacs 23.1 |
188 | 188 |
189 ** The function invisible-p returns non-nil if the character | |
190 after a specified position is invisible, or if its argument | |
191 as an `invisible' property would make a character invisible. | |
192 | |
189 ** Non-breaking space now acts as whitespace. | 193 ** Non-breaking space now acts as whitespace. |
190 | 194 |
191 +++ | 195 +++ |
192 ** In `condition-case', a handler can specify "let the debugger run first". | 196 ** In `condition-case', a handler can specify "let the debugger run first". |
193 | 197 |
201 ** The `require-match' argument to `completing-read' accepts a new value | 205 ** The `require-match' argument to `completing-read' accepts a new value |
202 `confirm-only'. | 206 `confirm-only'. |
203 | 207 |
204 +++ | 208 +++ |
205 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. | 209 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. |
210 | |
211 ** New function `window-full-width-p' returns t if a window is as wide | |
212 as its frame. | |
213 | |
214 ** The new function `split-string-and-unquote' does (what?) | |
215 | |
216 ** The new function `combine-and-quote-strings' does (what?) | |
217 | |
218 ** The new function `image-refresh' refreshes all images associated | |
219 with a given image specification. | |
206 | 220 |
207 +++ | 221 +++ |
208 ** New variable `user-emacs-directory'. | 222 ** New variable `user-emacs-directory'. |
209 Use this instead of "~/.emacs.d". | 223 Use this instead of "~/.emacs.d". |
210 | 224 |