summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/datatool/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/datatool/CHANGES70
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES
index bee8676f0e6..7236ed455d9 100644
--- a/Master/texmf-dist/doc/latex/datatool/CHANGES
+++ b/Master/texmf-dist/doc/latex/datatool/CHANGES
@@ -1,3 +1,73 @@
+v2.10 (2012/07/18):
+
+ * datatool.sty:
+
+ - Split package into datatool-base.sty, datatool-fp.sty and
+ datatool-pgfmath.sty
+
+ - Added package option "math" (math=fp -> use fp.sty,
+ math=pgfmath -> use pgfmath.sty)
+
+ - datatool.sty now requires etoolbox (changed commands like
+ \@ifundefined to etoolbox equivalents)
+
+ - Added 'omitlines' option when loading csv file (from patch supplied by Bruno Le Floch
+ at:
+ http://tex.stackexchange.com/questions/22942/skipping-the-first-line-of-a-data-file-for-pgfplotstable/25133#25133 )
+
+ - \DTLloaddb : adds default column header if missing
+
+ - Added optional argument to \DTLdisplaydb
+
+ - Added omit key to \DTLdisplaylongdb
+
+ - added environment dtlenvgforint
+
+ - added environments DTLenvforeach and DTLenvforeach*
+
+ - added check for at least version 1.2 (2009/10/20) of substr.sty
+
+ - added \DTLassign
+
+ - added DTLnumitemsinlist
+
+ - added \dtlrecombine, \dtlrecombineomitcurrent,
+ \dtlreplaceentryincurrentrow, \dtlswapentriesincurrentrow,
+ \dtlremoveentryincurrentrow, \dtlappendentrytocurrentrow
+
+ - Rewritten \@dtl@ifDigitOrDecimalSep (code provided by Bruno Le Floch)
+
+ - ensured first argument of \DTLconverttodecimal gets one-level
+ expansion in commands like \DTLaddall
+
+ - Fixed \DTLloaddb to work if % used at the start of a row in CSV file.
+
+ - Fixed \@dtl@qlopoff to substitute escaped CSV delimiters
+
+ - Fixed bug in \DTLloadrawdb, which only performed a single
+ substitution per line
+
+ - Added \long before \edef in \DTLsubstituteall
+
+ - Fixed bug in \@dtl@getkeyforcolumn (affects
+ \DTLgetkeyforcolumn)
+
+ - Changed tab character to ^^I
+
+ - Fixed bug in \DTLloaddb and \DTLloadrawdb when CSV file only contains one column
+
+ * databib.bst:
+
+ - Added eprints field
+
+ * datatool-user.tex (User guide):
+
+ - fixed typo "\value{DTLbibrow}<11" => "\value{DTLbibrow}<10"
+
+ - added section "Operating on Current Row"
+
+ - added remark on using etoolbox to check for empty values
+
v2.03 (2009/11/15):
* Added facility to clear or delete a database.