aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83026bc5065..e8bff20d56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
12012-11-05 Paul Eggert <eggert@cs.ucla.edu> 12012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
4 * configure.ac (setpgid, setsid): Assume their existence.
5 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
6
3 Simplify by assuming __fpending. 7 Simplify by assuming __fpending.
4 Now that Emacs is using the gnulib fpending module, 8 Now that Emacs is using the gnulib fpending module,
5 there's no need for Emacs to have a separate implementation. 9 there's no need for Emacs to have a separate implementation.