Mercurial > emacs
changeset 57890:26a2c174fab4
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 02 Nov 2004 10:09:14 +0000 |
parents | d502896ff443 |
children | d6fcbf7b7da4 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 02 10:00:14 2004 +0000 +++ b/src/ChangeLog Tue Nov 02 10:09:14 2004 +0000 @@ -1,3 +1,11 @@ +2004-11-02 Kim F. Storm <storm@cua.dk> + + * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h. + +2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * callproc.c (Fcall_process): Block input around vfork. + 2004-11-02 Kim F. Storm <storm@cua.dk> * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.