emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 14 Apr 2003 12:31:53 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.805 emacs/etc/NEWS:1.806
*** emacs/etc/NEWS:1.805        Fri Apr 11 15:05:32 2003
--- emacs/etc/NEWS      Mon Apr 14 12:31:52 2003
***************
*** 1184,1189 ****
--- 1184,1195 ----
  
  * 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,1863 ****
--- 1864,1878 ----
  ** 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




reply via email to

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