From 18819b0f49f4bcadd4ee984699dd2a68dd9b4814 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 8 Nov 2004 16:46:59 +0000 Subject: *** empty log message *** --- etc/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') 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. -- cgit v1.2.1 From 1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 8 Nov 2004 17:00:42 +0000 Subject: *** empty log message *** --- etc/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 84a2728fcf0..d44e56ac860 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2331,7 +2331,9 @@ configuration files. ** 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. +It returns the value compatibly with char-syntax, except +that the value can be a list (SYNTAX . MATCHER) which says +what the matching character is. +++ ** The new primitive `get-internal-run-time' returns the processor -- cgit v1.2.1 From ae8bbb4261910487ef3982e8f85377b50a732800 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Tue, 9 Nov 2004 11:10:09 +0000 Subject: *** empty log message *** --- etc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index d44e56ac860..037a3c1b345 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2328,6 +2328,7 @@ 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. -- cgit v1.2.1 From c7eb99ce3a21ed7ad1169b85a7f9d4243487e240 Mon Sep 17 00:00:00 2001 From: Daniel Pfeiffer Date: Wed, 10 Nov 2004 20:15:00 +0000 Subject: magic-mode-alist & conf-mode.el --- etc/NEWS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 037a3c1b345..c96eb114727 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -106,8 +106,8 @@ of the file that precede the first header line. +++ ** `set-auto-mode' now gives the interpreter magic line (if present) precedence over the file name. Likewise an