comparison src/ChangeLog @ 109633:ce2dcd6fda75

Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. * src/term.c (dissociate_if_controlling_tty): Use USG5 instead of USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS), which is what was there before BSD_PGRPS was removed.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Aug 2010 15:20:09 -0700
parents 8e2c7c31861b
children e4ad0b168969
comparison
equal deleted inserted replaced
109632:d8dbbecff672 109633:ce2dcd6fda75
1 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
4 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
5 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
6 which is what was there before BSD_PGRPS was removed.
7
1 2010-08-05 Eli Zaretskii <eliz@gnu.org> 8 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2 9
3 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. 10 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
4 11
5 * unexcoff.c: Renamed from unexec.c. 12 * unexcoff.c: Renamed from unexec.c.