diff options
| author | Glenn Morris | 2007-11-17 03:51:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-17 03:51:20 +0000 |
| commit | 967b2682d1d7b7e15bd6bc026e290bf680fba907 (patch) | |
| tree | 3fe42a09311695ca719790f4c5bfd12a51bc91ac | |
| parent | 4f73d1e1088b5d0760ec99612057b9ceac5b0690 (diff) | |
| download | emacs-967b2682d1d7b7e15bd6bc026e290bf680fba907.tar.gz emacs-967b2682d1d7b7e15bd6bc026e290bf680fba907.zip | |
Add: declare-function, check-declare, process-lines.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -399,6 +399,11 @@ applies before function-key-map. Also it is terminal-local contrary to | |||
| 399 | key-translation-map. Terminal-specific key-sequences are generally added to | 399 | key-translation-map. Terminal-specific key-sequences are generally added to |
| 400 | this map rather than to function-key-map now. | 400 | this map rather than to function-key-map now. |
| 401 | 401 | ||
| 402 | ** The new macro `declare-function' suppresses compiler warnings about | ||
| 403 | undefined functions. The new `check-declare' package verifies that such | ||
| 404 | statements are accurate (i.e. the functions are actually defined in | ||
| 405 | the 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 | |||
| 494 | and `process-file-shell-command' are also new; they call internally | 499 | and `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 | ||
| 503 | returns 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. |
| 499 | IDENTIFICATION specifies which part of the remote identifier has to be | 507 | IDENTIFICATION specifies which part of the remote identifier has to be |