summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-22 17:27:00 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-22 17:27:00 +0000
commit58d1fa84c5e4c1db3b40337886a42a4039ed5220 (patch)
treedff4353673e7ec6e27ae76a1a98c79b10a519c2a /doc
parent14f70e478d75050b8dde84a1d79c70e9a471c56b (diff)
moved obsolete files; updated umlaut help
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index 3b53842b4..fef775d3b 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -14,7 +14,23 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
<p>
-20/12 (AR) Support for full disjunctive patterns (<tt>P | Q</tt>) i.e.
+<hr>
+
+22/12 <b>Release of GF 2.4</b>.
+
+<p>
+
+21/12 (AR) It now works to parse escaped string literals from command
+line, and also string literals with spaces:
+<pre>
+ gf examples/tram0/TramEng.gf
+ > p -lexer=literals "I want to go to \"Gustaf Adolfs torg\" ;"
+ QInput (GoTo (DestNamed "Gustaf Adolfs torg"))
+</pre>
+
+<p>
+
+20/12 (AR) Support for full disjunctive patterns (<tt>P|Q</tt>) i.e.
not just on top level.
<p>
@@ -258,6 +274,7 @@ statistics of gfc compilation result. To be extended with new information.
The most important stats now are the top-40 sized definitions.
<p>
+<hr>
1/7 <b>Release of GF 2.3</b>.