summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichaël Cadilhac <michael.cadilhac@lrde.org>2007-09-10 09:55:59 +0000
committerMichaël Cadilhac <michael.cadilhac@lrde.org>2007-09-10 09:55:59 +0000
commitc544b8df35b727fe8bf44bfa2e7b31fc7533026e (patch)
tree7aab7c5ecca55aa70b97804378dcc5be78e6b518 /etc
parent13e1307363360346bbbcf78ae0b5c4bd97498b5c (diff)
downloademacs-c544b8df35b727fe8bf44bfa2e7b31fc7533026e.tar.gz
Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7ca1d167de..312a739f4b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,6 +34,13 @@ a GIF library.
* 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 @@ history element containing the search string becomes the current.
* 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 @@ session, and `make-frame-on-tty' works during a graphical session.
`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.