aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-21 14:49:46 +0000
committerChong Yidong2008-07-21 14:49:46 +0000
commit006a2cde6a831cc8d252911b4b1386d1a4f2eb7a (patch)
tree44f5db7c8360e611bcdf5d2d0b96c7e3fa516034
parent7381be9dcb83efae4f0645d49a55cc38f13cb9c8 (diff)
downloademacs-006a2cde6a831cc8d252911b4b1386d1a4f2eb7a.tar.gz
emacs-006a2cde6a831cc8d252911b4b1386d1a4f2eb7a.zip
Announce future deprecation.
-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.
54+++ 54+++
55*** Emacs now supports the SVG image format through librsvg2. 55*** Emacs now supports the SVG image format through librsvg2.
56 56
57** The Mac Carbon port is no longer supported. 57** New NeXTSTEP-based port
58Instead, use... [FIXME what?] 58This provides support for GNUStep (via the GNUStep libraries) and Mac
59OS X (via the Cocoa libraries). See nextstep/README and
60nextstep/INSTALL in the Emacs source directory.
61
62** Mac OS X is no longer supported via Carbon.
63Use the NeXTSTEP port, described above.
59 64
60** The new configuration option "--with-dbus" enables D-Bus language 65** The new configuration option "--with-dbus" enables D-Bus language
61bindings for Emacs. 66bindings for Emacs.
@@ -69,6 +74,17 @@ See the list at the end of etc/MACHINES for details.
69--- 74---
70*** The `emacstool' utility has been removed. 75*** The `emacstool' utility has been removed.
71 76
77** The following platforms will be removed in a future Emacs version:
78
79*** Libc version 5 on GNU/Linux.
80
81*** Old FreeBSD and NetBSD systems based on the COFF executable
82 format.
83
84*** Solaris versions 2.6 and below.
85
86*** Compilation using the NO_SHARED_LIBS flag.
87
72--- 88---
73** The configure options `--with-gcc', `--without-gcc' have been removed. 89** The configure options `--with-gcc', `--without-gcc' have been removed.
74Configure will use gcc by default. Set the CC environment variable if 90Configure will use gcc by default. Set the CC environment variable if