changeset 97515:35e9fbdfe27d

Consolidate nextstep port items.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 17 Aug 2008 15:04:30 +0000
parents b05ca2031f35
children a05ebaaf6031
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Aug 17 14:56:13 2008 +0000
+++ b/etc/NEWS	Sun Aug 17 15:04:30 2008 +0000
@@ -56,8 +56,12 @@
 
 ** New NeXTSTEP-based port
 This provides support for GNUStep (via the GNUStep libraries) and Mac
-OS X (via the Cocoa libraries).  See nextstep/README and
-nextstep/INSTALL in the Emacs source directory.
+OS X (via the Cocoa libraries).  
+
+Specify --with-ns to configure for this. By default, a self-contained
+app will be built (containing all lisp).  To install/share lisp with
+other emacsen (e.g. X11 build) use --disable-ns-self-contained.  See
+nextstep/README and nextstep/INSTALL in the Emacs source directory.
 
 ** Mac OS X is no longer supported via Carbon.
 Use the NeXTSTEP port, described above.
@@ -108,13 +112,6 @@
 
 * Changes in Emacs 23.1
 
-** Emacs can now be built under the Cocoa libraries on Mac OS X and GNUstep
-   libraries on other machines.  Specify --with-ns to configure for this. By
-   default a self-contained app will be built (containing all lisp).  To
-   install/share lisp with other emacsen (e.g. X11 build) use
-   --disable-ns-self-contained.  Use 'info-ns-emacs' or first entry under Help
-   menu when running for more information.
-
 ** `where-is-preferred-modifier' can specify your favorite modifier.
 
 ** Improved X Window System support