# HG changeset patch # User Richard M. Stallman # Date 1188099710 0 # Node ID 64745654ddea91e280d5d804f9d357bb2dc8b43e # Parent 26de218dc2d95b785ced8ba7be17f6af22313a54 *** empty log message *** diff -r 26de218dc2d9 -r 64745654ddea etc/NEWS --- a/etc/NEWS Sun Aug 26 02:16:04 2007 +0000 +++ b/etc/NEWS Sun Aug 26 03:41:50 2007 +0000 @@ -186,6 +186,10 @@ * 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 @@ +++ ** The regexp form \(?:\) 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".