[liblouis-liblouisxml] [liblouis] r651 committed - Remove the comment about input and output positions being incorrect....

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 31 May 2012 13:34:34 +0000

Revision: 651
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Thu May 31 06:34:24 2012
Log: Remove the comment about input and output positions being incorrect.
This bug has been fixed.

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

Modified:
 /trunk/ChangeLog
 /trunk/doc/liblouis.texi

=======================================
--- /trunk/ChangeLog    Wed May 30 10:00:22 2012
+++ /trunk/ChangeLog    Thu May 31 06:34:24 2012
@@ -1,3 +1,8 @@
+2012-05-31  Christian Egli  <christian.egli@xxxxxx>
+
+       * doc/liblouis.texi (The correct Opcode): Remove the comment about
+       input and output positions being incorrect. This bug has been fixed.
+
 2012-05-30  Christian Egli  <christian.egli@xxxxxx>

        * tests/tables/letterDefTest_uppercase.ctb:
=======================================
--- /trunk/doc/liblouis.texi    Wed May 30 10:00:22 2012
+++ /trunk/doc/liblouis.texi    Thu May 31 06:34:24 2012
@@ -1612,10 +1612,6 @@
 continue loop
 @end enumerate

-Note that if any multipass opcode or the @opcoderef{correct} is used
-and the @code{pass1Only} mode bit (@pxref{lou_translateString}) is not
-set, input and output positions may be incorrect.
-
@node The correct Opcode, Miscellaneous Opcodes, The Context and Multipass Opcodes, How to Write Translation Tables
 @section The correct Opcode

@@ -1641,10 +1637,6 @@
 correct "\s?" "?" drop space before question mark
 @end example

-Note that if the @code{correct} opcode is used and the
-@code{pass1Only} mode bit (@pxref{lou_translateString}) is not set,
-input and output positions may be incorrect.
-
 @end table

@node Miscellaneous Opcodes, Deprecated Opcodes, The correct Opcode, How to Write Translation Tables
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] r651 committed - Remove the comment about input and output positions being incorrect.... - liblouis