Christian Egli | 13c5d03 | 2012-05-31 21:21:01 +0000 | [diff] [blame] | 1 | liblouis NEWS -- history of user-visible changes. -*- org -*- |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 2 | |
Christian Egli | ad7f122 | 2014-08-27 12:37:12 +0200 | [diff] [blame] | 3 | * Noteworthy changes in release 2.6.0 (2014-9-1) |
Christian Egli | 42dc2f1 | 2014-08-27 16:54:02 +0200 | [diff] [blame^] | 4 | This is the first release by the new maintainer team. A lot of people |
| 5 | from the community contributed to this release. Aside from the usual |
| 6 | improvements and addition of braille tables we also have changes to |
| 7 | the C API to enable call backs for error messages and warnings. |
| 8 | |
Christian Egli | 907c6b4 | 2014-05-06 12:18:59 +0000 | [diff] [blame] | 9 | ** New features |
Christian Egli | ad7f122 | 2014-08-27 12:37:12 +0200 | [diff] [blame] | 10 | *** New Braille tables |
| 11 | - Tables for Afrikaans, Cherokee, Hawaiian, Maori, Sotho and Tswana |
Christian Egli | 42dc2f1 | 2014-08-27 16:54:02 +0200 | [diff] [blame^] | 12 | were donated by Greg Kearney. Afrikaans, Cherokee, Maori and Hawaiian |
Christian Egli | d1d6749 | 2014-08-27 16:24:10 +0200 | [diff] [blame] | 13 | all are grade 1 tables and with the exception of Cherokee were |
| 14 | derived from World Braille Usage 2013. The Cherokee was taken from |
| 15 | the specification published at www.cbtbc.org/cherokee/. |
Christian Egli | ad7f122 | 2014-08-27 12:37:12 +0200 | [diff] [blame] | 16 | *** Logging callback |
| 17 | There is now a callback system in place to get error messages and |
| 18 | warnings. This can be used from programs that use liblouis to log |
| 19 | warnings for example. |
Michael Whapples | 5cdce4a | 2014-04-11 09:24:55 +0000 | [diff] [blame] | 20 | |
Michael Whapples | b4465d0 | 2014-03-12 12:23:08 +0000 | [diff] [blame] | 21 | ** Bug fixes |
Ken Perry | 643928c | 2014-07-01 07:01:08 -0400 | [diff] [blame] | 22 | - fix back translation problems when word gets split in unusual places |
Christian Egli | a326e5f | 2014-07-07 14:07:38 +0200 | [diff] [blame] | 23 | causing back translation of whole words for example K5 back |
| 24 | translates to Knowledgeen, M>k back translates to Moreark, and M5 |
| 25 | back translates to Moren. This caused over 8400 extra back |
| 26 | translation errors in en-us-g2 and 5000 in en-ueb-g2. Thanks to Ken |
| 27 | Perry. |
Michael Whapples | b4465d0 | 2014-03-12 12:23:08 +0000 | [diff] [blame] | 28 | - Fixed bug to prevent removal of \xffff between largesign rules. This |
| 29 | solves a LibLouisUTDML bug where \xffff is used as a segment delimiter. |
Christian Egli | 0e8d4e3 | 2014-05-21 11:48:49 +0200 | [diff] [blame] | 30 | - Fixed a bug in backtranslation, when a letsign was encountered, the |
Mesar Hameed | 5353c42 | 2014-04-12 18:40:02 +0000 | [diff] [blame] | 31 | letsign was being applied beyond the element it applied to. |
Christian Egli | 0e8d4e3 | 2014-05-21 11:48:49 +0200 | [diff] [blame] | 32 | - Fix memory leaks in the default table resolver introduced in the |
| 33 | previous release. |
Christian Egli | 71e292d | 2014-06-26 16:37:30 +0200 | [diff] [blame] | 34 | - Fixes to the build system by Simon Aittamaa |
Michael Whapples | b4465d0 | 2014-03-12 12:23:08 +0000 | [diff] [blame] | 35 | |
Christian Egli | 4b1fc48 | 2014-03-07 13:06:32 +0000 | [diff] [blame] | 36 | ** Braille table improvements |
| 37 | - Fix for Norwegian where letsign is affecting some extra characters |
| 38 | thanks to Lars Bjørndal |
Christian Egli | 0273670 | 2014-03-21 08:52:34 +0000 | [diff] [blame] | 39 | - Much improved hyphenation for Norwegian thanks to Lars Bjørndal |
Christian Egli | 42dc2f1 | 2014-08-27 16:54:02 +0200 | [diff] [blame^] | 40 | - en-us-g1.ctb and en-ueb.g1.ctb are now able to display 8 dot Unicode braille. |
Christian Egli | 4b1fc48 | 2014-03-07 13:06:32 +0000 | [diff] [blame] | 41 | |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 42 | * Noteworthy changes in release 2.5.4 (2014-3-3) |
| 43 | This release contains nine months worth of braille table improvements |
Christian Egli | fa84937 | 2014-03-03 12:49:25 +0000 | [diff] [blame] | 44 | for example for Danish, UEB, en-us, Nemeth, Bulgarian, Slovenian and |
| 45 | many more. Also there are fixes to the core for table path resolving |
| 46 | and back-translation. |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 47 | |
Bert Frees | 07288aa | 2014-02-24 09:53:20 +0000 | [diff] [blame] | 48 | ** New features |
| 49 | - Added function lou_registerTableResolver for plugging in a table |
| 50 | resolver callback from your host language. |
| 51 | |
Christian Egli | 4b1fc48 | 2014-03-07 13:06:32 +0000 | [diff] [blame] | 52 | ** Bug fixes |
Christian Egli | 3af9b4f | 2013-08-06 13:30:58 +0000 | [diff] [blame] | 53 | - Fixed ENDSEGMENT indicator in computer Braille thanks to John |
| 54 | Boyer. |
| 55 | - Emphasized words should now be contracted consistently thanks to |
| 56 | John Boyer. |
Christian Egli | 06f908c | 2013-09-10 09:09:10 +0000 | [diff] [blame] | 57 | - Fixed several problems with back-translation. A slash within a |
| 58 | number and strings such as 5-inch-diameter and 25-year-old-man |
| 59 | should now back-translate correctly. Thanks to John Boyer. |
Christian Egli | cbb94fa | 2013-10-01 12:58:47 +0000 | [diff] [blame] | 60 | - Fixed a problem with syllable opcode. Thanks to John Boyer. |
Christian Egli | bb78255 | 2014-01-06 13:37:00 +0000 | [diff] [blame] | 61 | - Fix warnings with gcc 4.8.2. Thanks to Peter Lundblad. |
Bert Frees | 07288aa | 2014-02-24 09:53:20 +0000 | [diff] [blame] | 62 | - When a table is specified with an absolute or relative path, the |
| 63 | "includes" in that table will now work as expected, meaning files |
| 64 | in the same directory will be found. |
Christian Egli | 06f908c | 2013-09-10 09:09:10 +0000 | [diff] [blame] | 65 | |
Christian Egli | 4b1fc48 | 2014-03-07 13:06:32 +0000 | [diff] [blame] | 66 | ** Braille table improvements |
Christian Egli | 3af9b4f | 2013-08-06 13:30:58 +0000 | [diff] [blame] | 67 | - fr-bfu-comp8.utb: corrections, zero was wrongly displayed in some |
| 68 | instances. |
| 69 | - en-us-g2.ctb, en-ueb-g2.ctb: Fixes for that's, can't and s' |
| 70 | thanks to Ken Perry. |
Christian Egli | 54b994d | 2014-03-03 10:33:35 +0000 | [diff] [blame] | 71 | - en-us-g2.ctb: Fix for back-translation of things like |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 72 | http://address.com, words including after, capsigns. thanks to |
| 73 | Ken Perry. |
Christian Egli | afd5f40 | 2013-09-09 11:13:01 +0000 | [diff] [blame] | 74 | - Further corrections and testcases to the Hungarian tables thanks |
| 75 | to Hammer Attila |
Christian Egli | 45407ab | 2013-09-13 07:34:32 +0000 | [diff] [blame] | 76 | - Fixed letter sign in en-us and en-ueb tables. Thanks to John |
| 77 | Boyer and Ken Perry. |
Christian Egli | 283f062 | 2013-10-17 10:39:37 +0000 | [diff] [blame] | 78 | - UEB Fixes thanks to Mesar Hameed, Ken Perry and Joseph Lee: |
Christian Egli | c0b4f9b | 2014-01-06 12:42:57 +0000 | [diff] [blame] | 79 | - chardefs - correct title and fixed a long standing bug |
Christian Egli | 54b994d | 2014-03-03 10:33:35 +0000 | [diff] [blame] | 80 | where dots 46 was inserted between letters (especially for web |
Christian Egli | c0b4f9b | 2014-01-06 12:42:57 +0000 | [diff] [blame] | 81 | addresses). |
Christian Egli | 45407ab | 2013-09-13 07:34:32 +0000 | [diff] [blame] | 82 | - Fix problem with at sign. |
| 83 | - Removed section of accented letters, that were left behind from |
| 84 | US table. |
| 85 | - Added todo for accents, to define according to the formal docs. |
| 86 | - Corrected mathematical forall symbol. |
Mesar Hameed | be21ddc | 2013-09-20 13:14:08 +0000 | [diff] [blame] | 87 | - Modified emphasis dot combinations to follow UEB standard. |
Mesar Hameed | 30532eb | 2013-09-20 13:27:30 +0000 | [diff] [blame] | 88 | - Corrected the display of period when used as a midword. |
Christian Egli | 54b994d | 2014-03-03 10:33:35 +0000 | [diff] [blame] | 89 | - Ensure 'inin' is correctly back-translated in words such as |
Christian Egli | 283f062 | 2013-10-17 10:39:37 +0000 | [diff] [blame] | 90 | asinine, feminine and others. |
Christian Egli | 54b994d | 2014-03-03 10:33:35 +0000 | [diff] [blame] | 91 | - Bulgarian bg.ctb: updated to meet modern standards (added Latin |
Christian Egli | cbb94fa | 2013-10-01 12:58:47 +0000 | [diff] [blame] | 92 | letters, corrected punctuation/mathematical symbols, misc typos). |
| 93 | Thanks to Rumiana Kamenska |
| 94 | - en-gb-g1.utb: Fixes thanks to Paul Wood |
Christian Egli | 9ec6450 | 2013-11-21 09:56:27 +0000 | [diff] [blame] | 95 | - Fix for the lich sign in the German tables. Thanks to Halim |
| 96 | Sahin. |
Christian Egli | 3f61bda | 2014-01-08 13:19:42 +0000 | [diff] [blame] | 97 | - Nemeth improvements thanks to John Boyer. |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 98 | - Spaces in nemethdefs.cti were changed to unbreakable spaces. |
Christian Egli | 54b994d | 2014-03-03 10:33:35 +0000 | [diff] [blame] | 99 | This was done so that Nemeth expressions would not be broken |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 100 | between lines. |
Christian Egli | 3f61bda | 2014-01-08 13:19:42 +0000 | [diff] [blame] | 101 | - The number sign is now inserted between the minus sign and the |
| 102 | number at the beginning of an expression. Some problems with |
| 103 | pass2 opcodes have also been corrected. |
Christian Egli | 79d44c7 | 2014-01-06 11:14:48 +0000 | [diff] [blame] | 104 | - The Esperanto table has additional punctuation characters and a |
| 105 | test harness. Thanks to Aaron Cannon. |
| 106 | - Added missing symbols to the US English BRF display table. Thanks |
Christian Egli | c0b4f9b | 2014-01-06 12:42:57 +0000 | [diff] [blame] | 107 | to Aaron Cannon. |
Christian Egli | 48c738b | 2014-01-08 13:25:06 +0000 | [diff] [blame] | 108 | - Improvements to the Slovenian table and a new Slovenian eight dot |
Christian Egli | c0b4f9b | 2014-01-06 12:42:57 +0000 | [diff] [blame] | 109 | computer table provided by Jožef Gregorc. |
Christian Egli | 48c738b | 2014-01-08 13:25:06 +0000 | [diff] [blame] | 110 | - Fixes to the Norwegian tables thanks to Lars Bjørndal |
| 111 | - Fixes for less than / greater than. |
| 112 | - Add entries for URLs, domains and file names. |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 113 | - Added ne.utb, an alternative Nepali braille table. One of ne.utb |
| 114 | or ne.ctb will be removed/merged in a future version. Keeping |
| 115 | both for the time being so that users can test and give feedback |
| 116 | on which is most correct. Thanks to Him Prasad Gautam, and Mesar |
| 117 | Hameed |
Christian Egli | fa84937 | 2014-03-03 12:49:25 +0000 | [diff] [blame] | 118 | - Much improved danish grade 1 and grade 2 6 and 8 dot braille, |
| 119 | thanks to Bue Vester-Andersen and Mesar Hameed |
Christian Egli | 3af9b4f | 2013-08-06 13:30:58 +0000 | [diff] [blame] | 120 | |
| 121 | ** Backwards incompatible changes |
Christian Egli | 01bb6cb | 2014-03-03 09:59:29 +0000 | [diff] [blame] | 122 | - Delete the table chardefs-ueb.cti as these rules are now provided |
| 123 | by en-ueb-chardefs.uti |
Mesar Hameed | 48ccdea | 2013-07-19 11:28:38 +0000 | [diff] [blame] | 124 | |
Bert Frees | 07288aa | 2014-02-24 09:53:20 +0000 | [diff] [blame] | 125 | ** Invisible changes |
| 126 | - Refactoring in compileTranslationTable.c: separated more clearly |
| 127 | the compilation from the table resolving, removed duplicate code, |
| 128 | etc. |
| 129 | |
Christian Egli | 4fe6645 | 2013-06-03 12:18:57 +0000 | [diff] [blame] | 130 | * Noteworthy changes in release 2.5.3 (2013-6-21) |
Christian Egli | 776fece | 2013-01-04 09:21:17 +0000 | [diff] [blame] | 131 | ** New features |
| 132 | *** New Braille tables |
| 133 | - Korean grade 1 and grade 2 thanks to Joseph Lee |
Christian Egli | be4de91 | 2013-01-28 11:24:33 +0000 | [diff] [blame] | 134 | - U.K. English 8 dot computer braille table thanks to David |
Christian Egli | 09f0e86 | 2013-01-21 15:11:51 +0000 | [diff] [blame] | 135 | Reynolds |
Christian Egli | be4de91 | 2013-01-28 11:24:33 +0000 | [diff] [blame] | 136 | - New Russian literary and computer braille tables thanks to Igor |
| 137 | B. Poretsky. These replace the older Russian tables which are |
Christian Egli | d9567d9 | 2013-01-28 11:14:15 +0000 | [diff] [blame] | 138 | left for backwards compatibility. |
Christian Egli | be4de91 | 2013-01-28 11:24:33 +0000 | [diff] [blame] | 139 | - New hyphenation dictionary for Russian thanks to Igor B. |
| 140 | Poretsky. |
Christian Egli | e30f8c5 | 2013-04-02 09:42:32 +0000 | [diff] [blame] | 141 | - Updated hyphenation tables for the Norwegian language (nynorsk |
| 142 | and bokmål) thanks to Lars Bjørndal. |
Mesar Hameed | ffdb3f6 | 2013-04-21 12:44:32 +0000 | [diff] [blame] | 143 | - New hyphenation dictionary for Esperanto thanks to Aaron Cannon. |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 144 | - New Esperanto grade 1 table, using the x system for accented |
| 145 | letters, thanks to Aaron Cannon. |
Christian Egli | 776fece | 2013-01-04 09:21:17 +0000 | [diff] [blame] | 146 | |
Mesar Hameed | 6894a1d | 2013-04-15 12:55:17 +0000 | [diff] [blame] | 147 | *** runHarness.py: |
Mesar Hameed | ee563b8 | 2013-04-15 15:56:44 +0000 | [diff] [blame] | 148 | Accept filename globs on the commandline to run specific harness files. |
| 149 | In tests/harness, one can do make <filename> or make runall |
| 150 | Removed from make check because these checks are checking the validity |
| 151 | of our tables, rather than validity of the code. |
Mesar Hameed | 6894a1d | 2013-04-15 12:55:17 +0000 | [diff] [blame] | 152 | |
Christian Egli | 776fece | 2013-01-04 09:21:17 +0000 | [diff] [blame] | 153 | ** Braille Table Improvements |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 154 | - da-dk-g2.ctb, mostly rewritten to use nocross and hyphenation |
| 155 | table. |
| 156 | - Most tables: removed the default collapse whitespace statements, |
| 157 | if you need to compress whitespace, consider adding compress.ctb |
| 158 | to the list of tables when processing. |
| 159 | - Corrections to Unified English Braille Code (Grade 1 and 2), |
| 160 | thanks to Joseph Lee |
Christian Egli | 6717e9e | 2013-01-17 09:50:54 +0000 | [diff] [blame] | 161 | - Corrections to apostrophes in the Computer Spanish 8 dots Braille |
| 162 | table (Es-Es-G0.utb). Thanks to Juan C. Buno. |
Christian Egli | abf0e7e | 2013-01-28 10:53:59 +0000 | [diff] [blame] | 163 | - Corrections for double angle quotation marks and emphasis marks |
| 164 | in the Norwegian Grade 0 Braille Table. Thanks to Knut Arne |
| 165 | Bjørndal. |
Christian Egli | 9f2464b | 2013-04-17 12:26:09 +0000 | [diff] [blame] | 166 | - Fixes for a minor problem regarding the noletsign in Norwegian |
| 167 | contracted braille. Thanks to Lars Bjørndal. |
Christian Egli | 1499efb | 2013-01-28 11:32:02 +0000 | [diff] [blame] | 168 | - Corrections to the Italian table thanks to Igor B. Poretsky. |
Christian Egli | 86755ed | 2013-03-22 12:34:43 +0000 | [diff] [blame] | 169 | - Corrections to the Hungarian grade 1 table thanks to Hammer |
| 170 | Attila |
| 171 | - Corrections to English, U.S. Grade 2 (ABAE) table. Thanks to Ken |
| 172 | Perry for reporting the bug and John J. Boyer for fixing it. |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 173 | - Further reorganization of the tables to remove duplication. Move |
| 174 | litdigit opcode common parts and include where needed. |
| 175 | - Removed obsolete en-us-g1.utb, which has been replaced by |
| 176 | en-us-g1.ctb. |
Mesar Hameed | a1c2992 | 2013-04-16 12:57:49 +0000 | [diff] [blame] | 177 | - Added dictionary harness tests for: en-ueb-g2.ctb, en-us-g2.ctb. |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 178 | - Corrections to Nemeth character definitions thanks to Neil |
| 179 | Soiffer. |
Christian Egli | 146244e | 2013-04-09 06:57:05 +0000 | [diff] [blame] | 180 | - Corrections to the Esperanto table thanks to Aaron Cannon. |
Christian Egli | 776fece | 2013-01-04 09:21:17 +0000 | [diff] [blame] | 181 | |
| 182 | ** Bug Fixes |
Christian Egli | 86755ed | 2013-03-22 12:34:43 +0000 | [diff] [blame] | 183 | - Cursor position calculation is now based on the same code that |
| 184 | calculates inpos and outpos. This probably solves a number of |
| 185 | bugs. |
Mesar Hameed | ed535d0 | 2013-04-13 12:24:55 +0000 | [diff] [blame] | 186 | - Fix nocross opcode processing. |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 187 | - Fix several buffer over/under runs in |
| 188 | lou_translateString.c:hyphenate. |
Christian Egli | 8452ccd | 2013-04-09 09:51:32 +0000 | [diff] [blame] | 189 | - Fix the '=' problem, i.e. fix inputPositions calculation for the |
Christian Egli | 66ac372 | 2013-06-10 09:08:02 +0000 | [diff] [blame] | 190 | case where the equals sign is used as the dots operand. Thanks to |
| 191 | Bert Frees |
Christian Egli | 4fe6645 | 2013-06-03 12:18:57 +0000 | [diff] [blame] | 192 | - Fix a bug when resizing a table. Previously not all references to |
| 193 | this table were updated. |
Christian Egli | 776fece | 2013-01-04 09:21:17 +0000 | [diff] [blame] | 194 | |
Christian Egli | 61093d3 | 2013-06-06 07:28:03 +0000 | [diff] [blame] | 195 | ** Backwards incompatible changes |
| 196 | - The feature that allowed a mapping between language code and |
| 197 | Braille table was removed as it contained a out-of-bounds access |
| 198 | bug, was never documented and probably never used. Thanks to |
| 199 | Peter Nilsson Lundblad and Jeremy Roman for analyzing this |
| 200 | problem and providing a patch. |
| 201 | |
Christian Egli | a9749aa | 2012-12-17 15:18:11 +0000 | [diff] [blame] | 202 | * Noteworthy changes in release 2.5.2 (2012-12-18) |
Christian Egli | 9f60ddd | 2012-12-13 10:49:54 +0000 | [diff] [blame] | 203 | |
Christian Egli | a9749aa | 2012-12-17 15:18:11 +0000 | [diff] [blame] | 204 | While initially planned as mainly a bug fix release this release |
| 205 | contains some notable new features: There is a new tool to trace which |
Christian Egli | 61506ee | 2012-12-19 09:29:46 +0000 | [diff] [blame] | 206 | rules have been used to perform a translation. Also along with other |
| 207 | new tables the long awaited table for UEB is finally here. |
Christian Egli | 551b8a4 | 2012-10-02 14:59:57 +0000 | [diff] [blame] | 208 | |
Mesar Hameed | 05aa4ba | 2012-11-17 09:51:35 +0000 | [diff] [blame] | 209 | ** New features |
Christian Egli | a9749aa | 2012-12-17 15:18:11 +0000 | [diff] [blame] | 210 | *** New tool to trace rule application |
| 211 | There is a new tool (lou_trace) which helps to trace which rules |
| 212 | have been used to perform a Braille translation. This is helpful |
| 213 | for writing Braille tables. See the documentation for more |
| 214 | information. |
Mesar Hameed | 05aa4ba | 2012-11-17 09:51:35 +0000 | [diff] [blame] | 215 | *** New Braille tables |
| 216 | - Inuktitut grade 1, thanks to Greg Kearney. |
Christian Egli | 12faab2 | 2013-01-18 14:02:17 +0000 | [diff] [blame] | 217 | - UEB grade 1 and 2, thanks to Joseph Lee. These tables replace |
| 218 | the old UEB tables (UEBC-g1.utb and UEBC-g2.ctb). |
Christian Egli | 686c81d | 2012-12-06 16:15:48 +0000 | [diff] [blame] | 219 | - Korean table thanks to Joseph Lee |
Mesar Hameed | 8f896f9 | 2012-12-05 10:26:21 +0000 | [diff] [blame] | 220 | |
| 221 | ** Braille Table Improvements |
Mesar Hameed | d90886b | 2013-03-10 16:26:25 +0000 | [diff] [blame] | 222 | - da-dk-g2.ctb, fixes for transposed â, å, æ, ä, ø and ö, |
Christian Egli | a7ad32f | 2012-12-07 15:13:54 +0000 | [diff] [blame] | 223 | corrected/improved harness tests. |
| 224 | - Corrections for en-GB-g2.ctb thanks to Paul Wood |
Christian Egli | e65f461 | 2012-12-17 10:26:31 +0000 | [diff] [blame] | 225 | - Corrections to the Hungarian grade 1 table thanks to Hammer |
| 226 | Attila |
Mesar Hameed | 8f896f9 | 2012-12-05 10:26:21 +0000 | [diff] [blame] | 227 | |
Christian Egli | a9749aa | 2012-12-17 15:18:11 +0000 | [diff] [blame] | 228 | ** Bug Fixes |
| 229 | - Update gnulib |
| 230 | - Fix a bug in the correct opcode which causes sometimes random |
| 231 | results when translating. Thanks to Bert Frees. |
| 232 | - Fixes for compiler warnings. |
| 233 | - Fix some Valgrind warnings about invalid reads |
Mesar Hameed | 05aa4ba | 2012-11-17 09:51:35 +0000 | [diff] [blame] | 234 | |
Christian Egli | a81e2db | 2012-09-21 14:48:54 +0000 | [diff] [blame] | 235 | * Noteworthy changes in release 2.5.1 (2012-9-24) |
Mesar Hameed | 9d173ec | 2012-09-14 08:21:46 +0000 | [diff] [blame] | 236 | |
| 237 | ** Braille Table Improvements |
Christian Egli | 551b8a4 | 2012-10-02 14:59:57 +0000 | [diff] [blame] | 238 | - Fix encoding problem in italian table and added more character |
| 239 | definitions. Thanks to Simone Dal Maso <simone.dalmaso@juvox.it>. |
| 240 | - Rename it-it-g1.utb to it-it-comp6.utb and it-it-g1.utb2 to |
| 241 | it-it-comp8.utb. |
James Teh | 4a716ab | 2012-09-19 05:03:06 +0000 | [diff] [blame] | 242 | |
| 243 | ** Bug fixes |
Christian Egli | 551b8a4 | 2012-10-02 14:59:57 +0000 | [diff] [blame] | 244 | - Fix outputPos and inlen where an input character generates multiple |
| 245 | output characters. |
Mesar Hameed | 9d173ec | 2012-09-14 08:21:46 +0000 | [diff] [blame] | 246 | |
Christian Egli | 8974daf | 2012-09-10 09:53:28 +0000 | [diff] [blame] | 247 | * Noteworthy changes in release 2.5.0 (2012-9-10) |
Christian Egli | 0ae8b0a | 2012-09-05 09:33:14 +0000 | [diff] [blame] | 248 | |
| 249 | This release contains a tremendous amount of work many developers. |
| 250 | Many long standing bugs have been fixed. The tables can finally be in |
| 251 | UTF-8. A grand table cleanup removed duplication from the tables. |
| 252 | There are now two extensive test frameworks for table writers. A |
| 253 | number of new tables have been contributed on top of the usual |
| 254 | assortment of table improvements. Thanks to all of this liblouis has |
| 255 | already seen quite a bit of uptake in a number of places, notably the |
| 256 | new DAISY pipeline will ship with this release of liblouis. |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 257 | |
Christian Egli | eb7178f | 2012-09-10 10:08:16 +0000 | [diff] [blame] | 258 | NOTE: If you have private tables you might want to migrate them to |
| 259 | utf-8. To do this just use iconv as follows: |
| 260 | |
| 261 | $ iconv -f latin-1 -t utf-8 <input >output |
| 262 | |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 263 | ** New features |
Christian Egli | 1d7b302 | 2012-05-16 07:59:44 +0000 | [diff] [blame] | 264 | *** New Braille tables |
| 265 | - Estonian grade 0, thanks to Jürgen Dengo. |
| 266 | - Portuguese 8 dot Computer braille, Thanks to Rui Fontes |
Christian Egli | 328d0c9 | 2012-07-10 07:14:48 +0000 | [diff] [blame] | 267 | *** UTF-8 support in tables |
| 268 | Braille tables can now contain UTF-8 in the opcode arguments. |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 269 | *** Improvements to the python bindings |
| 270 | All constants defined in liblouis.h are now exposed in the bindings. |
Christian Egli | cc1a0a4 | 2012-03-02 13:34:09 +0000 | [diff] [blame] | 271 | *** Add a doctest infrastructure |
Christian Egli | 66cfe50 | 2012-03-01 14:50:42 +0000 | [diff] [blame] | 272 | These tests are based on the Python doctest framework and are only |
| 273 | run if there is a Python interpreter on the system |
Christian Egli | cc1a0a4 | 2012-03-02 13:34:09 +0000 | [diff] [blame] | 274 | *** Add a test harness |
| 275 | This test infrastructure allows the user to do table tests in a |
Christian Egli | 0ae8b0a | 2012-09-05 09:33:14 +0000 | [diff] [blame] | 276 | simple and concise syntax. These tests are based on the Python |
| 277 | nose testing framework and are only run if either Python 2.x or |
| 278 | 3.x with the related nose python module is installed on the |
| 279 | system. See the documentation for more information. Thanks to |
| 280 | Mesar Hameed. |
Mesar Hameed | 96f30d8 | 2012-07-20 08:43:00 +0000 | [diff] [blame] | 281 | *** Add a test harness generator |
Christian Egli | 0ae8b0a | 2012-09-05 09:33:14 +0000 | [diff] [blame] | 282 | A harness generator that uses simple text files with a little |
| 283 | formatting to help to generate the json harness files. The purpose |
| 284 | of this tool is to make it much easier and faster to add checks |
| 285 | for a given table. You are expected to read the generated harness |
| 286 | file and make necessary changes, the tool only helps you to get |
| 287 | the tests into the harness format, not check their validity. |
Christian Egli | 1d7b302 | 2012-05-16 07:59:44 +0000 | [diff] [blame] | 288 | *** Support for Python 3 in the Python bindings |
| 289 | The Python bindings now work for both Python 2 and Python 3. |
| 290 | Thanks to Michael Whapples. |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 291 | |
Christian Egli | 13c5d03 | 2012-05-31 21:21:01 +0000 | [diff] [blame] | 292 | ** Improved C-based test framework |
| 293 | - Improved the test framework to be able to test translations |
| 294 | involving Unicode. |
| 295 | - Added numerous tests, e.g. for lowercase and Unicode, for the |
| 296 | input position, for repeated, etc. |
| 297 | |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 298 | ** Improved the documentation |
Mesar Hameed | aa633e5 | 2012-07-26 12:55:37 +0000 | [diff] [blame] | 299 | - Document the test harness (json format, fields, flags). |
Christian Egli | 1d7b302 | 2012-05-16 07:59:44 +0000 | [diff] [blame] | 300 | - Document the use of Valgrind to find memory leaks |
Christian Egli | 4842215 | 2012-06-28 09:06:18 +0000 | [diff] [blame] | 301 | - Improve the documentation on the display opcode |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 302 | |
| 303 | ** Bug fixes |
Christian Egli | 13c5d03 | 2012-05-31 21:21:01 +0000 | [diff] [blame] | 304 | - lou_allround and lou_translate now properly handle Unicode |
Christian Egli | e30b08b | 2012-04-17 08:27:13 +0000 | [diff] [blame] | 305 | characters |
Christian Egli | 8b0740d | 2012-05-11 12:41:02 +0000 | [diff] [blame] | 306 | - Fix some issues reported by Valgrind |
Christian Egli | 1d7b302 | 2012-05-16 07:59:44 +0000 | [diff] [blame] | 307 | - Fix inputPos for situation where context and multipass opcodes |
| 308 | are involved |
Christian Egli | 13c5d03 | 2012-05-31 21:21:01 +0000 | [diff] [blame] | 309 | - Fixed a number of bugs with the letter, uppercase and lowercase |
| 310 | opcodes when dealing with Unicode |
Christian Egli | 9a01807 | 2012-06-07 12:08:54 +0000 | [diff] [blame] | 311 | - Fixed a couple of bugs with hyphenation (documentation, Python |
| 312 | bindings and a number of buffer overruns in the C library). |
| 313 | Thanks Milan Zamazal <pdm@brailcom.org> for reporting this. |
Christian Egli | d4e7374 | 2012-06-07 15:33:03 +0000 | [diff] [blame] | 314 | - Fix a bug in the $a. matcher in the multipass rules where only 32 |
| 315 | chars were matched. It now matches 0xffff chars. |
Christian Egli | 8da99ad | 2012-09-06 19:46:48 +0000 | [diff] [blame] | 316 | - Fix a bug reported by James Teh related to pass1Only |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 317 | |
| 318 | ** Braille Table Improvements |
Christian Egli | 0ae8b0a | 2012-09-05 09:33:14 +0000 | [diff] [blame] | 319 | - all table files have consistent encoding, UTF-8. |
Christian Egli | 13c5d03 | 2012-05-31 21:21:01 +0000 | [diff] [blame] | 320 | - The grand table cleanup: Reorganize the tables to remove |
| 321 | duplication. Move common parts such as Latin letter, eight and |
| 322 | six dot digit definitions to separate files which are then |
| 323 | included. This should ease table maintenance. Thanks to Mesar Hameed. |
Christian Egli | 1d7b302 | 2012-05-16 07:59:44 +0000 | [diff] [blame] | 324 | - Fixes to de-de-comp8.ctb thanks to Aliminator83@gmail.com |
Mesar Hameed | 6ae9d6d | 2012-06-12 06:50:58 +0000 | [diff] [blame] | 325 | - hu1.ctb renamed to hu-hu-g1.ctb |
Mesar Hameed | fa475f2 | 2012-06-12 07:18:43 +0000 | [diff] [blame] | 326 | - hu.ctb renamed to hu-hu-comp8.ctb |
Mesar Hameed | 0138298 | 2012-07-09 13:54:08 +0000 | [diff] [blame] | 327 | - eo.ctb renamed to eo-g1.ctb |
| 328 | - Fixes to eo-g1.ctb thanks to Aaron Cannon <cannona@fireantproductions.com> |
Christian Egli | 0ae8b0a | 2012-09-05 09:33:14 +0000 | [diff] [blame] | 329 | - hu-hu-g1.ctb: improvements and extensive test harness, with |
| 330 | working back-translation, Thanks to Hammer Attila |
Christian Egli | 8da99ad | 2012-09-06 19:46:48 +0000 | [diff] [blame] | 331 | - Fixes to fr-bfu-comp6.utb and fr-bfu-comp8.utb thanks to Michel |
| 332 | Such <michel.such@free.fr> |
| 333 | - Reworked and extended Ethiopic braille table ethio-g1.ctb, |
| 334 | superseeds gez*, thanks to Dr. Tamru E. Belay |
| 335 | <g.braille@sympatico.ca> |
Christian Egli | 8974daf | 2012-09-10 09:53:28 +0000 | [diff] [blame] | 336 | - Fixes to no-no-g3.ctb thanks to Lars Bjørndal <lars@lamasti.net> |
Christian Egli | 539f6b3 | 2012-02-27 09:13:17 +0000 | [diff] [blame] | 337 | |
Christian Egli | 8619341 | 2012-02-21 12:41:32 +0000 | [diff] [blame] | 338 | * Noteworthy changes in release 2.4.1 (2012-2-22) |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 339 | |
Christian Egli | 29f3855 | 2011-06-28 10:19:39 +0000 | [diff] [blame] | 340 | ** New features |
Christian Egli | b3d5904 | 2012-02-01 10:03:21 +0000 | [diff] [blame] | 341 | - Czech hyphenation table thanks to Jan Hegr |
Christian Egli | 3ef96cf | 2012-02-06 10:49:00 +0000 | [diff] [blame] | 342 | - Spanish grade 1 table provided by José Enrique Fernández del |
Christian Egli | 1d9171d | 2012-02-22 11:08:53 +0000 | [diff] [blame] | 343 | Campo and Juan Carlos Buño Suárez |
Christian Egli | b550289 | 2012-02-23 08:24:01 +0000 | [diff] [blame] | 344 | - New Tamil table thanks to Mesar Hameed |
Christian Egli | b3d5904 | 2012-02-01 10:03:21 +0000 | [diff] [blame] | 345 | |
| 346 | ** Braille Table Improvements |
Christian Egli | 5dcf5b5 | 2012-02-01 13:01:35 +0000 | [diff] [blame] | 347 | - Improvements to the Portuguese grade1 braille tables |
Christian Egli | a9b3687 | 2012-02-20 09:58:20 +0000 | [diff] [blame] | 348 | - Updates and additions to Icelandic 8-dot braille table. |
Christian Egli | 8619341 | 2012-02-21 12:41:32 +0000 | [diff] [blame] | 349 | - Improvements to the uncontracted Spanish computer braille table. |
Christian Egli | 6579126 | 2012-02-22 09:04:52 +0000 | [diff] [blame] | 350 | - Improvements to the Norwegian braille table thanks to David Hole. |
Christian Egli | a9b3687 | 2012-02-20 09:58:20 +0000 | [diff] [blame] | 351 | |
Christian Egli | b3d5904 | 2012-02-01 10:03:21 +0000 | [diff] [blame] | 352 | * Noteworthy changes in release 2.4.0 (2012-01-31) |
| 353 | |
| 354 | ** New features |
Christian Egli | a620a14 | 2012-01-09 11:12:09 +0000 | [diff] [blame] | 355 | - New Generic Farsi Grade 1 table: A new table for Generic Farsi |
| 356 | Grade 1 braille has been provided by Mesar Hameed. |
Christian Egli | a620a14 | 2012-01-09 11:12:09 +0000 | [diff] [blame] | 357 | - Emacs mode for editing Braille tables thanks to Christian Egli |
| 358 | |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 359 | ** Braille Table Improvements |
| 360 | - Improvements to the French comp6 and comp8 braille tables |
Christian Egli | 728b77d | 2011-05-30 06:40:27 +0000 | [diff] [blame] | 361 | - Improvements to the Romanian braille table |
Christian Egli | 29f3855 | 2011-06-28 10:19:39 +0000 | [diff] [blame] | 362 | - Improvements to the Generic Arabic Grade 1 table |
Christian Egli | a620a14 | 2012-01-09 11:12:09 +0000 | [diff] [blame] | 363 | - Improvements to the Czech tables thanks to Jan Halousek and to |
| 364 | Jan Hegr |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 365 | |
Christian Egli | e3a003d | 2011-05-09 06:52:24 +0000 | [diff] [blame] | 366 | * Noteworthy changes in release 2.3.0 (2011-05-09) |
Christian Egli | 3929eac | 2010-09-27 15:05:08 +0000 | [diff] [blame] | 367 | |
Christian Egli | fa8b3e9 | 2011-05-09 07:39:06 +0000 | [diff] [blame] | 368 | This release contains support for many more languages than before |
| 369 | (Swedish, Kurdish, Ethiopic, Serbian, many Indian languages). The |
| 370 | search path for tables is now a list of paths. Finally there is the |
| 371 | usual assortment of bug fixes. |
| 372 | |
Christian Egli | a611935 | 2011-03-14 09:47:59 +0000 | [diff] [blame] | 373 | ** New features |
| 374 | *** Multiple table search path |
| 375 | The environment variable LOUIS_TABLEPATH can now contain a list of |
| 376 | paths (separated by commas) where liblouis should look for tables. |
| 377 | This allows the user to keep local tables. |
Christian Egli | 34c886e | 2011-03-14 13:13:32 +0000 | [diff] [blame] | 378 | *** New --quiet option for lou_checktable |
| 379 | lou_checktable writes to stderr even in the case of success. This |
| 380 | can now be suppressed with the new option --quiet. |
Christian Egli | 6a127f3 | 2011-03-30 09:35:25 +0000 | [diff] [blame] | 381 | *** New Swedish table |
| 382 | A new table for Swedish braille has been provided by Samuel |
| 383 | Thibault. |
Christian Egli | 36cf0dc | 2011-04-15 10:31:17 +0000 | [diff] [blame] | 384 | *** New table for Sorani (Kurdish) |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 385 | A new table for Sorani (Kurdish) Braille has been donated by Peter |
| 386 | Engström from Index Braille |
Christian Egli | bc8401c | 2011-04-15 11:36:22 +0000 | [diff] [blame] | 387 | *** New table for Ethiopic |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 388 | A new table for Ethiopic Braille has been donated by Tamru E. |
| 389 | Belay PH.D from Adaptive Technology Center for the Blind (ATCB) |
Christian Egli | 7ddbd8c | 2011-04-15 13:24:03 +0000 | [diff] [blame] | 390 | *** New table for Serbian |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 391 | A new table for Serbian Braille has been donated by Peter Engström |
| 392 | from Index Braille |
Christian Egli | a611935 | 2011-03-14 09:47:59 +0000 | [diff] [blame] | 393 | |
Christian Egli | 60fc990 | 2011-03-28 06:59:40 +0000 | [diff] [blame] | 394 | ** Improved the documentation |
| 395 | The deprecated opcodes have been moved to a separate section |
| 396 | |
Christian Egli | 9863b72 | 2011-03-03 10:16:33 +0000 | [diff] [blame] | 397 | ** Bug fixes |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 398 | - Fixed a long standing bug with an infinite loop in the table |
| 399 | compiler |
Christian Egli | 6826d57 | 2011-04-15 08:57:16 +0000 | [diff] [blame] | 400 | |
| 401 | ** Braille Table Improvements |
Christian Egli | 12717a5 | 2011-05-18 07:16:00 +0000 | [diff] [blame] | 402 | - Improvements to the Chinese braille table |
| 403 | - Improvements to the Flemish Braille Math Code tables |
| 404 | - Improvements to the Dutch Braille tables |
| 405 | - Improvements to the Spanish Braille tables. |
| 406 | - Fixes for the uncontracted French 6 and 8 dot tables |
| 407 | - Improved support for Italian 8 dot |
| 408 | - Improvements to the Generic Arabic Grade 1 table |
Christian Egli | 9863b72 | 2011-03-03 10:16:33 +0000 | [diff] [blame] | 409 | |
| 410 | * Noteworthy changes in release 2.2.0 (????-??-??) |
| 411 | |
Christian Egli | 3929eac | 2010-09-27 15:05:08 +0000 | [diff] [blame] | 412 | ** New features |
| 413 | *** New tables |
| 414 | - Support for many indian languages |
| 415 | - Support for Icelandic 6- and 8-dot |
Christian Egli | 85c57f5 | 2010-11-12 13:10:13 +0000 | [diff] [blame] | 416 | - Support for Catalan |
Christian Egli | 221783c | 2010-12-07 13:37:29 +0000 | [diff] [blame] | 417 | - Support for Dutch Braille (for Belgium and the Netherlands) |
| 418 | - Support for Flemish Braille Math Code (a.k.a. Woluwe code) |
Christian Egli | 85c57f5 | 2010-11-12 13:10:13 +0000 | [diff] [blame] | 419 | |
Christian Egli | 6b68c1a | 2011-03-30 12:31:03 +0000 | [diff] [blame] | 420 | |
| 421 | *** New functions to make libraries relocatable |
| 422 | Two new functions, to set the search path for tables and files. |
| 423 | They make the library relocatable. See the in the documentation |
| 424 | for lou_setDataPath and lou_getDataPath. |
| 425 | |
Christian Egli | 85c57f5 | 2010-11-12 13:10:13 +0000 | [diff] [blame] | 426 | ** Bug fixes |
| 427 | - Improved support for Spanish |
Christian Egli | cc417ae | 2010-12-09 07:57:18 +0000 | [diff] [blame] | 428 | - Improved Norwegian tables |
Christian Egli | 3929eac | 2010-09-27 15:05:08 +0000 | [diff] [blame] | 429 | |
Christian Egli | 4866571 | 2010-08-27 12:40:11 +0000 | [diff] [blame] | 430 | * Noteworthy changes in release 2.1.1 (2010-8-23) |
| 431 | |
| 432 | ** Bug fixes |
| 433 | - Fixed problems with the Danish grade 2 table |
| 434 | - Fixed problems with the Marburg maths table for mathematics and |
| 435 | the UK maths table for mathematics |
| 436 | |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 437 | * Noteworthy changes in release 2.1.0 (2010-8-19) |
| 438 | |
| 439 | ** New features |
| 440 | *** New tables |
| 441 | - Added tables for Portuguese grade 1 and 2 |
| 442 | - Added unicode.dis for Unicode braille |
| 443 | *** Modified tables |
| 444 | - Updated Danish tables |
| 445 | *** Implemented language to table mapping |
| 446 | *** New format of error messages |
| 447 | The error messages are now reported in a format similar to the one |
| 448 | used in gcc. |
| 449 | *** New opcode |
| 450 | - added undefined opcode |
| 451 | *** Python bindings |
| 452 | - Allow the user to configure the maximum output length by |
| 453 | specifying a number by which the input length is multiplied |
| 454 | using the outlenMultiplier module variable. The default will |
| 455 | handle the case where every input character is undefined in the |
| 456 | translation table. Previously, this was hard-coded to 2, which |
| 457 | was insufficient in some cases. |
| 458 | - Add compbrlLeftCursor mode constant. |
| 459 | - Add compileString function which wraps lou_compileString. |
| 460 | - Corrections/clarifications to docstrings. |
| 461 | - Add python binding for the lou_hyphenate function. |
| 462 | - Added python wrapper for lou_backTranslateString and lou_backTranslate. |
| 463 | |
| 464 | *** liblouisxslt as an example |
| 465 | Add liblouisxslt as an example to python/examples. This is |
| 466 | basically an extension of libxslt that lets you invoke liblouis |
| 467 | from an xslt stylesheet to do Braille translation on text nodes |
| 468 | for example. |
| 469 | *** compbrlLeftCursor |
| 470 | Added a patch provided by Volker Bijewitz to implement |
| 471 | compbrlLeftCursor. |
| 472 | |
| 473 | ** Bug fixes |
| 474 | *** output cursorPos |
| 475 | Fix the output cursorPos when the compbrlAtCursor mode is enabled |
| 476 | and the characters around the cursor translate to multiple braille |
| 477 | cells, such as in the Chinese braille tables. |
| 478 | *** outpos when doing back translation |
| 479 | Include a patch by Timothy Lee to fix outpos when doing back translation |
James Teh | fd769b5 | 2010-08-22 22:06:45 +0000 | [diff] [blame] | 480 | (issue 11) |
| 481 | *** inputPos/outputPos for undefined characters |
| 482 | Fix the input/output position arrays for characters in the input |
| 483 | which are undefined in the translation table. |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 484 | *** table fixes |
James Teh | fd769b5 | 2010-08-22 22:06:45 +0000 | [diff] [blame] | 485 | - Fixed a bug with back translation of '*n'. (issue 13) |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 486 | - Fixes to the en-us-g2.ctb table |
| 487 | *** Python bindings |
James Teh | fd769b5 | 2010-08-22 22:06:45 +0000 | [diff] [blame] | 488 | - Remove unnecessary imports, allowing the bindings to run in Python |
| 489 | 2.7. (issue 12) |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 490 | - lou_translate* writes output information in typeform, so |
| 491 | allocate enough bytes for it. Fixes possible buffer overruns and |
| 492 | resultant crashes. |
| 493 | *** Miscellaneous |
| 494 | - Fixes to the man page generation to fix issues that were |
| 495 | reported by the Debian packaging builder |
| 496 | - Do not invoke help2man when cross-compiling |
James Teh | fd769b5 | 2010-08-22 22:06:45 +0000 | [diff] [blame] | 497 | - Documentation updates (issue 10) |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 498 | - Removing noletsign defaults |
| 499 | - Many small fixes |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 500 | |
| 501 | * Noteworthy changes in release 2.0.0 (2010-7-6) |
| 502 | |
| 503 | ** New features |
| 504 | *** New functions |
| 505 | - Adding lou_charSize function |
| 506 | |
| 507 | * Noteworthy changes in release 1.9.0 (2010-6-29) |
| 508 | |
| 509 | ** New features |
| 510 | *** New functions |
| 511 | - lou_dotsToChar and lou_charToDots function |
| 512 | - Added lou_compileString for adding entries to tables at |
| 513 | run-time. |
| 514 | |
Christian Egli | 9c390c9 | 2009-11-21 07:17:09 +0000 | [diff] [blame] | 515 | * Noteworthy changes in release 1.8.0 (2009-11-23) |
| 516 | |
| 517 | This release contains a number of improvements notably the integration |
| 518 | of gnulib, the automatic generation of man pages and the addition of |
| 519 | tables for German grade 2. |
| 520 | |
| 521 | ** New features |
| 522 | *** New tables |
| 523 | - Tables German Grade 2 |
| 524 | - Swiss German |
Christian Egli | 21facb5 | 2009-11-24 11:03:36 +0000 | [diff] [blame] | 525 | - Swedish (1989 standard) |
| 526 | - Swedish (1996 standard) |
Christian Egli | 9c390c9 | 2009-11-21 07:17:09 +0000 | [diff] [blame] | 527 | |
| 528 | *** Modified tables |
| 529 | - Updated Norwegian tables |
Christian Egli | 21facb5 | 2009-11-24 11:03:36 +0000 | [diff] [blame] | 530 | - Updated Chinese braille table |
Christian Egli | 9c390c9 | 2009-11-21 07:17:09 +0000 | [diff] [blame] | 531 | |
| 532 | *** man pages |
| 533 | All tools accept the --version and --help options and are |
| 534 | documented in man pages |
| 535 | |
| 536 | *** Corpus based test cases for tables |
| 537 | You can now have corpus based tests for tables. See the README in |
| 538 | tests/table_test_corpuses. |
| 539 | |
| 540 | ** Bug fixes |
Christian Egli | 21facb5 | 2009-11-24 11:03:36 +0000 | [diff] [blame] | 541 | - config.h is no longer exported |
Christian Egli | 9c390c9 | 2009-11-21 07:17:09 +0000 | [diff] [blame] | 542 | - Many small fixes |
| 543 | |
Christian Egli | 277d71d | 2009-08-19 08:12:39 +0000 | [diff] [blame] | 544 | * Noteworthy changes in release 1.7.0 (2009-08-21) |
| 545 | |
| 546 | The main new feature of this release is the support for UK and Marburg |
| 547 | math. Other changes include a new tool to check hyphenation and the |
| 548 | usual improvement and addition of tables. Also The test suite has been |
| 549 | enhanced and finally passes. |
Christian Egli | fbbe954 | 2009-08-18 15:06:20 +0000 | [diff] [blame] | 550 | |
| 551 | ** New features |
| 552 | *** New tables |
| 553 | - Tables for UK and Marburg math |
| 554 | - Hong Kong Cantonese |
| 555 | - Hebrew |
| 556 | - Hungarian |
| 557 | - Slovene |
| 558 | - Tibetan |
| 559 | - Irish |
| 560 | - Maltese |
| 561 | |
| 562 | *** Modified tables |
| 563 | - Updated Norwegian tables |
| 564 | - Bug fixes in Russian tables |
| 565 | - Updated French tables |
| 566 | |
| 567 | *** lou_checkhyphens tool |
| 568 | New tool to check hyphenation |
| 569 | *** rpm spec file |
| 570 | *** Test cases for tables |
| 571 | The tables can now be tested with `make check' |
| 572 | *** New opcodes |
Christian Egli | 277d71d | 2009-08-19 08:12:39 +0000 | [diff] [blame] | 573 | - noback and nofor opcode prefixes |
| 574 | - grouping opcode |
| 575 | - multipass subopcodes |
Christian Egli | fbbe954 | 2009-08-18 15:06:20 +0000 | [diff] [blame] | 576 | |
| 577 | ** Bug fixes |
| 578 | - Fix for library name and Python bindings |
| 579 | - Documentation fixes |
| 580 | - Many small fixes |
John Boyer | 638ffe3 | 2009-05-28 02:47:00 +0000 | [diff] [blame] | 581 | |
Christian Egli | 8466dad | 2009-05-27 14:14:24 +0000 | [diff] [blame] | 582 | * Noteworthy changes in release 1.6.2 (2009-05-01) |
Christian Egli | 7a1a70e | 2009-05-27 13:58:45 +0000 | [diff] [blame] | 583 | |
| 584 | This release contains a new opcode for Malaysian Braille. See the |
| 585 | documentation for a description of the new opcode. |
| 586 | |
| 587 | ** New features |
| 588 | |
| 589 | *** repword opcode |
| 590 | The repword opcode is needed for Malaysian Braille |
| 591 | |
Christian Egli | 8466dad | 2009-05-27 14:14:24 +0000 | [diff] [blame] | 592 | * Noteworthy changes in release 1.6.1 (2009-04-21) |
Christian Egli | 7a1a70e | 2009-05-27 13:58:45 +0000 | [diff] [blame] | 593 | |
| 594 | This is mostly a bug fix release. It contains many bug fixes that were |
Christian Egli | 8466dad | 2009-05-27 14:14:24 +0000 | [diff] [blame] | 595 | discovered in the course of developing UK Math tables. |
Christian Egli | 7a1a70e | 2009-05-27 13:58:45 +0000 | [diff] [blame] | 596 | |
| 597 | ** Bug fixes |
| 598 | |
Christian Egli | 4826218 | 2010-08-19 11:56:40 +0000 | [diff] [blame] | 599 | *** bug fixes for correct, context and multipass opcodes |
| 600 | *** bug fixes for largesign opcode |
Christian Egli | 7a1a70e | 2009-05-27 13:58:45 +0000 | [diff] [blame] | 601 | *** fixed bug with French back-translation |
| 602 | *** fixed the installation path for docs |
| 603 | *** documentation improvement |
| 604 | |
Christian Egli | 7910545 | 2009-03-09 13:13:10 +0000 | [diff] [blame] | 605 | * Noteworthy changes in release 1.6 (2009-03-04) |
| 606 | |
| 607 | This release features support for Danish and Russian and updated |
| 608 | tables for French and Norwegian. The search path for tables can now be |
| 609 | specified using an environment variable. Finally there is the usual |
| 610 | assortment of bug fixes. |
| 611 | |
| 612 | ** New features |
| 613 | |
| 614 | *** exactdots opcode |
| 615 | The exactdots opcode is intended for use in liblouisxml |
| 616 | semantic-action files to specify exact dot patterns, as in |
| 617 | mathematical codes. |
| 618 | *** LOUIS_TABLEPATH env variable |
| 619 | You can now specify where liblouis is to look for tables with the |
| 620 | LOUIS_TABLEPATH environment variable. |
| 621 | *** New Tables for Danish and Russian |
| 622 | There is now support for Danish and Russian. |
| 623 | |
| 624 | ** Bug fixes |
| 625 | |
| 626 | *** Updated French and Norwegian tables |
| 627 | *** Use stdcall calling convention if building for Windows |
| 628 | |
| 629 | ** Changes in behavior |
| 630 | |
| 631 | None |
| 632 | |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 633 | * Noteworthy changes in release 1.5 (2009-01-21) |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 634 | |
| 635 | This is a big release for liblouis. It's the first time that it is |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 636 | done from the Google code page. A number of people have contributed, |
James Teh | 50e69c3 | 2009-01-20 22:45:15 +0000 | [diff] [blame] | 637 | namely John Boyer (table debugger, bug fixes), Eitan Isaacson (Python |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 638 | bindings), James Teh (Python bindings, bug fixes), Christian Egli |
| 639 | (documentation) and Michel Such (table for French grade 2). |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 640 | |
| 641 | |
| 642 | ** New features |
| 643 | |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 644 | *** Python bindings |
| 645 | The liblouis library can now be used from Python. For more info |
| 646 | consult the README file in the python directory. |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 647 | |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 648 | *** Table debugger |
| 649 | liblouis now comes with a debugger that can help to find problems with |
| 650 | translation tables. |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 651 | |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 652 | *** French table for grade 2 |
| 653 | There is now a translation table for French grade 2. |
| 654 | |
| 655 | *** pass1Only mode bit |
| 656 | The new pass1Only mode bit will help developers of screen readers as |
| 657 | the cursor will stay where it is expected to. |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 658 | |
| 659 | ** Bug fixes |
| 660 | |
| 661 | Fix the inpos array values for the case where a rule has an output |
| 662 | length which is larger than its input length. |
| 663 | |
| 664 | fixed multi-word phrases |
| 665 | |
| 666 | fixed bug in character display |
| 667 | |
| 668 | fixed bug in findOpcodeName |
| 669 | |
Christian Egli | ba0095a | 2009-01-21 08:33:09 +0000 | [diff] [blame] | 670 | lou_version now returns the correct liblouis version |
| 671 | |
Christian Egli | 7fbd3c4 | 2009-01-15 22:45:46 +0000 | [diff] [blame] | 672 | ** Changes in behavior |
| 673 | |
| 674 | None |
Christian Egli | 277d71d | 2009-08-19 08:12:39 +0000 | [diff] [blame] | 675 | |
Christian Egli | 9418772 | 2014-01-08 13:37:12 +0000 | [diff] [blame] | 676 | #+OPTIONS: toc:nil num:nil |