]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 20:04:27 +0000 (20:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 20:04:27 +0000 (20:04 +0000)
lisp/ChangeLog
src/ChangeLog

index c6528d7bcde920e90deefd55b18c4bdfca291572..455b94430fc8b2171fc7b72b0c2dfb57a0b466aa 100644 (file)
@@ -1,5 +1,8 @@
 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
index 5eb68cd93903657a960142a08e5660eec06b62d1..0637e08f2351ba77ea921f0c6c103e3e30a8b881 100644 (file)
@@ -1,3 +1,15 @@
+2000-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <raeburn@gnu.org>
 
        Sound support for NetBSD through "Linux emulation" support: