]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/anti.texi
src/makefile.w32-in: Simplify OBJ macros.
[gnu-emacs] / doc / emacs / anti.texi
index cc99f05a8f44ac1f60ae4f0a47c57da663a9e78b..748b43a17d7a5a44a3e9c5bade6c0579f61e4baf 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 
 @node Antinews, Mac OS / GNUstep, X Resources, Top
@@ -15,8 +15,8 @@ greater simplicity that results from the absence of many Emacs
 
 @item
 We have switched to a character representation specially designed for
-Emacs.  Rather than forcing all the widely used scripts artificially
-into alignment, as Unicode does, Emacs treats them all equally, giving
+Emacs.  Rather than forcing all the widely used scripts into artificial
+alignment, as Unicode does, Emacs treats them all equally, giving
 each one a place in the space of character codes.  We have eliminated
 the confusing practice, in Emacs 23, whereby one character can belong
 to multiple character sets.  Now each script has its own variant, and
@@ -111,26 +111,25 @@ will remove DVCS support entirely, so you should migrate your projects
 to CVS.
 
 @item
-Rmail now uses a special file format, Babyl format, designed specially
+Rmail now uses a special file format, Babyl format, specifically designed
 for storing and editing mail.  When you visit a file in Rmail, or get new
 mail, Rmail converts it automatically to Babyl format.
 
 @item
 Emacs can no longer display frames on X windows and text terminals
-(ttys) simultaneously.  If you start Emacs as an X application, the
-Emacs job can only create X frames; if you start Emacs on a tty, the
-Emacs job can only use that tty.  No more confusion about which type
-of frame @command{emacsclient} will use in any given Emacs session!
+(ttys) simultaneously.  If you start Emacs as an X application, it
+can only create X frames; if you start Emacs on a tty, it can only use
+that tty.  No more confusion about which type of frame
+@command{emacsclient} will use in any given Emacs session!
 
 @item
 Emacs can no longer be started as a daemon.  You can be sure that if
 you don't see Emacs, then it's not running.
 
 @item
-Emacs has added support for some soon-to-be-non-obsolete platforms.
-These include GNU/Linux systems based on libc version 5, BSD systems
-based on the COFF executable format, Solaris versions less than 2.6,
-and many more.
+Emacs has added support for many soon-to-be-non-obsolete platforms,
+including VMS, DECstation, SCO Unix, and systems lacking alloca.
+Support for Sun windows has been added.
 
 @item
 To keep up with decreasing computer memory capacity and disk space, many