diff options
| author | Chong Yidong | 2010-03-21 11:28:53 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-21 11:28:53 -0400 |
| commit | f7704e26690c36f46568c14ca140b0bd771fd529 (patch) | |
| tree | 8a5960a1a84e3fe40160fa7148f07269a7e3d6c0 /etc | |
| parent | 901c830b936526a4f61cecf45c460e61cc084158 (diff) | |
| download | emacs-f7704e26690c36f46568c14ca140b0bd771fd529.tar.gz emacs-f7704e26690c36f46568c14ca140b0bd771fd529.zip | |
* processes.texi (Network Processes): Document seqpacket type.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 25 |
1 files changed, 8 insertions, 17 deletions
| @@ -335,22 +335,17 @@ displayed in the *vc-dir* header, shelves can be created, removed and applied. | |||
| 335 | are stripped when copying text from the ChangeLog to the *VC-Log* buffer. | 335 | are stripped when copying text from the ChangeLog to the *VC-Log* buffer. |
| 336 | 336 | ||
| 337 | ** Elint | 337 | ** Elint |
| 338 | |||
| 339 | --- | 338 | --- |
| 340 | *** Elint now uses compilation-mode. | 339 | *** Elint now uses compilation-mode. |
| 341 | |||
| 342 | --- | 340 | --- |
| 343 | *** Elint can now scan individual files and whole directories, | 341 | *** Elint can now scan individual files and whole directories, |
| 344 | and can be run in batch mode. | 342 | and can be run in batch mode. |
| 345 | |||
| 346 | --- | 343 | --- |
| 347 | *** Elint does a more thorough initialization, and recognizes more built-in | 344 | *** Elint does a more thorough initialization, and recognizes more built-in |
| 348 | functions and variables. Customize `elint-scan-preloaded' if you want | 345 | functions and variables. Customize `elint-scan-preloaded' if you want |
| 349 | to sacrifice some accuracy for a faster startup. | 346 | to sacrifice some accuracy for a faster startup. |
| 350 | |||
| 351 | --- | 347 | --- |
| 352 | *** Elint attempts some basic understanding of featurep and (f)boundp tests. | 348 | *** Elint attempts some basic understanding of featurep and (f)boundp tests. |
| 353 | |||
| 354 | --- | 349 | --- |
| 355 | *** Customize `elint-ignored-warnings' to suppress some warnings. | 350 | *** Customize `elint-ignored-warnings' to suppress some warnings. |
| 356 | 351 | ||
| @@ -373,19 +368,16 @@ the specified regexp. Interactively `multi-isearch-files' and | |||
| 373 | `multi-isearch-files-regexp' read file names to search, one by one, | 368 | `multi-isearch-files-regexp' read file names to search, one by one, |
| 374 | ended with RET. With a prefix argument, they ask for a wildcard, and | 369 | ended with RET. With a prefix argument, they ask for a wildcard, and |
| 375 | search in file buffers whose file names match the specified wildcard. | 370 | search in file buffers whose file names match the specified wildcard. |
| 376 | |||
| 377 | +++ | 371 | +++ |
| 378 | *** Autorevert Tail mode now works also for remote files. | 372 | *** Autorevert Tail mode now works also for remote files. |
| 379 | |||
| 380 | +++ | 373 | +++ |
| 381 | *** The new built-in commands `su' and `sudo' support Tramp. | 374 | *** The new built-in commands `su' and `sudo' support Tramp. |
| 382 | That means, they change `default-directory' to the new users value, | 375 | That means, they change `default-directory' to the new users value, |
| 383 | and let commands run under that user permissions. It works even when | 376 | and let commands run under that user permissions. It works even when |
| 384 | `default-directory' is already remote. Calling the external commands | 377 | `default-directory' is already remote. Calling the external commands |
| 385 | is possible by `*su' or `*sudo', repectively. | 378 | is possible by `*su' or `*sudo', repectively. |
| 386 | |||
| 387 | --- | 379 | --- |
| 388 | *** When running in a new enough xterm (newer than version 242), emacs | 380 | *** When running in a new enough xterm (newer than version 242), Emacs |
| 389 | asks xterm what the background color is and it sets up faces | 381 | asks xterm what the background color is and it sets up faces |
| 390 | accordingly for a dark background if needed (the current default is to | 382 | accordingly for a dark background if needed (the current default is to |
| 391 | consider the background light). | 383 | consider the background light). |
| @@ -505,7 +497,6 @@ any more. | |||
| 505 | ** Changes to file-manipulation functions | 497 | ** Changes to file-manipulation functions |
| 506 | +++ | 498 | +++ |
| 507 | *** `delete-directory' has an optional parameter RECURSIVE. | 499 | *** `delete-directory' has an optional parameter RECURSIVE. |
| 508 | |||
| 509 | +++ | 500 | +++ |
| 510 | *** New function `copy-directory', which copies a directory recursively. | 501 | *** New function `copy-directory', which copies a directory recursively. |
| 511 | 502 | ||
| @@ -521,15 +512,15 @@ command's symbol. That property can hold a single binding or a list | |||
| 521 | of bindings. | 512 | of bindings. |
| 522 | 513 | ||
| 523 | ** Network and process changes | 514 | ** Network and process changes |
| 524 | 515 | +++ | |
| 525 | *** start-process-shell-command and start-file-process-shell-command | 516 | *** start-process-shell-command and start-file-process-shell-command |
| 526 | now only take a single `command' argument. | 517 | now only take a single `command' argument. |
| 527 | 518 | +++ | |
| 528 | *** The variable `process-file-side-effects' shall be bound to nil, if | 519 | *** The new variable `process-file-side-effects' should be set to nil |
| 529 | a `process-file' call does not change a remote file. By this, file | 520 | if a `process-file' call does not change a remote file. This allows |
| 530 | name handlers like Tramp can apply optimizations. | 521 | file name handlers such as Tramp to optimizations. |
| 531 | 522 | +++ | |
| 532 | *** make-network-socket can now also create `seqpacket' Unix sockets. | 523 | *** make-network-process can now also create `seqpacket' Unix sockets. |
| 533 | 524 | ||
| 534 | ** Loading changes | 525 | ** Loading changes |
| 535 | 526 | ||