diff options
| author | Paul Eggert | 2015-03-03 14:37:43 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-03-03 14:37:43 -0800 |
| commit | e2ae1c5a40e2802fcd9f5ee26b4906be97c8b878 (patch) | |
| tree | b2d56b00e2ae8ba90167ede434561d4a3b1f273d /etc | |
| parent | d8462361f2d087d6f7c745305c61a266843ee19c (diff) | |
| parent | 4b0b27d0018f040bda6a2ec885fa54c666d9c083 (diff) | |
| download | emacs-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/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 | ||