diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-15 23:01:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-15 23:01:04 +0000 |
commit | 6d3800d3b164704c4038f84408b27f759a4ea744 (patch) | |
tree | 6d56ebd38457cb5f2d7bcbe628157f861fecdaae /Master/texmf-dist/doc/latex/datatool/CHANGES | |
parent | 607c25d782c2e57a60ab2f2ecf30c12e238b44ec (diff) |
datatool (15jan13)
git-svn-id: svn://tug.org/texlive/trunk@28844 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 | 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. |