diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-11 22:20:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-11 22:20:47 +0000 |
commit | 169f36cf85710819b29b10a3f1f2943b6282b437 (patch) | |
tree | f374cf937ca51a171d9f43275e5667b7e89a3b95 /Master/texmf-dist/doc/latex/datatool/CHANGES | |
parent | 43acef71933c2d1bbe6f685b4a7896db35cdfb39 (diff) |
datatool (11jul15)
git-svn-id: svn://tug.org/texlive/trunk@37837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index cd5ac54b758..311f435b815 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,27 @@ +v2.23: + + * datatool: + + - etex no longer loaded. + + - added \DTLisinlist and \DTLmaketabspace + + - Bug fix (\@dtl@starttrim): fixed issue that caused + loss of group at the start of a line when reading a csv file + + - Bug fix: unstarred (case-sensitive) version of \DTLsort + now correctly uses case-sensitive sort. + + - Bug fix: error in \DTLifSubString + + * person: + + - Bug fix: replaced \ifpersonmale with \ifmale within the + definitions of \persongender and \getpersongender + + - Bug fix: replaced \@thisperson with #1 in \ifmale and + \iffemale + v2.22: * datatool-base: @@ -356,7 +380,7 @@ v2.0 (2009/02/27): datatool.sty: * Rewritten database internal representation to make the code - faster (thanks to Morten H\o gholm for the suggestion) + faster (thanks to Morten H\o gholm for this) * added etex as a required package * Database columns can now have an associated header (in addition to the key) |