Mercurial > emacs
changeset 44074:e1637a1c9023
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 21 Mar 2002 13:02:34 +0000 |
parents | 9984126a7008 |
children | 7782e54757bb |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 21 13:01:14 2002 +0000 +++ b/lisp/ChangeLog Thu Mar 21 13:02:34 2002 +0000 @@ -1,3 +1,9 @@ +2002-03-21 Kim F. Storm <storm@cua.dk> + + * simple.el (open-network-stream, open-network-stream-nowait) + (open-network-stream-server): Use featurep to test for + supported networking features. + 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
--- a/src/ChangeLog Thu Mar 21 13:01:14 2002 +0000 +++ b/src/ChangeLog Thu Mar 21 13:02:34 2002 +0000 @@ -14,8 +14,8 @@ Use :type 'datagram instead of :datagram t to create a datagram socket. This allows us to add other connection types (e.g. raw sockets) later in a consistent manner. - (init_process) [subprocess]: Provide list of supported subfeatures - for feature make-network-process. + (init_process) [subprocess, HAVE_SOCKETS]: Provide list of + supported subfeatures for feature make-network-process. (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. Intern and staticpro QCtype and Qdatagram. (syms_of_process) [!subprocess]: Intern and staticpro QCtype.