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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sat, 17 Nov 2007 03:51:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/17 03:51:21

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1614
retrieving revision 1.1615
diff -u -b -r1.1614 -r1.1615
--- NEWS        16 Nov 2007 01:21:59 -0000      1.1614
+++ NEWS        17 Nov 2007 03:51:20 -0000      1.1615
@@ -399,6 +399,11 @@
 key-translation-map.  Terminal-specific key-sequences are generally added to
 this map rather than to function-key-map now.
 
+** The new macro `declare-function' suppresses compiler warnings about
+undefined functions.  The new `check-declare' package verifies that such
+statements are accurate (i.e. the functions are actually defined in
+the specified files).
+
 ** The new function `read-color' reads a color name using the minibuffer.
 
 ** Changes related to multiple tty support.
@@ -494,6 +499,9 @@
 and `process-file-shell-command' are also new; they call internally
 `start-file-process' and `process-file', respectively.
 
+** The new function `process-lines' executes an external program and
+returns its output as a list of lines.
+
 +++
 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
 IDENTIFICATION specifies which part of the remote identifier has to be




reply via email to

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