aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-21 11:28:53 -0400
committerChong Yidong2010-03-21 11:28:53 -0400
commitf7704e26690c36f46568c14ca140b0bd771fd529 (patch)
tree8a5960a1a84e3fe40160fa7148f07269a7e3d6c0 /etc
parent901c830b936526a4f61cecf45c460e61cc084158 (diff)
downloademacs-f7704e26690c36f46568c14ca140b0bd771fd529.tar.gz
emacs-f7704e26690c36f46568c14ca140b0bd771fd529.zip
* processes.texi (Network Processes): Document seqpacket type.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS25
1 files changed, 8 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4c780765a61..4012690c183 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -335,22 +335,17 @@ displayed in the *vc-dir* header, shelves can be created, removed and applied.
335are stripped when copying text from the ChangeLog to the *VC-Log* buffer. 335are 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,
344and can be run in batch mode. 342and 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
348functions and variables. Customize `elint-scan-preloaded' if you want 345functions and variables. Customize `elint-scan-preloaded' if you want
349to sacrifice some accuracy for a faster startup. 346to 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,
374ended with RET. With a prefix argument, they ask for a wildcard, and 369ended with RET. With a prefix argument, they ask for a wildcard, and
375search in file buffers whose file names match the specified wildcard. 370search 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.
382That means, they change `default-directory' to the new users value, 375That means, they change `default-directory' to the new users value,
383and let commands run under that user permissions. It works even when 376and 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
385is possible by `*su' or `*sudo', repectively. 378is 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
389asks xterm what the background color is and it sets up faces 381asks xterm what the background color is and it sets up faces
390accordingly for a dark background if needed (the current default is to 382accordingly for a dark background if needed (the current default is to
391consider the background light). 383consider 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
521of bindings. 512of 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
526now only take a single `command' argument. 517now 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
529a `process-file' call does not change a remote file. By this, file 520if a `process-file' call does not change a remote file. This allows
530name handlers like Tramp can apply optimizations. 521file 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