aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-24 13:08:54 +0000
committerGerd Moellmann2001-09-24 13:08:54 +0000
commitd1182bc455752fc066274906a69bcc588cef3666 (patch)
treebca337fe672d875d02eacfca72f37c2ad97dd067 /src/ChangeLog
parenteeba008f47ef4038a9f48aa0d0ff7f2e48fe0a36 (diff)
downloademacs-d1182bc455752fc066274906a69bcc588cef3666.tar.gz
emacs-d1182bc455752fc066274906a69bcc588cef3666.zip
(xterm.o): Remove references to sink.h and sinkmask.h.
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 62bbfe24f2f..6eb7946468a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-09-24 Gerd Moellmann <gerd@gnu.org> 12001-09-24 Gerd Moellmann <gerd@gnu.org>
2 2
3 * Makefile.in (xterm.o): Remove references to sink.h and sinkmask.h.
4
5 * sink11.h, sink11mask.h, sink.h, sinkmask.h: Removed.
6
7 * xterm.c (toplevel): Remove includes in #if 0.
8
3 * process.c (sigchld_handler) [LINUX]: Don't return from 9 * process.c (sigchld_handler) [LINUX]: Don't return from
4 the signal handler at the end of the loop. 10 the signal handler at the end of the loop.
5 11