[liblouis-liblouisxml] [liblouis] r538 committed - Expose the constants otherTrans and ucBrl in the python bindings

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 27 Feb 2012 09:13:49 +0000

Revision: 538
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Mon Feb 27 01:13:17 2012
Log:      Expose the constants otherTrans and ucBrl in the python bindings

http://code.google.com/p/liblouis/source/detail?r=538

Modified:
 /trunk/ChangeLog
 /trunk/NEWS
 /trunk/python/louis/__init__.py.in

=======================================
--- /trunk/ChangeLog    Wed Feb 22 04:37:44 2012
+++ /trunk/ChangeLog    Mon Feb 27 01:13:17 2012
@@ -1,3 +1,8 @@
+2012-02-27  Mesar Hameed <mesar.hameed@xxxxxxxxx>
+
+       * python/louis/__init__.py.in: Expose the constants otherTrans and
+       ucBrl in the python bindings.
+
 2012-02-22  Christian Egli  <christian.egli@xxxxxx>

        * configure.ac: Update version number
=======================================
--- /trunk/NEWS Thu Feb 23 00:24:01 2012
+++ /trunk/NEWS Mon Feb 27 01:13:17 2012
@@ -1,5 +1,17 @@
 liblouis NEWS -- history of user-visible changes.

+* Noteworthy changes in release 2.?.? (????-??-??)
+
+** New features
+*** Improvements to the python bindings
+    All constants defined in liblouis.h are now exposed in the bindings.
+
+** Improved the documentation
+
+** Bug fixes
+
+** Braille Table Improvements
+
 * Noteworthy changes in release 2.4.1 (2012-2-22)

 ** New features
@@ -14,7 +26,6 @@
    - Improvements to the uncontracted Spanish computer braille table.
    - Improvements to the Norwegian braille table thanks to David Hole.

-
 * Noteworthy changes in release 2.4.0 (2012-01-31)

 ** New features
=======================================
--- /trunk/python/louis/__init__.py.in  Thu Aug  5 01:41:19 2010
+++ /trunk/python/louis/__init__.py.in  Mon Feb 27 01:13:17 2012
@@ -282,6 +282,8 @@
 comp8Dots = 8
 pass1Only = 16
 compbrlLeftCursor = 32
+otherTrans = 64
+ucBrl = 128
 #}

 if __name__ == '__main__':
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r538 committed - Expose the constants otherTrans and ucBrl in the python bindings - liblouis