NEWS
changeset 21717 410ca6910f6f
parent 21647 fccafa917a68
child 21735 0c65e072f4be
--- a/NEWS	Sat Dec 09 18:05:34 2006 +0100
+++ b/NEWS	Sat Dec 09 18:05:36 2006 +0100
@@ -45,13 +45,18 @@
 
 *** Document preparation ***
 
-* Added antiquotation @{theory name} which prints the name $A$, after
-checking that it refers to a valid ancestor theory in the current
-context.
+* Added antiquotation @{theory name} which prints the given name,
+after checking that it refers to a valid ancestor theory in the
+current context.
 
 * Added antiquotations @{ML_type text} and @{ML_struct text} which
 check the given source text as ML type/structure, printing verbatim.
 
+* Added antiquotation @{abbrev "c args"} which prints the abbreviation
+"c args == rhs" given in the current context.  (Any number of
+arguments on the LHS may be given.)
+
+
 
 *** Pure ***