comparison lisp/ChangeLog @ 859:84762348c6f9

[xemacs-hg @ 2002-06-01 08:06:46 by ben] fix process problems etc. process.el: Insert before, not after, point. buffer.c: Fix bug noted by someone. console-tty.h, device.h, emacs.c, filelock.c, nt.c, process-nt.c, process-unix.c, process.c, redisplay-tty.c, sysdep.c, sysproc.h, win32.c: Redo problem with syssignal.h/sysproc.h dependence noted by Didier -- rather than require one included before the other (error-prone), just include syssignal.h from sysproc.h where it's needed. inline.c: Include sysfile.h due to inline funs in that header. extents.c: Fix bug noted by Andrew Cohen <cohen@andy.bu.edu>. process-unix.c: Fix other bug noted by Andrew Cohen <cohen@andy.bu.edu>. process.c: Add process-has-separate-stderr-p, used by call-process-internal.
author ben
date Sat, 01 Jun 2002 08:06:55 +0000
parents b5278486690c
children b6fa6d07e6f8
comparison
equal deleted inserted replaced
858:2c12fe2da451 859:84762348c6f9
1 2002-06-01 Ben Wing <ben@xemacs.org>
2
3 * process.el (call-process-internal):
4 Insert before, not after, point.
5
1 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> 6 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
2 7
3 * code-process.el (call-process): Ensure that the argument to 8 * code-process.el (call-process): Ensure that the argument to
4 `symbol-value-in-buffer' is a buffer even if `buffer' is a string. 9 `symbol-value-in-buffer' is a buffer even if `buffer' is a string.
5 10