Mercurial > hg > xemacs-beta
comparison src/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 | 2c12fe2da451 |
children | 278c743f1578 |
comparison
equal
deleted
inserted
replaced
858:2c12fe2da451 | 859:84762348c6f9 |
---|---|
1 2002-06-01 Ben Wing <ben@xemacs.org> | |
2 | |
3 * buffer.c (init_initial_directory): | |
4 Fix bug noted by someone. | |
5 | |
6 * console-tty.h: | |
7 * device.h (struct device): | |
8 * emacs.c: | |
9 * filelock.c: | |
10 * nt.c: | |
11 * process-nt.c: | |
12 * process-unix.c: | |
13 * process.c: | |
14 * redisplay-tty.c: | |
15 * sysdep.c: | |
16 * sysproc.h: | |
17 * win32.c: | |
18 Redo problem with syssignal.h/sysproc.h dependence noted by Didier | |
19 -- rather than require one included before the other | |
20 (error-prone), just include syssignal.h from sysproc.h | |
21 where it's needed. | |
22 | |
23 * inline.c: | |
24 Include sysfile.h due to inline funs in that header. | |
25 | |
26 * extents.c (Fset_extent_parent): | |
27 Fix bug noted by Andrew Cohen <cohen@andy.bu.edu>. | |
28 | |
29 * process-unix.c (unix_open_network_stream): | |
30 * process-unix.c (unix_open_multicast_group): | |
31 Fix other bug noted by Andrew Cohen <cohen@andy.bu.edu>. | |
32 | |
33 * process.c (syms_of_process): | |
34 Add process-has-separate-stderr-p, used by call-process-internal. | |
35 | |
1 2002-05-28 Martin Köbele <mkoebele@mkoebele.de>, Jens Müller <jmueller@informatik.uni-tuebingen.de> | 36 2002-05-28 Martin Köbele <mkoebele@mkoebele.de>, Jens Müller <jmueller@informatik.uni-tuebingen.de> |
2 | 37 |
3 * lrecord.h (lrecord_type): Add lrecord_type_weak_box to | 38 * lrecord.h (lrecord_type): Add lrecord_type_weak_box to |
4 lrecord_type enumeration. | 39 lrecord_type enumeration. |
5 | 40 |