aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-03-21 13:02:34 +0000
committerKim F. Storm2002-03-21 13:02:34 +0000
commit3ae1b884632a2c54da5ef6d98df2c96edd1b393b (patch)
tree28d26c544cf1337c8e215e5c5dadca72aec2cb0a
parentc2bd2c26f3b343789ce83068f620c800b1b38ce0 (diff)
downloademacs-3ae1b884632a2c54da5ef6d98df2c96edd1b393b.tar.gz
emacs-3ae1b884632a2c54da5ef6d98df2c96edd1b393b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 23872fea6b2..7f1f755236c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-03-21 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (open-network-stream, open-network-stream-nowait)
4 (open-network-stream-server): Use featurep to test for
5 supported networking features.
6
12002-03-21 Thien-Thi Nguyen <ttn@gnu.org> 72002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2 8
3 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 9 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
diff --git a/src/ChangeLog b/src/ChangeLog
index 05a22d7e8ee..49835ba93c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,8 +14,8 @@
14 Use :type 'datagram instead of :datagram t to create a datagram 14 Use :type 'datagram instead of :datagram t to create a datagram
15 socket. This allows us to add other connection types (e.g. raw 15 socket. This allows us to add other connection types (e.g. raw
16 sockets) later in a consistent manner. 16 sockets) later in a consistent manner.
17 (init_process) [subprocess]: Provide list of supported subfeatures 17 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
18 for feature make-network-process. 18 supported subfeatures for feature make-network-process.
19 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. 19 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
20 Intern and staticpro QCtype and Qdatagram. 20 Intern and staticpro QCtype and Qdatagram.
21 (syms_of_process) [!subprocess]: Intern and staticpro QCtype. 21 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.