diff --git a/src/doc/release/authors.xml b/src/doc/release/authors.xml
index d4bf26d..1006b62 100644
--- a/src/doc/release/authors.xml
+++ b/src/doc/release/authors.xml
@@ -18,7 +18,7 @@
-
Marielle Fois <marielle at kth dot se>
- Testing and various suggestions for improvments.
+ Testing and various suggestions for improvements.
Original web site design.
diff --git a/src/doc/release/bugs.xml b/src/doc/release/bugs.xml
index c3a5d11..811b938 100644
--- a/src/doc/release/bugs.xml
+++ b/src/doc/release/bugs.xml
@@ -42,14 +42,6 @@
improvements.
- -
- General: No Ant and NAnt tasks available
- Apache Ant and NAnt tasks should be created for
- simplifying the usage. These tasks should only support
- the code generation, but ought to handle both languages.
- (Bug #3620)
-
-
-
Grammar: Add support for modular grammars
By allowing one grammar to reference another, it
@@ -106,13 +98,6 @@
represented with regular expressions. (Bug #3604)
- -
- Tokenizer: Add support for "hidden" tokens
- This feature could be used to parse source code while
- maintaining the whitespace tokens accessible in some way,
- very useful for writing a code style checker. (Bug #3605)
-
-
-
Parser: Add support for LR grammars
This probably means writing at least an LALR(1) parser,
diff --git a/src/doc/release/features.xml b/src/doc/release/features.xml
index 90f53c7..43871e4 100644
--- a/src/doc/release/features.xml
+++ b/src/doc/release/features.xml
@@ -76,6 +76,12 @@
source code. This can be used for easier debugging of
grammars, or for creating parsers interactively.
+
+ -
+ Integration with Apache Ant
+ Apache Ant tasks are available, integrating Grammatica
+ with the standard build tool for Java developers.
+
diff --git a/src/doc/release/version.xml b/src/doc/release/version.xml
index 87094e4..2644a68 100644
--- a/src/doc/release/version.xml
+++ b/src/doc/release/version.xml
@@ -15,6 +15,17 @@
(Bug #3620)
+ -
+ Added support for retrieving all tokens
+ The
Tokenizer
class now supports enabling
+ a useTokenList
feature, that will link all
+ tokens in a double-linked list. This can be used to access
+ whitespace and comment tokens, although otherwise ignored by
+ the parser. By default this feature is off, to avoid potetial
+ garbage collection problems when parsing large files.
+ (Bug #3605)
+
+
-
Removed API documentation for unsupported API
Java API documentation for the unsupported API:s in