summaryrefslogtreecommitdiff
path: root/download/release-3.4.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-01-11 15:43:32 +0000
committerhallgren <hallgren@chalmers.se>2013-01-11 15:43:32 +0000
commit4f4c4e41077794efd5d2fad80da47ebb11ee0421 (patch)
tree2249f1349307a3ba88fe0d6ac27600a5d6a42322 /download/release-3.4.t2t
parentb8e3fe7bc099d3ee09f1c5dfe05fab1fd73afed1 (diff)
GF 3.4 release notes update
Diffstat (limited to 'download/release-3.4.t2t')
-rw-r--r--download/release-3.4.t2t9
1 files changed, 7 insertions, 2 deletions
diff --git a/download/release-3.4.t2t b/download/release-3.4.t2t
index 7dcb28cec..9573f4408 100644
--- a/download/release-3.4.t2t
+++ b/download/release-3.4.t2t
@@ -1,8 +1,8 @@
GF Version 3.4 Release Notes
-December 2012?
+January 2013?
%!style:../css/style.css
-%!postproc(html): <TITLE> <meta name = "viewport" content = "width = device-width"><TITLE>
+%!postproc(html): <TITLE> <meta charset="UTF-8"><meta name = "viewport" content = "width = device-width"> <TITLE>
%!postproc(html): <H1> <H1><IMG src="../doc/Logos/gf0.png">
==Installation==
@@ -12,10 +12,13 @@ See the [download page http://www.grammaticalframework.org/download/index.html].
==What's new==
===GF compiler and run-time library===
+
- A new partial evaluator that should provide more efficient grammar
complilation, and solve problems with stack overflows and overly long
compilaton times for certain grammars.
- Better visualization of parse trees (contributed by Peter Ljunglöf).
+- ``alltenses`` is now part of the default search path, eliminating the need for
+ ``-path=…`` flags in many cases.
- Various other small improvements and bug fixes.
- [...]
@@ -29,10 +32,12 @@ See the [download page http://www.grammaticalframework.org/download/index.html].
===GF Cloud services===
+
- A Simple Translation Tool (a bilungual document editor) has been added.
- A syntax tree editor has been added (contributed by John J. Camilleri).
- Some new functionality in the web-based grammar editor, e.g. preliminary
support for public grammars.
+- Various other small improvements and bug fixes.
--------------------