]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 2004 16:46:59 +0000 (16:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 2004 16:46:59 +0000 (16:46 +0000)
etc/NEWS

index 726eac5afdb42a762c55aef4887851e3c7bc77ed..84a2728fcf06628954fea2366d175c79c680f37e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,8 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \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.
 
@@ -2326,6 +2328,11 @@ configuration files.
 \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.