emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/anti.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/anti.texi,v
Date: Fri, 14 Jul 2006 23:32:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/14 23:32:14

Index: anti.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/anti.texi,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- anti.texi   5 Jul 2006 14:13:23 -0000       1.37
+++ anti.texi   14 Jul 2006 23:32:14 -0000      1.38
@@ -24,6 +24,12 @@
 
 @itemize @minus
 @item
+The function @code{redisplay} has been removed.  To update the display
+without delay, call @code{(sit-for 0)}.  Since it is generally
+considered wasteful to update the display if there are any pending
+input events, no replacement for @code{(redisplay t)} is provided.
+
address@hidden
 The function @code{force-window-update} has been removed.  It
 shouldn't be needed, since changes in window contents are detected
 automatically.  In case they aren't, call @code{redraw-display} to
@@ -80,8 +86,8 @@
 predicate is no longer supported.
 
 @item
address@hidden and @code{merge-face-attribute} have
-been removed.
+The functions @code{face-attribute-relative-p} and
address@hidden have been removed.
 
 @item
 The priority of faces in a list supplied by the @code{:inherit} face
@@ -126,9 +132,9 @@
 
 @itemize @minus
 @item
-The @code{kbd} macro has been removed.  It isn't that difficult to
-write key sequences using the string and vector representations, and
-we want to encourage users to learn.
+The @code{kbd} macro is now obsolete and is no longer documented.
+It isn't that difficult to write key sequences using the string and
+vector representations, and we want to encourage users to learn.
 
 @item
 Emacs no longer supports key remapping.  You can do pretty much the
@@ -304,7 +310,7 @@
 from the surrounding text.
 
 @item
address@hidden no longer supports the @code{:propertize},
+The variable @code{mode-line-format} no longer supports the @code{:propertize},
 @code{%i}, and @code{%I} constructs.  The function
 @code{format-mode-line} has been removed.
 
@@ -319,8 +325,9 @@
 think in terms of lines and columns, not pixel coordinates.  (Sometime
 in the distant past, we will do away with graphical terminals
 entirely, in favor of text terminals.)  For similar reasons, the
-functions @code{posn-at-point}, @code{posn-at-x-y}, and
address@hidden have been removed.
+functions @code{posn-at-point} and @code{posn-at-x-y} have been removed, and
address@hidden no longer worries about partially
+visible rows.
 
 @item
 The macro @code{save-selected-window} only saves the selected window




reply via email to

[Prev in Thread] Current Thread [Next in Thread]