aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-03-03 14:37:43 -0800
committerPaul Eggert2015-03-03 14:37:43 -0800
commite2ae1c5a40e2802fcd9f5ee26b4906be97c8b878 (patch)
treeb2d56b00e2ae8ba90167ede434561d4a3b1f273d /etc
parentd8462361f2d087d6f7c745305c61a266843ee19c (diff)
parent4b0b27d0018f040bda6a2ec885fa54c666d9c083 (diff)
downloademacs-e2ae1c5a40e2802fcd9f5ee26b4906be97c8b878.tar.gz
emacs-e2ae1c5a40e2802fcd9f5ee26b4906be97c8b878.zip
Merge from origin/emacs-24
4b0b27d Fix invocation of commands whose file name includes extension 87fc99f Better support for the case of typing RET on the prompt in comint. a7b1c2f Don't lose frame's background color when setting foreground 20c817d Fix handling of frame color parameters in TTY sessions eca7da1 Complete the remaining documentation updates for 24.5 Conflicts: doc/lispref/ChangeLog etc/NEWS lisp/ChangeLog nt/ChangeLog src/ChangeLog
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