diff etc/NEWS @ 50607:6ee7467b8fd7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:10:19 +0000
parents 0a31ec45f727
children 7dd3d5eae9c7
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 16 05:09:36 2003 +0000
+++ b/etc/NEWS	Wed Apr 16 05:10:19 2003 +0000
@@ -1184,7 +1184,12 @@
 
 * Lisp Changes in Emacs 21.4
 
-** `sit-for' understands XEmacs args (SECONDS &optional NODISP).
+** `minor-mode-list' now holds a list of minor mode commands.
+
+** The new command `modify-all-frames-parameters' modifies parameters
+for all (existing and future) frames.
+
+** `sit-for' can now be called with args (SECONDS &optional NODISP).
 
 ** New standard font-lock face `font-lock-preprocessor-face'.
 
@@ -1864,15 +1869,10 @@
 ** A hex escape in a string forces the string to be multibyte.
 An octal escape makes it unibyte.
 
-** The code that forced point to move out of images and composition
-has been generalized to apply to overlays as well and to invisible text.
-This makes it generally unnecessary to mark invisible text as intangible,
-which is particularly good due to the fact that the intangible property
-can often have unexpected side-effects because the property applies
-to everything (including `goto-char', ...) whereas this new code is
-only run after post-command-hook and thus does not care about intermediate
-states.
-	
+** At the end of a command, point moves out from within invisible
+text, in the same way it moves out from within text covered by an
+image or composition property.
+
 ** Only one of the beginning or end of an invisible, intangible region is
 considered an acceptable value for point; which one is determined by
 examining how the invisible/intangible properties are inherited when new