]> git.eshelyaron.com Git - emacs.git/commitdiff
Announce future deprecation.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 21 Jul 2008 14:49:46 +0000 (14:49 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 21 Jul 2008 14:49:46 +0000 (14:49 +0000)
etc/NEWS

index a507af057778dcdb3d069f599851b3589b347bec..bf5123f3db00eb0ab33733e9a82ebc2c01eef0fa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -54,8 +54,13 @@ a GIF library.
 +++
 *** Emacs now supports the SVG image format through librsvg2.
 
-** The Mac Carbon port is no longer supported.
-Instead, use... [FIXME what?]
+** 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.
+
+** Mac OS X is no longer supported via Carbon.
+Use the NeXTSTEP port, described above.
 
 ** The new configuration option "--with-dbus" enables D-Bus language
 bindings for Emacs.
@@ -69,6 +74,17 @@ See the list at the end of etc/MACHINES for details.
 ---
 *** The `emacstool' utility has been removed.
 
+** The following platforms will be removed in a future Emacs version:
+
+*** Libc version 5 on GNU/Linux.
+
+*** Old FreeBSD and NetBSD systems based on the COFF executable
+    format.
+
+*** Solaris versions 2.6 and below.
+
+*** Compilation using the NO_SHARED_LIBS flag.
+
 ---
 ** The configure options `--with-gcc', `--without-gcc' have been removed.
 Configure will use gcc by default.  Set the CC environment variable if