# HG changeset patch # User Richard M. Stallman # Date 1099932419 0 # Node ID fcf98b0adadcf2618ce3623ad3c2e3d49b6572ac # Parent 286ed823f2b05baa6bf5fcc74e49b818d2756ffd *** empty log message *** diff -r 286ed823f2b0 -r fcf98b0adadc etc/NEWS --- a/etc/NEWS Mon Nov 08 16:45:17 2004 +0000 +++ b/etc/NEWS Mon Nov 08 16:46:59 2004 +0000 @@ -98,6 +98,8 @@ * Changes in Emacs 21.4 +** line-move-ignore-invisible now defaults to t. + ** In Outline mode, hide-body no longer hides lines at the top of the file that precede the first header line. @@ -2326,6 +2328,11 @@ * Lisp Changes in Emacs 21.4 +** The new function syntax-after returns the syntax code +of the character after a specified buffer position, taking account +of text properties as well as the character code. +It returns the value compatibly with char-syntax. + +++ ** The new primitive `get-internal-run-time' returns the processor run time used by Emacs since start-up.