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: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Mon, 10 Sep 2007 09:56:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/09/10 09:56:00

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1556
retrieving revision 1.1557
diff -u -b -r1.1556 -r1.1557
--- NEWS        9 Sep 2007 22:31:45 -0000       1.1556
+++ NEWS        10 Sep 2007 09:55:59 -0000      1.1557
@@ -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.
 




reply via email to

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