Mercurial > emacs
changeset 86187:2a95aa038f83
Add: declare-function, check-declare, process-lines.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 17 Nov 2007 03:51:20 +0000 |
parents | ac2525798700 |
children | 04415bd00a3e |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 17 03:50:53 2007 +0000 +++ b/etc/NEWS Sat Nov 17 03:51:20 2007 +0000 @@ -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