NEWS

What's new in gnome-braille-0.0.3?

* a simple 'demo' grade 2 encoder table.  It's pretty dumb, but 
  does unconditional string substitution of all the contractions.

* Fixes for offset math - the offsets reported are now correct,
  and they get properly reallocated if the input or output strings are really
  big.

* Added BrailleConsole API, which is convenient for an all-in-one
  encoder/driver object used by clients.

* Refactored the BrailleTableEncoder implementation, created new header
  braille-table.h.

* More control of encoder behavior by means of 'flags' on the output buffer.
  Implemented support for context changes when tables delegate, which allows
  support for things like the ICEB recommended context-switch dot patterns.

What's new in gnome-braille-0.0.2?

* support for (optional) context-switch braille strings before and after
  tables roll-over to delegates.
* leak fix.
* tweaks to devanagari table.

What's new in gnome-braille-0.0.1?

* new tables for devanagari and hangul
* introducing basic support for korean and hindi braille
* a few new test lines in test-braille
* table encoders fall back on canonical decomposition if direct lookup fails.
* added ability to do string lookup in tables ("UTF8-STRING" tokens)
* made basic japanese braille for kana (katakana and hiregana) substantially
  complete.

enjoy - Bill


