diff options
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -186,6 +186,10 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 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 | +++ |
| @@ -204,6 +208,16 @@ like this: | |||
| 204 | +++ | 208 | +++ |
| 205 | ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. | 209 | ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. |
| 206 | 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. | ||
| 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". |