]> code.delx.au - gnu-emacs/blobdiff - lispref/anti.texi
(Fringes): Rewrite previous change.
[gnu-emacs] / lispref / anti.texi
index b038cb42fba23b1a100090ea39522ecf8f384ca3..8d3ea8b1886b7cca656237255126be4c6bc7ad4a 100644 (file)
@@ -1,8 +1,11 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1999 Free Software Foundation, Inc. 
+@c Copyright (C) 1999 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
-@node Antinews, Tips, System Interface, Top
+
+@c This node must have no pointers.
+
+@node Antinews, GNU Free Documentation License, System Interface, Top
 @appendix Emacs 20 Antinews
 
 For those users who live backwards in time, here is information about
@@ -16,6 +19,7 @@ the following section, we carry this information back to Emacs
 @itemize @bullet
 @item
 The @code{push} and @code{pop} macros are not defined.
+Neither are @code{dolist} and @code{dotimes}.
 
 @item
 You can't display images in buffers.  (Emacs is meant for editing text.)
@@ -56,10 +60,26 @@ strange, as faces, and therefore shouldn't really exist.  You can use
 text cursor, and the mouse cursor.  To specify menu colors, use X
 resources.
 
+@item
+Colors and other face attributes are no longer supported on character
+terminals, so you no longer have to worry about terminals making faces
+at you.
+
 @item
 Emacs will respect your peace and quiet, aside from occasional beeps,
 because there are no facilities for playing sounds.
 
+@item
+Emacs 20 provides a complex and badly designed method for handling
+character composition for languages such as Thai that display several
+letters as a single combined image.  We are too ashamed of it to tell
+you any more than that.
+
+@item
+@code{delete-and-extract-region} has been deleted; instead, use
+@code{buffer-substring} to extract the text, then use
+@code{delete-region} to delete it.
+
 @item
 Regular expressions do not support the POSIX character classes
 such as @samp{[:alpha:]}.  All characters are created equal.
@@ -80,10 +100,18 @@ and background colors, so you cannot specify different colors for
 the scroll bars.
 
 @item
-For simplicity, all @sc{ascii} characters now have the same height and width.
+For simplicity, all @acronym{ASCII} characters now have the same height and width.
 (Certain characters, such as Chinese characters, always have twice
 the standard width.)  All characters are created equal.
 
+@item
+You can now resize any Emacs window, and size changes in one window can
+propagate to all others.  Windows can no longer use
+@code{window-size-fixed} to get special privileges.
+
+@item
+The function @code{intern-soft} no longer accepts a symbol as argument.
+
 @item
 The function @code{bitmap-spec-p} has been renamed to
 @code{pixmap-spec-p} to encourage users to practice Emacs' help system
@@ -110,6 +138,10 @@ Vertical fractional scrolling does not exist.
 The functions @code{format} and @code{message} ignore and discard text
 properties.
 
+@item
+The function @code{propertize} does not exist;
+you can get the job done using @code{set-text-properties}.
+
 @item
 Colors are supported only on window systems, not on text-only terminals.
 So the support functions for colors on text-only terminals are
@@ -144,7 +176,7 @@ The function @code{buffer-size} always reports on the
 current buffer.
 
 @item
-The function @code{assoc-delete-all} has itself been deleted. 
+The function @code{assq-delete-all} has itself been deleted.
 So there!
 
 @item
@@ -238,13 +270,13 @@ The meaning of the second argument to @code{read-char},
 they use the current input method if the argument is if @code{nil}.
 
 @item
-The function @code{with-temp-message} has been eliminated. 
+The function @code{with-temp-message} has been eliminated.
 
 @item
-The function @code{clear-this-command-keys} has been eliminated. 
+The function @code{clear-this-command-keys} has been eliminated.
 
 @item
-The functions @code{gap-position} and @code{gap-size} have been eliminated. 
+The functions @code{gap-position} and @code{gap-size} have been eliminated.
 
 @item
 In @code{modify-face}, an argument of @code{(nil)} has no special
@@ -260,4 +292,9 @@ and allied functions.
 @item
 @code{file-attributes} returns the file size and the file inode number
 only as a simple integer.
+Also @acronym{UID} and @acronym{GID} are always returned as integers.
 @end itemize
+
+@ignore
+   arch-tag: 1d0ef137-2bad-430e-ae8e-d820d569b5a6
+@end ignore