aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-01-13 11:59:41 +0000
committerKim F. Storm2003-01-13 11:59:41 +0000
commit15aeeda5cd25ace6ed88bab75797c0ffd5421aae (patch)
tree030c97351de0f6a59608e8afeb786c89e407e487
parentd4ee5299c900e3d1cb30271445a9b736b890cdd9 (diff)
downloademacs-15aeeda5cd25ace6ed88bab75797c0ffd5421aae.tar.gz
emacs-15aeeda5cd25ace6ed88bab75797c0ffd5421aae.zip
Put "process enhancements" before "network enhancements".
-rw-r--r--etc/NEWS34
1 files changed, 17 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5234010c328..77b3418ae5a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1480,6 +1480,23 @@ inheritance is used when determining the value of a face attribute.
1480** New functions face-attribute-relative-p and merge-face-attribute 1480** New functions face-attribute-relative-p and merge-face-attribute
1481help with handling relative face attributes. 1481help with handling relative face attributes.
1482 1482
1483** Enhancements to process support
1484
1485*** Function list-processes now has an optional argument; if non-nil,
1486only the processes whose query-on-exit flag is set are listed.
1487
1488*** New set-process-query-on-exit-flag and process-query-on-exit-flag
1489functions. The existing process-kill-without-query function is still
1490supported, but new code should use the new functions.
1491
1492*** Function signal-process now accepts a process object or process
1493name in addition to a process id to identify the signalled process.
1494
1495*** Processes now have an associated `private variables' property list
1496where programs can maintain process state and other per-process
1497related information. The new functions process-variable and
1498set-process-variable are used to access and modify this list.
1499
1483** Enhanced networking support. 1500** Enhanced networking support.
1484 1501
1485*** There is a new `make-network-process' function which supports 1502*** There is a new `make-network-process' function which supports
@@ -1542,23 +1559,6 @@ the fifth is the port number.
1542connections are accepted in the stopped state. For a client process, 1559connections are accepted in the stopped state. For a client process,
1543no input is received in the stopped state. 1560no input is received in the stopped state.
1544 1561
1545** Enhancements to process support
1546
1547*** Function list-processes now has an optional argument; if non-nil,
1548only the processes whose query-on-exit flag is set are listed.
1549
1550*** New set-process-query-on-exit-flag and process-query-on-exit-flag
1551functions. The existing process-kill-without-query function is still
1552supported, but new code should use the new functions.
1553
1554*** Function signal-process now accepts a process object or process
1555name in addition to a process id to identify the signalled process.
1556
1557*** Processes now have an associated `private variables' property list
1558where programs can maintain process state and other per-process
1559related information. The new functions process-variable and
1560set-process-variable are used to access and modify this list.
1561
1562** New function copy-tree. 1562** New function copy-tree.
1563 1563
1564** New function substring-no-properties. 1564** New function substring-no-properties.