changeset 84444:3c471eb2e299

Document the interactive specification for C functions. Say that `set-file-modes' is now interactive.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Mon, 10 Sep 2007 09:55:59 +0000
parents a3f695716ed6
children 4a28dfc9900f
files etc/NEWS
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Sep 10 09:53:45 2007 +0000
+++ b/etc/NEWS	Mon Sep 10 09:55:59 2007 +0000
@@ -34,6 +34,13 @@
 
 * Changes in Emacs 23.1
 
+** Built-in functions (subr) can now have an interactive specification
+that is not a prompt string.  If the `intspec' parameter of a `DEFUN'
+starts with a `(', the string is evaluated as a Lisp form.
+
+** set-file-modes is now interactive and can take the mode value in
+symbolic notation thanks to auxiliary functions.
+
 ** split-window-preferred-function specifies whether display-buffer should
 split windows vertically or horizontally.
 
@@ -119,13 +126,7 @@
 
 * New Modes and Packages in Emacs 23.1
 
-** The package doc-view.el has been added.  It supports viewing of PDF,
-PostScript and DVI documents inside an Emacs buffer by converting the
-document to a set of PNG images first.  One can also search for a
-regular expression in the document.  The commentary of the file explains
-its usage.
-
-** A new game called `bubble' has been added.
+** A new game called `bubble' has been added
 
 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
 
@@ -254,7 +255,7 @@
 `terminal-parameter', `set-terminal-parameter',
 `modify-terminal-parameters'.
 
-*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
+*** New hooks: `suspend-tty-functions' and `resume-tty-functions' 
 are called after a tty frame has been suspended or resumed,
 respectively. The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.