[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Mon, 13 Jan 2003 06:59:44 -0500 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.768 emacs/etc/NEWS:1.769
*** emacs/etc/NEWS:1.768 Mon Jan 13 06:58:31 2003
--- emacs/etc/NEWS Mon Jan 13 06:59:41 2003
***************
*** 1480,1485 ****
--- 1480,1502 ----
** New functions face-attribute-relative-p and merge-face-attribute
help with handling relative face attributes.
+ ** 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.
+
** Enhanced networking support.
*** There is a new `make-network-process' function which supports
***************
*** 1541,1563 ****
`stop-process' and `continue-process'. For a server process, no
connections are accepted in the stopped state. For a client process,
no input is received in the stopped state.
-
- ** 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.
** New function copy-tree.
--- 1558,1563 ----
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/10
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/13
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/14
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/18
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kenichi Handa, 2003/01/21
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kenichi Handa, 2003/01/21
- [Emacs-diffs] Changes to emacs/etc/NEWS, Jason Rumney, 2003/01/25
- [Emacs-diffs] Changes to emacs/etc/NEWS, Jason Rumney, 2003/01/25
- [Emacs-diffs] Changes to emacs/etc/NEWS, Eli Zaretskii, 2003/01/26
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2003/01/26
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2003/01/29