diff options
| author | Richard M. Stallman <rms@gnu.org> | 2007-08-26 03:41:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2007-08-26 03:41:50 +0000 |
| commit | 9f44d41a0a7442e896284eb8ee47e82bbca11de3 (patch) | |
| tree | 57932c08bd6294e7e8e1ac6cfe570523c9e91c12 | |
| parent | a090236093d5aa6aa633e0cdea22af2f712e38b1 (diff) | |
| download | emacs-9f44d41a0a7442e896284eb8ee47e82bbca11de3.tar.gz | |
*** empty log message ***
| -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 * Lisp Changes in Emacs 23.1 +** The function invisible-p returns non-nil if the character + after a specified position is invisible, or if its argument + as an `invisible' property would make a character invisible. + ** Non-breaking space now acts as whitespace. +++ @@ -204,6 +208,16 @@ like this: +++ ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. +** New function `window-full-width-p' returns t if a window is as wide +as its frame. + +** The new function `split-string-and-unquote' does (what?) + +** The new function `combine-and-quote-strings' does (what?) + +** The new function `image-refresh' refreshes all images associated +with a given image specification. + +++ ** New variable `user-emacs-directory'. Use this instead of "~/.emacs.d". |
