diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html
index a7f275869..11e4f46f0 100644
--- a/src/runtime/javascript/minibar/about.html
+++ b/src/runtime/javascript/minibar/about.html
@@ -59,9 +59,6 @@ Some implementation details:
[Added 2010-02-25] Next to each translation, there is now a little tree icon that
you can click on to see a drawing of an abstract syntax tree or a parse tree. If you click
on a drawing it collapses back into a tree icon.
-
-Work in progress:
-
- [Added 2010-04-09] Preparations to support different ways to access the grammar:
currently we access a PGF server via JSONP, but I would also like to support AJAX,
and local/downloaded JavaScript grammars.
@@ -77,12 +74,20 @@ Work in progress:
{show_abstract:true,show_trees:true} to show the abstract syntax of parsed
sentences, and to show icons that expand to syntax/parse trees next each translation.
These features can be turned off by setting the fields to false.
+ - [Added 2010-04-30] Grammar menu is omitted if there is only one grammar in
+ the grammar list.
+
- [Added 2010-04-30] Fewer hardwired constants and new
+
start_minibar options (server, grammars_url, grammar_list,
+ show_grouped_translations, delete_button_text) to make
+ minibar.js more resuable.)
+
+ Last modified: Fri Apr 30 16:47:43 CEST 2010
+
TH
- Last modified: Mon Apr 19 18:43:48 CEST 2010