From: Richard M. Stallman Date: Mon, 8 Nov 2004 16:46:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4099 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18819b0f49f4bcadd4ee984699dd2a68dd9b4814;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 726eac5afdb..84a2728fcf0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -98,6 +98,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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 @@ configuration files. * 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.