# HG changeset patch # User Richard M. Stallman # Date 1144812768 0 # Node ID 9abea3d88eac1513c7385f2b8eb09de64c0cf351 # Parent f03892ad5b73943a6570009531f5249b09c8344e *** empty log message *** diff -r f03892ad5b73 -r 9abea3d88eac etc/NEWS --- a/etc/NEWS Wed Apr 12 03:32:07 2006 +0000 +++ b/etc/NEWS Wed Apr 12 03:32:48 2006 +0000 @@ -3967,6 +3967,12 @@ 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 specification. Normally Emacs asks for confirmation before evaluating @@ -10790,9 +10796,6 @@ 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. diff -r f03892ad5b73 -r 9abea3d88eac man/ChangeLog --- a/man/ChangeLog Wed Apr 12 03:32:07 2006 +0000 +++ b/man/ChangeLog Wed Apr 12 03:32:48 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-11 Richard Stallman + + * custom.texi (Safe File Variables): + Document enable-local-variables = :safe. + 2006-04-11 Karl Berry * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands,