[liblouis-liblouisxml] [liblouis commit] r94 - in trunk: . tables

  • From: codesite-noreply@xxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 20 Jan 2009 23:56:04 +0000

Author: john.boyer@xxxxxxxxxxxxxxxx
Date: Tue Jan 20 08:55:44 2009
New Revision: 94

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/tables/fr-bfu-comp6.utb

Log:
Changed version in configure.ac and copied new French fr-bfu-comp6.utb
table.



Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Tue Jan 20 08:55:44 2009
@@ -1,3 +1,6 @@
+2009-01-20 John J. Boyer <john.boyer@xxxxxxxxxxxxxxxx>
+       Change version in configure.ac to 1.5.2
+
 2009-01-20  James Teh <jamie@xxxxxxxxxxx>

* liblouis/lou_translateString.c: Fix the bug whereby the next character in the input was skipped if doing compbrlAtCursor and the first character of the word was a capital letter.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Tue Jan 20 08:55:44 2009
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.

 AC_PREREQ(2.59)
-AC_INIT(liblouis, 1.5.1, john.boyer@xxxxxxxxxxxxxxxx)
+AC_INIT(liblouis, 1.5.2, john.boyer@xxxxxxxxxxxxxxxx)
 AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c])
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(liblouis/louiscfg.h)
@@ -49,7 +49,7 @@
 # increment if any interfaces have been added; set to 0
 #  if any interfaces have been changed or removed. removal has
 #  precedence over adding, so set to 0 if both happened.
-LIBLOUIS_AGE=1
+LIBLOUIS_AGE=2

 AC_SUBST(LIBLOUIS_CURRENT)
 AC_SUBST(LIBLOUIS_REVISION)

Modified: trunk/tables/fr-bfu-comp6.utb
==============================================================================
--- trunk/tables/fr-bfu-comp6.utb       (original)
+++ trunk/tables/fr-bfu-comp6.utb       Tue Jan 20 08:55:44 2009
@@ -18,6 +18,7 @@

 # D�finitions pour code braille fran�ais international unifi�
 # Par Nicolas Pitre <nico@xxxxxxx>
+# et Michel Such <michel.such@xxxxxxx>
 # R�f�rence: http://www.inlb.qc.ca/apropos/c2003unificationdubraille.aspx

 # Uncontracted Unified French Table
@@ -98,7 +99,6 @@
 sign * 35                                              ast�risque
 punctuation ) 356              parenth�se fermante
 punctuation ' 3                        apostrophe
-math / 34                                              barre oblique
 sign \\ 34                                             barre oblique invers�e
 sign @ 345                                     arobas
 sign % 346                                     pour cent
@@ -178,11 +178,13 @@
 digit 8 1256                           huit
 digit 9 246                                    neuf

-math \x00F7 34         divis� par

 math + 235                             plus
 math = 2356                            �gal
 math � 35                                       multipli� par
+math * 35                                              ast�risque
+math / 34                                              barre oblique
+math \x00F7 34         divis� par
 math < 23                           inf�rieur �
 math > 56                           sup�rieur �

@@ -218,9 +220,13 @@
 midnum , 2
 midnum . 256
 midnum - 36
-midnum + 346                                                   plus
+midnum + 235                                                   plus
+midnum = 2356                          �gal
 midnum / 34
+midnum * 35                                            ast�risque
 midnum : 25
+midnum < 23                         inf�rieur �
+midnum > 56                         sup�rieur �

 sign \x00B7 56
 sign \x00B8 45

Other related posts:

  • » [liblouis-liblouisxml] [liblouis commit] r94 - in trunk: . tables - codesite-noreply