/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.768 by kfstorm, Mon Jan 13 11:58:31 2003 UTC revision 1.769 by kfstorm, Mon Jan 13 11:59:41 2003 UTC
# Line 1480  inheritance is used when determining the Line 1480  inheritance is used when determining the
1480  ** New functions face-attribute-relative-p and merge-face-attribute  ** New functions face-attribute-relative-p and merge-face-attribute
1481  help with handling relative face attributes.  help with handling relative face attributes.
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    
1500  ** Enhanced networking support.  ** Enhanced networking support.
1501    
1502  *** There is a new `make-network-process' function which supports  *** There is a new `make-network-process' function which supports
# Line 1542  the fifth is the port number. Line 1559  the fifth is the port number.
1559  connections are accepted in the stopped state.  For a client process,  connections are accepted in the stopped state.  For a client process,
1560  no input is received in the stopped state.  no input is received in the stopped state.
1561    
 ** Enhancements to process support  
   
 *** Function list-processes now has an optional argument; if non-nil,  
 only the processes whose query-on-exit flag is set are listed.  
   
 *** New set-process-query-on-exit-flag and process-query-on-exit-flag  
 functions.  The existing process-kill-without-query function is still  
 supported, but new code should use the new functions.  
   
 *** Function signal-process now accepts a process object or process  
 name in addition to a process id to identify the signalled process.  
   
 *** Processes now have an associated `private variables' property list  
 where programs can maintain process state and other per-process  
 related information.  The new functions process-variable and  
 set-process-variable are used to access and modify this list.  
   
1562  ** New function copy-tree.  ** New function copy-tree.
1563    
1564  ** New function substring-no-properties.  ** New function substring-no-properties.

Legend:
Removed from v.1.768  
changed lines
  Added in v.1.769

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26