aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3c0799d14b3..daabdd7613e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
4 The workaround was for improving performance on Solaris 2.4, but
5 is getting in the way now. Emacs will still work if someone is
6 still running Solaris 2.4 in a museum somewhere; Sun dropped
7 support for Solaris 2.4 in 2003.
8 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
9 * process.c (create_process) [HAVE_WORKING_VFORK]:
10 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
11 since Emacs no longer uses vfork on that platform.
12
12012-09-17 Glenn Morris <rgm@gnu.org> 132012-09-17 Glenn Morris <rgm@gnu.org>
2 14
3 * emacs.c: Use COPYRIGHT. 15 * emacs.c: Use COPYRIGHT.