summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-30better layout for the Thai keyboardkrasimir
2015-06-30increase the version number for the appkrasimir
2015-06-30added ant.properties in the App folder to make it easier to prepare releaseskrasimir
2015-06-30bugfix in the parser for lexical lookupkrasimir
2015-06-25Remove left over [...] from release notes, bump version number in gf.cabal ↵hallgren
to 3.7-darcs
2015-06-25Update home page, download page & release notes for GF 3.7. Bump version ↵hallgren
number in gf.cabal
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-06-25bugfix in the bottom-up prediction for the parserkrasimir
2015-06-23runtime/c/pf/jit.c: silence warning about alloca on MINGW32hallgren
2015-06-23Bump version of .gfo and .pgf files, improve error messages on version mismatchhallgren
Becacuse of the new special tokens added to the Symbol type, .gfo and .pgf files produced with the current version of GF can not always be used with older versions of GF and the PGF run-time system. The PGF version number was increased from (2,0) to (2,1). GF can still read version (2,0) and (1,0), so old PGF files continue to work. The GFO version was increased from "GF03" to "GF04".
2015-06-23WebSetup.hs: a note about parallel buildshallgren
2015-06-23doc/gf-developers.t2t: add a note about parallel buildshallgren
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal.
2015-06-22Remove the automatically generated doc/gf-developers.htmlhallgren
2015-06-17three more points in the release noteskrasimir
2015-06-17forgot changes in the serialization in the Haskell runtimekrasimir
2015-06-12the orthographic tokens were broken when they appear inside a dictionary ↵krasimir
entry. Now this is fixed by treating those as syntactic rules
2015-06-11Adding download/release-next.t2t (to be renamed) with preliminary release ↵hallgren
notes for the next release You can use 'darcs changes --from-tag=RELEASE-3.6' to get a list of changes since the previous release and extract noteworthy changes from there.
2015-06-11fixed typo in the Haskell runtimekrasimir
2015-06-09updated Android helpfileaarne
2015-06-09note on official vs development version of the Android appaarne
2015-06-09updated demos/app.htmlaarne
2015-06-05print error message for missing abstract categories in the C runtimekrasimir
2015-06-02AppFre.pgf added to repo by mistake, now removedaarne
2015-06-02copied examples/app to examples/slowApp; the new app is a bit scaled down ↵aarne
but much faster
2015-06-02French input grammar FreInput separated from Freaarne
2015-06-02an input grammar for French - 40 times faster, makes all the difference in ↵aarne
the app!
2015-05-27Wide Coverage Translation Demo: add buttons for speech outputhallgren
Also fixed a problem with showing inflections for words containing underscores (e.g. race_2_N).
2015-05-27minibar: moved 2 reusable functions from minibar_translations.js to ↵hallgren
minibar_support.js
2015-05-21examples/phrasebook/Makefile2: include Jpn and Snd in the buildhallgren
2015-05-21Omit -optimize-pgf when compiling small example grammarshallgren
The minibar lets the user choose any category as the start category, but this can lead to run-time errors for grammars compiled with -optimize-pgf. The problem can also be observed in the GF shell. For example, "linearize Fish" (which means that the start category is Kind) fails for some languages when Foods.pgf is compiled with -optimize-pgf.
2015-05-21Fixed a problem with minibar when invoked from gfse or the syntax editorhallgren
Minibar needs js/langcode.js now, so need to include it in gfse/index.html and syntax-exitor/editor.html too.
2015-05-19minibar: cosmetic fix for the "To:" menuhallgren
2015-05-19minibar: more work on speech outputhallgren
2015-05-19added callback in C for unknown wordskrasimir
2015-05-19the NERC in C is now fully up-to-date with the other NERCs. In addition the ↵krasimir
NERC in Haskell and Java now refuses to recognize names that match words in the lexicon. The latest is useful for German
2015-05-18minibar: speech output (experimental) (in browsers that support it)hallgren
2015-05-18minibar: use SVG instead of PNG for trees and alignment diagrams if ↵hallgren
supported by the browser
2015-05-18bugfix in the NERC in Ckrasimir
2015-05-18the callbacks in C now take the concrete syntax as a parameterkrasimir
2015-05-18pgf_lookup_morpho and pgf_lookup_word_prefix are now also case insensitive ↵krasimir
if case_sensitive=off
2015-05-18GF cloud: updated lists of supported RGL languages and some minor style updateshallgren
2015-05-11"flags case_sensitive=off" makes the parser case insensitivekrasimir
2015-05-11added all orthographic primitiveskrasimir
2015-05-08implemented CAPIT in parsingkrasimir
2015-05-08fix in the dictionary lookupkrasimir
2015-05-08a new nice and elegant algorithm for dictionary lookup in the parserkrasimir
2015-05-08the parser is now fully Unicode compatiblekrasimir
2015-05-07fix gu_ucs_is_space in libgukrasimir
2015-05-07fix the NERC in C to work for PN as literalkrasimir
2015-05-07fix pgf-translate to use the NERC againkrasimir