diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/ChangeLog | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog index 8e58a522a74..e39a4175aba 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog +++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog @@ -1,3 +1,104 @@ +2010-03-31 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Released version 1.3.1 + +2010-03-25 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Imported all patches to PGF written by Christian Feuersaenger. + - Fixed bug: axis descriptions for |small| and |footnotesize| styles were + too large + - added |tiny| style + +2010-03-24 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: overlay did not work properly + - Fixed bug: grids worked only for boxed axes + +2010-03-23 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: \pgfplotstablesave did not reset 'postproc cell content' + +2010-03-16 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: 'draw=none' wasn't handled correctly. + +2010-03-12 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: the table package had spurious spaces + +2010-02-23 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: the 'date type' was broken due to a missing comma + +2010-02-22 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug: providing a point meta expression twice as in 'point meta=<expr>, point meta=<expr>' yielded an infinite recursion + +2010-02-20 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed docs for \addlegendimage which was documented using the wrong name |\legendimage| + - Allowed paragraphs in legend texts (was broken before) + +2010-02-18 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - number printing: added 'sci generic' style to customize the appearance + of scientific format and a 'verbatim' style which doesn't use TeX macros + for the formatted numbers. + + +2010-02-09 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed bug in auto cross referenced of table package manual + + +2010-02-08 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed problem with spurious white space occuring during table input command + +2010-02-04 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Fixed problem with spurious white space occuring during table input command + +2010-01-27 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - fixed bug: \coordindex for plot table from already loaded structure was + wrong. + +2010-01-26 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - Introduced 'compat=1.3' . The name 'compat=newest' was not not such a + good idea since it might introduce a problem for following releases. + - Emphasized key names in references to show that /pgfplots/, /tikz/ and + similar prefixes are unnecessary. + - Fixed the 'xticklabels' key such that it also accepts '\\' terminated + lists. This fixes strange bugs with dots '.' as last characters in + entries. + +2010-01-21 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added sanity checks such that 'xmin/max' and friends can't be invoked + within an \addplot. + - plot gnuplot: added user customizable styles to change the dummy + variables. The initial config will now use 'x' for 1d, 'x,y' for 2d, 't' + for 1d parametric and 'u,v' for 2d parametric plots. + - fixed bug: one couldn't use different log/normal scalings in a group + plot. Relaxed sanity checking here. + - added docs for |variable| and |variable y| which appeared to be missing. + +2010-01-14 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - fixed that '\addlegendimage' did not respect the every plot styles. + - added 'every legend image post' style. + + +2010-01-08 Christian Feuersaenger <ludewich@users.sourceforge.net> + + - fixed bug which occurs if 'legend style' is set *after* \begin{axis}. + - plot gnuplot: restored support for the '/tikz/parametric' option: it did only work if + one provided the prefix '/tikz/' explicitly + - plot gnuplot: parametric plots now use the SAME dummy variables as plot + expression. If you write variable=\x, 'x' will be the gnuplot variable. If + you write variable y=\y, 'y' will be the second gnuplot variable. + 2010-01-02 Christian Feuersaenger <ludewich@users.sourceforge.net> - Released version 1.3 |