aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f04069c06a..008ac64ea07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12002-03-01 Kim F. Storm <storm@cua.dk> 12002-03-01 Kim F. Storm <storm@cua.dk>
2 2
3 * lisp.h (GCPRO6): New macro.
4
5 * process.c (Fopen_network_stream): Use GCPRO6.
6
72002-03-01 Kim F. Storm <storm@cua.dk>
8
3 * process.c (Qconnect, Qfailed): New variables. 9 * process.c (Qconnect, Qfailed): New variables.
4 (syms_of_process): Intern and staticpro them. 10 (syms_of_process): Intern and staticpro them.
5 (Fprocess_status): Document connect and failed return values. 11 (Fprocess_status): Document connect and failed return values.