aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ad8b6f27812..a94c4caac64 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,10 @@ otherwise leave it unmarked.
29 29
30** Building Emacs now requires GNU make, version 3.81 or later. 30** Building Emacs now requires GNU make, version 3.81 or later.
31 31
32+++
33** `call-process-shell-command' and `process-file-shell-command'
34don't take "&rest args" any more.
35
32** By default, Emacs no longer works on IRIX. We expect that Emacs 36** By default, Emacs no longer works on IRIX. We expect that Emacs
33users are not affected by this, as SGI stopped supporting IRIX in 37users are not affected by this, as SGI stopped supporting IRIX in
34December 2013. If you are affected, please send a bug report. You 38December 2013. If you are affected, please send a bug report. You
@@ -40,6 +44,9 @@ or by sticking with Emacs 24.4.
40If gnustep-config is not available, the old heuristics are used. 44If gnustep-config is not available, the old heuristics are used.
41 45
42--- 46---
47*** cc-compat.el
48
49---
43** The configure option `--with-pkg-config-prog' has been removed. 50** The configure option `--with-pkg-config-prog' has been removed.
44Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. 51Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
45 52