diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 57e70d8940f..711208e0e32 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * NEWS: Move and clarify OSX >= 10.6. | ||
| 4 | |||
| 1 | 2014-10-12 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2014-10-12 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * NEWS: OSX required is 10.6 or newer. | 7 | * NEWS: OSX required is 10.6 or newer. |
| @@ -36,9 +36,6 @@ should be able to work around the problem either by porting the Emacs | |||
| 36 | undumping code to GCC under IRIX, or by configuring --with-wide-int, | 36 | undumping code to GCC under IRIX, or by configuring --with-wide-int, |
| 37 | or by sticking with Emacs 24.4. | 37 | or by sticking with Emacs 24.4. |
| 38 | 38 | ||
| 39 | ** Building Emacs on OSX now requires 10.6 or newer. | ||
| 40 | That also means that PowerPC is not supported. | ||
| 41 | |||
| 42 | --- | 39 | --- |
| 43 | ** The configure option `--with-pkg-config-prog' has been removed. | 40 | ** The configure option `--with-pkg-config-prog' has been removed. |
| 44 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | 41 | 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. | |||
| 376 | or Windows Server 2003. The built binaries still run on all versions | 373 | or Windows Server 2003. The built binaries still run on all versions |
| 377 | of Windows starting with Windows 9X. | 374 | of Windows starting with Windows 9X. |
| 378 | 375 | ||
| 376 | ** Building Emacs on OSX with Coca (--with-ns) now requires 10.6 or newer. | ||
| 377 | PowerPC on OSX is not supported. | ||
| 379 | 378 | ||
| 380 | 379 | ||
| 381 | ---------------------------------------------------------------------- | 380 | ---------------------------------------------------------------------- |