comparison etc/NEWS @ 49201:5a6e0cbe25e5

Put "process enhancements" before "network enhancements".
author Kim F. Storm <storm@cua.dk>
date Mon, 13 Jan 2003 11:59:41 +0000
parents e2eb6d1b772c
children ac42843384b3
comparison
equal deleted inserted replaced
49200:e2eb6d1b772c 49201:5a6e0cbe25e5
1478 inheritance is used when determining the value of a face attribute. 1478 inheritance is used when determining the value of a face attribute.
1479 1479
1480 ** New functions face-attribute-relative-p and merge-face-attribute 1480 ** New functions face-attribute-relative-p and merge-face-attribute
1481 help with handling relative face attributes. 1481 help 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,
1486 only 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
1489 functions. The existing process-kill-without-query function is still
1490 supported, but new code should use the new functions.
1491
1492 *** Function signal-process now accepts a process object or process
1493 name in addition to a process id to identify the signalled process.
1494
1495 *** Processes now have an associated `private variables' property list
1496 where programs can maintain process state and other per-process
1497 related information. The new functions process-variable and
1498 set-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
1486 opening of stream and datagram connections to a server, as well as 1503 opening of stream and datagram connections to a server, as well as
1487 create a stream or datagram server inside emacs. 1504 create a stream or datagram server inside emacs.
1539 1556
1540 *** Network processes can now be stopped and restarted with 1557 *** Network processes can now be stopped and restarted with
1541 `stop-process' and `continue-process'. For a server process, no 1558 `stop-process' and `continue-process'. For a server process, no
1542 connections are accepted in the stopped state. For a client process, 1559 connections are accepted in the stopped state. For a client process,
1543 no input is received in the stopped state. 1560 no input is received in the stopped state.
1544
1545 ** Enhancements to process support
1546
1547 *** Function list-processes now has an optional argument; if non-nil,
1548 only 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
1551 functions. The existing process-kill-without-query function is still
1552 supported, but new code should use the new functions.
1553
1554 *** Function signal-process now accepts a process object or process
1555 name in addition to a process id to identify the signalled process.
1556
1557 *** Processes now have an associated `private variables' property list
1558 where programs can maintain process state and other per-process
1559 related information. The new functions process-variable and
1560 set-process-variable are used to access and modify this list.
1561 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.
1565 1565