1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

* NEWS: Move and clarify OSX >= 10.6.

This commit is contained in:
Jan Djärv 2014-10-13 08:09:05 +02:00
parent 7410c4e872
commit 07bcae0d0b
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2014-10-13 Jan Djärv <jan.h.d@swipnet.se>
* NEWS: Move and clarify OSX >= 10.6.
2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
* NEWS: OSX required is 10.6 or newer.

View File

@ -36,9 +36,6 @@ should be able to work around the problem either by porting the Emacs
undumping code to GCC under IRIX, or by configuring --with-wide-int,
or by sticking with Emacs 24.4.
** Building Emacs on OSX now requires 10.6 or newer.
That also means that PowerPC is not supported.
---
** The configure option `--with-pkg-config-prog' has been removed.
Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
@ -376,6 +373,8 @@ fullwidth frames, the behavior may depend on the toolkit used.
or Windows Server 2003. The built binaries still run on all versions
of Windows starting with Windows 9X.
** Building Emacs on OSX with Coca (--with-ns) now requires 10.6 or newer.
PowerPC on OSX is not supported.
----------------------------------------------------------------------