summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-07-21 14:49:46 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-07-21 14:49:46 +0000
commit006a2cde6a831cc8d252911b4b1386d1a4f2eb7a (patch)
tree44f5db7c8360e611bcdf5d2d0b96c7e3fa516034 /etc
parent7381be9dcb83efae4f0645d49a55cc38f13cb9c8 (diff)
downloademacs-006a2cde6a831cc8d252911b4b1386d1a4f2eb7a.tar.gz
Announce future deprecation.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 18 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a507af05777..bf5123f3db0 100644
--- 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