aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-17 03:51:20 +0000
committerGlenn Morris2007-11-17 03:51:20 +0000
commit967b2682d1d7b7e15bd6bc026e290bf680fba907 (patch)
tree3fe42a09311695ca719790f4c5bfd12a51bc91ac
parent4f73d1e1088b5d0760ec99612057b9ceac5b0690 (diff)
downloademacs-967b2682d1d7b7e15bd6bc026e290bf680fba907.tar.gz
emacs-967b2682d1d7b7e15bd6bc026e290bf680fba907.zip
Add: declare-function, check-declare, process-lines.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4f64429f639..e9af7041151 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -399,6 +399,11 @@ applies before function-key-map. Also it is terminal-local contrary to
399key-translation-map. Terminal-specific key-sequences are generally added to 399key-translation-map. Terminal-specific key-sequences are generally added to
400this map rather than to function-key-map now. 400this map rather than to function-key-map now.
401 401
402** The new macro `declare-function' suppresses compiler warnings about
403undefined functions. The new `check-declare' package verifies that such
404statements are accurate (i.e. the functions are actually defined in
405the specified files).
406
402** The new function `read-color' reads a color name using the minibuffer. 407** The new function `read-color' reads a color name using the minibuffer.
403 408
404** Changes related to multiple tty support. 409** Changes related to multiple tty support.
@@ -494,6 +499,9 @@ but obeys file handlers. The file handler is chosen based on
494and `process-file-shell-command' are also new; they call internally 499and `process-file-shell-command' are also new; they call internally
495`start-file-process' and `process-file', respectively. 500`start-file-process' and `process-file', respectively.
496 501
502** The new function `process-lines' executes an external program and
503returns its output as a list of lines.
504
497+++ 505+++
498** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. 506** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
499IDENTIFICATION specifies which part of the remote identifier has to be 507IDENTIFICATION specifies which part of the remote identifier has to be