/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

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

revision 1.2544 by rms, Thu Mar 21 09:44:43 2002 UTC revision 1.2545 by kfstorm, Thu Mar 21 12:37:23 2002 UTC
# Line 1  Line 1 
1    2002-03-21  Kim F. Storm  <storm@cua.dk>
2    
3            * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
4            removed the wrong version of the DEFUN macro; fixed it.
5    
6            * fns.c (Ffeaturep): Allow subfeature to be a list (test using
7            Fmember rather than Fmemq).
8            (Fprovide): Check that subfeatures is a list.
9    
10            * process.c (QCfeature, QCdatagram): Removed variables.
11            (QCtype, Qdatagram): New variables.
12            (network_process_featurep): Removed function.
13            (Fmake_network_process): Removed :feature check.
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
16            sockets) later in a consistent manner.
17            (init_process) [subprocess]: Provide list of supported subfeatures
18            for feature make-network-process.
19            (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
20            Intern and staticpro QCtype and Qdatagram.
21            (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22    
23            * xfns.c: (QCtype): Remove duplicate declaration and
24            initialization (is now declared in process.c).
25    
26            * w32fns.c: (QCtype): Remove duplicate declaration and
27            initialization (is now declared in process.c).
28    
29  2002-03-21  Richard M. Stallman  <rms@gnu.org>  2002-03-21  Richard M. Stallman  <rms@gnu.org>
30    
31          * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.          * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.

Legend:
Removed from v.1.2544  
changed lines
  Added in v.1.2545

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