NEWS
changeset 40879 ca132ef44944
parent 40878 7695e4de4d86
child 40927 e71d62a8fe5e
--- a/NEWS	Thu Dec 02 16:04:22 2010 +0100
+++ b/NEWS	Thu Dec 02 16:52:52 2010 +0100
@@ -34,8 +34,8 @@
 
 * Various options that affect pretty printing etc. are now properly
 handled within the context via configuration options, instead of
-unsynchronized references.  There are both ML Config.T entities and
-Isar declaration attributes to access these.
+unsynchronized references or print modes.  There are both ML Config.T
+entities and Isar declaration attributes to access these.
 
   ML (Config.T)                 Isar (attribute)
 
@@ -45,6 +45,7 @@
   show_types                    show_types
   show_question_marks           show_question_marks
   show_consts                   show_consts
+  show_abbrevs                  show_abbrevs
 
   Syntax.ambiguity_level        syntax_ambiguity_level
 
@@ -59,6 +60,8 @@
 
 Note that corresponding "..._default" references in ML may be only
 changed globally at the ROOT session setup, but *not* within a theory.
+The option "show_abbrevs" supersedes the former print mode
+"no_abbrevs" with inverted meaning.
 
 * More systematic naming of some configuration options.
   INCOMPATIBILTY.