diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index 10191efabdc..aafffbec6b0 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,5 +1,65 @@ +v2.13: + + * Added new package `datagidx' + + - create glossaries/indexes /without/ using an external tool such + as makeindex or xindy + + * datatool.sty + + - added \dtlsort (like \DTLsort but user supplies custom + comparison handler). + + - added \DTLgnewdb, \DTLgdeletedb, \DTLgcleardb + + - added \DTLsaverawdb + + - added \ifDTLnewdbonload, \DTLnewdbonloadtrue, + \DTLnewdbonloadfalse + + - added \dtlparsewords + + - fixed bug in \@DTLnewrow (misspelt \PackageError command) + + - removed spurious space in \@dtl@setheaderforindex + + - removed spurious space in \DTLaddentryforrow + + - removed spurious space in \DTLdisplaydb and \DTLdisplaylongdb + + - removed spurious space in \@dtl@getsortdirection + + - removed spurious space in \@dtl@readline + + - removed spurious space in \DTLrawmap + + - \dtl@setcharcode and \dtl@setlccharcode now check + for \@dtl@wordbreak instead of space and tilde + + - \dtl@setlccharcode bug fix (characters without a lowercase + now correctly dealt with) + + - \dtlicompare and \dtl@teststartswith now use + \dtl@setwordbreaksnohyphens to deal with spaces + + - added \@dtlstringnull and \@dtlnumbernull and fixed bug in + \DTLifnull + + - renamed datatool.pdf to datatool-code.pdf + + * datatool-base.sty + + - added \dtlwordindexcompare + v2.12: + * datatool.sty: + + - fixed bug in \DTLiflastrow + + - Fixed bug causing spurious space in \DTLloaddb + + * datatool-pgfmath.sty: - fixed bug in conditionals. |