From: Gerd Moellmann Date: Wed, 5 Jul 2000 20:04:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=485266d0f7dd739c2a62c2e6f498a780a1d3a649;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6528d7bcde..455b94430fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-07-05 Gerd Moellmann + * Makefile.in (DONTCOMPILE): Add comment that the name may + not be changed without changing the make-dist script. + * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. (cl-mapc): Use mapc instead of cl-old-mapc. diff --git a/src/ChangeLog b/src/ChangeLog index 5eb68cd9390..0637e08f235 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2000-07-05 Gerd Moellmann + + * xterm.c (XTread_socket): Increment handling_signal at the start, + decrement it at the end. + + * eval.c (handling_signal): New variable. + (Fsignal): Abort if handling_signal is non-zero. + + * lisp.h (handling_signal): External declaration. + + * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. + 2000-07-05 Ken Raeburn Sound support for NetBSD through "Linux emulation" support: