| Age | Commit message (Expand) | Author |
| 2010-04-15 | Work in progress on keyboard input in minibar | hallgren |
| 2010-04-15 | Code simplification | hallgren |
| 2010-04-15 | Omit redundant trailing "&" in jsonp url | hallgren |
| 2010-04-15 | Fix bug in get_grammarlist. Some code simplificaiton. | hallgren |
| 2010-04-12 | fix the molto-molto-molto problem | krasimir |
| 2010-04-09 | Some documentation | hallgren |
| 2010-04-09 | Abstract out grammar access method | hallgren |
| 2010-04-09 | Adding the Minibar files to the darcs repository. | hallgren |
| 2010-04-04 | in the shell, permit 3-letter lang codes as concrete syntax names | aarne |
| 2010-03-31 | export fullFormLexicon from PGF | krasimir |
| 2010-03-28 | Action category, more doc in Phrasebook | aarne |
| 2010-03-24 | now for every category we store, in PGF, the list of functions for it in sour... | krasimir |
| 2010-03-23 | add JavaScript API for completion. contributed by John J. Camilleri | krasimir |
| 2010-03-22 | PGF.groupResults and the option l -groups, to show ambiguities grouped by lag... | aarne |
| 2010-03-18 | pattern @ should be propagated to PGF | krasimir |
| 2010-03-18 | syntax for inaccessible patterns in GF | krasimir |
| 2010-03-14 | bugfix in PGF.TypeCheck | krasimir |
| 2010-03-13 | cleanup in PGF.Typecheck -> newGuardedMeta doesn't need the current scope | krasimir |
| 2010-02-22 | refactor PGF.Expr and PGF.TypeCheck so that the evaluator always has access t... | krasimir |
| 2010-02-20 | bugfix in PGF.TypeCheck | krasimir |
| 2010-02-17 | fix in PGF.Printer | krasimir |
| 2010-02-17 | -output-format=pgf_pretty now prints the flags as well | krasimir |
| 2010-02-16 | fix the PGF printer for abstract | krasimir |
| 2010-02-02 | gr for several metas fixed ; commented out one alternative in SammieGer to ma... | aarne |
| 2010-02-01 | commands mq and tq can take a tree with metas to guide generation | aarne |
| 2010-01-31 | add Show instance and remove the Eq and Ord instances for PGF.Expr.Equation a... | krasimir |
| 2010-01-30 | gt and gr can start from a tree with metavariables, just filling them | aarne |
| 2010-01-30 | code cleanup in PGF.TypeCheck | krasimir |
| 2010-01-29 | bugfix in the PGF typechecker and more test cases | krasimir |
| 2010-01-28 | in example-based grammar conversion, warnings about unknown words | aarne |
| 2010-01-27 | cleanup the code of the PGF interpreter and polish the binary serialization t... | krasimir |
| 2010-01-26 | bug fixes in biased generation ; example probs file in lib/src | aarne |
| 2010-01-26 | probability ranking (rt) and gr -probs=FILE | aarne |
| 2010-01-26 | added probabilities to trees and random gen; not yet in shell | aarne |
| 2010-01-17 | PGF is now real synchronous PMCFG | krasimir |
| 2010-01-17 | now the linearization is completely based on PMCFG | krasimir |
| 2010-01-12 | move the definitions of _B and _V to PGF.Macros | krasimir |
| 2010-01-05 | store the label names in PMCFG | krasimir |
| 2010-01-05 | printnames are now kept as String instead of Term in PGF | krasimir |
| 2010-01-15 | allow metavariables with indices i.e. ?0, ?1, etc in the abstract syntax pars... | krasimir |
| 2010-01-15 | now the abstract syntax in PGF allows the same syntax for integers, floats an... | krasimir |
| 2010-01-07 | inplace editing/parsing in the syntax editor | krasimir |
| 2010-01-07 | better tokenizer in the JavaScript runtime | krasimir |
| 2010-01-04 | some dead code is removed in the JavaScript interpreter | krasimir |
| 2010-01-04 | literal categories in the JavaScript interpreter | krasimir |
| 2010-01-04 | fix the editor grammar | krasimir |
| 2010-01-04 | in gflib.js declare all variables with 'var' because otherwise they are globa... | krasimir |
| 2010-01-04 | in the javascript version of extractTrees filter out the duplicated parse trees | krasimir |
| 2010-01-04 | bugfix in the javascript parser | krasimir |
| 2009-12-31 | morpho analysis with -missing flag, shows words outside lexicon; also invoked... | aarne |