]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Apr 2006 03:32:48 +0000 (03:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Apr 2006 03:32:48 +0000 (03:32 +0000)
etc/NEWS
man/ChangeLog

index ecde349f915d410affb66dc5d39bfbfee31fb215..a8092923ea55c22c23ee101d2c599d428710139e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3966,6 +3966,12 @@ in DEF before the terminal colon and space.
 A file local variables list cannot specify a string with text
 properties--any specified text properties are discarded.
 
++++
+*** The variable `enable-local-variables' controls how local variable
+lists are handled.  t, the default, specifies the standard querying
+behavior.  :safe means use only safe values, and ignore the rest.
+nil means ignore them all.  Anything else means always query.
+
 +++
 *** The variable `safe-local-eval-forms' specifies a list of forms that
 are ok to evaluate when they appear in an `eval' local variables
@@ -10790,9 +10796,6 @@ SNMPv2 MIBs.  It has entries on `auto-mode-alist'.
 editing SQL files, and M-x sql-interactive-mode for interacting with
 SQL interpreters.  It has an entry on `auto-mode-alist'.
 
-*** M-x highlight-changes-mode provides a minor mode displaying buffer
-changes with a special face.
-
 *** ispell4.el has been deleted.  It got in the way of ispell.el and
 this was hard to fix reliably.  It has long been obsolete -- use
 Ispell 3.1 and ispell.el.
index 5123c1127ae1a00fc8e48ac495a9b89c351ad7c1..e084c379762dd939d24513306ce7460ac06dddf6 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-11  Richard Stallman  <rms@gnu.org>
+
+       * custom.texi (Safe File Variables):
+       Document enable-local-variables = :safe.
+
 2006-04-11  Karl Berry  <karl@gnu.org>
 
         * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands,