NEWS
changeset 46483 10a9c31a22b4
parent 46458 19ef91d7fbd4
child 46485 f58461621839
--- a/NEWS	Tue Feb 14 22:48:07 2012 +0100
+++ b/NEWS	Wed Feb 15 13:24:22 2012 +0100
@@ -23,11 +23,15 @@
 becomes obsolete.  Minor INCOMPATIBILITY, due to potential change of
 indices of schematic variables.
 
-* Renamed inner syntax categories "num" to "num_token" and "xnum" to
-"xnum_token", in accordance to existing "float_token".  Minor
-INCOMPATIBILITY.  Note that in practice "num_const" etc. are mainly
-used instead (which also include position information via
-constraints).
+* Renamed some inner syntax categories:
+
+    num ~> num_token
+    xnum ~> xnum_token
+    xstr ~> str_token
+
+Minor INCOMPATIBILITY.  Note that in practice "num_const" or
+"num_position" etc. are mainly used instead (which also include
+position information via constraints).
 
 
 *** Pure ***