aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-05 15:20:09 -0700
committerDan Nicolaescu2010-08-05 15:20:09 -0700
commit6254cdda90d55b2f93ca238ad84e86a69f8f9c8e (patch)
tree45c0b81b1292eae69f9d6fa4678be80809e57fe2 /src/ChangeLog
parent52eeb591d7f834f91cca406b52e6f6097c3b9c3f (diff)
downloademacs-6254cdda90d55b2f93ca238ad84e86a69f8f9c8e.tar.gz
emacs-6254cdda90d55b2f93ca238ad84e86a69f8f9c8e.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6841b2644d3..575c93566ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-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
12010-08-05 Eli Zaretskii <eliz@gnu.org> 82010-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].