\f
* 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.
\f
* 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.