emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sun, 26 Aug 2007 03:41:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/08/26 03:41:51

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1538
retrieving revision 1.1539
diff -u -b -r1.1538 -r1.1539
--- NEWS        24 Aug 2007 02:32:10 -0000      1.1538
+++ NEWS        26 Aug 2007 03:41:50 -0000      1.1539
@@ -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 \(?<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".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]