diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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' | ||
| 34 | don'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 |
| 33 | users are not affected by this, as SGI stopped supporting IRIX in | 37 | users are not affected by this, as SGI stopped supporting IRIX in |
| 34 | December 2013. If you are affected, please send a bug report. You | 38 | December 2013. If you are affected, please send a bug report. You |
| @@ -40,6 +44,9 @@ or by sticking with Emacs 24.4. | |||
| 40 | If gnustep-config is not available, the old heuristics are used. | 44 | If 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. |
| 44 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | 51 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. |
| 45 | 52 | ||