aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index edf77f55331..6cd3183f191 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12012-09-23 Paul Eggert <eggert@cs.ucla.edu> 12012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Move pid_t related decls out of lisp.h.
4 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
5 (interruptible_wait_for_termination):
6 Move these decls from lisp.h to syswait.h, since they use pid_t.
7 Needed on FreeBSD; see Herbert J. Skuhra in
8 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
9 * callproc.c: Include syswait.h.
10
3 gnutls.c, gtkutil.c: Use bool for boolean. 11 gnutls.c, gtkutil.c: Use bool for boolean.
4 * gnutls.c (gnutls_global_initialized, init_gnutls_functions) 12 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
5 (emacs_gnutls_handle_error): 13 (emacs_gnutls_handle_error):