[liblouis-liblouisxml] [liblouis/liblouis] f3486d: Remove unused parameter of resolveEmphasisWords.

  • From: Davy Kager <davykager@xxxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 15 Feb 2016 02:55:53 -0800

  Branch: refs/heads/emphclass_indirection
  Home:   https://github.com/liblouis/liblouis
  Commit: f3486dfbe0d31594291d3b4f31a322b43b493916
      
https://github.com/liblouis/liblouis/commit/f3486dfbe0d31594291d3b4f31a322b43b493916
  Author: Davy Kager <davykager@xxxxxxxxxx>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M liblouis/lou_translateString.c

  Log Message:
  -----------
  Remove unused parameter of resolveEmphasisWords.


  Commit: 9939325f35124bea60ca61d383522db72299f745
      
https://github.com/liblouis/liblouis/commit/9939325f35124bea60ca61d383522db72299f745
  Author: Christian Egli <christian.egli@xxxxxx>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M doc/liblouis.texi

  Log Message:
  -----------
  Add some important terms to the concept index

of the documentation


  Commit: b3ff4544bce3a5644db8386cf9d854f33b935081
      
https://github.com/liblouis/liblouis/commit/b3ff4544bce3a5644db8386cf9d854f33b935081
  Author: Davy Kager <davykager@xxxxxxxxxx>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M liblouis/compileTranslationTable.c
    M liblouis/lou_backTranslateString.c
    M liblouis/lou_translateString.c
    M liblouis/louis.h
    M tools/lou_debug.c

  Log Message:
  -----------
  Put translation table attributes used for capitalization in the same array as 
emphasis rules. Michael's code treats them uniformly.


  Commit: 685b7a7e7a60accb03ef82fdaa072426719b6537
      
https://github.com/liblouis/liblouis/commit/685b7a7e7a60accb03ef82fdaa072426719b6537
  Author: Davy Kager <davykager@xxxxxxxxxx>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M liblouis/lou_translateString.c

  Log Message:
  -----------
  Emphasis functions: instead of accepting a pointer to the appropriate rules, 
accept an enumeration type indicating which type of emphasis is to be handled.


  Commit: 79b54947ea32d5f29b3e177cd6a65643f6fd57e1
      
https://github.com/liblouis/liblouis/commit/79b54947ea32d5f29b3e177cd6a65643f6fd57e1
  Author: Davy Kager <davykager@xxxxxxxxxx>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M liblouis/lou_translateString.c

  Log Message:
  -----------
  Remove another unused parameter.


Compare: 
https://github.com/liblouis/liblouis/compare/d70fd283c7d7...79b54947ea32

Other related posts:

  • » [liblouis-liblouisxml] [liblouis/liblouis] f3486d: Remove unused parameter of resolveEmphasisWords. - Davy Kager