]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Apr 2003 16:31:52 +0000 (16:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Apr 2003 16:31:52 +0000 (16:31 +0000)
etc/NEWS

index e1c6715c61adeeded18b10bd4525b67f4fac2532..702290eabd19b0400e69bbf636780cdd3b8746eb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1184,6 +1184,12 @@ timing measurements of code (including the garbage collection component).
 \f
 * Lisp Changes in Emacs 21.4
 
+** `sit-for' understands XEmacs args (SECONDS &optional NODISP).
+
+** New standard font-lock face `font-lock-preprocessor-face'.
+
+** The macro `with-syntax-table' does not copy the table any more.
+
 ** The variable `face-font-rescale-alist' specifies how much larger
 (or smaller) font we should use.  For instance, if the value is
 '((SOME-FONTNAME-PATTERN . 1.3)) and a face requests a font of 10
@@ -1858,6 +1864,15 @@ over minor mode keymaps.
 ** 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.
+       
 ** 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