diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/ChangeLog | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/ChangeLog b/Master/texmf-dist/doc/generic/pgf/ChangeLog index d4dc120c045..2c20dd53a5d 100644 --- a/Master/texmf-dist/doc/generic/pgf/ChangeLog +++ b/Master/texmf-dist/doc/generic/pgf/ChangeLog @@ -1,3 +1,203 @@ +2015-08-07 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - Release 3.0.1! + +2015-08-03 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed regression introduced for pgf 3.0.0 (bug #149): leading empty + lines at the beginning of plot files disabled '-- plot' + - fixed bug #291 (missing white space trimming in node labels) + - fixed bug #313 (alias option did not respect name prefix/suffix) + - fixed bug #341 ("is in pic" was not reset) + - fixed bug #365 (caused by missing adoption after copy-paste in tikzlibraryfolding) + - fixed bug #315/316 by applying the suggested patch and verifying it + +2015-06-12 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed fpu math functions for int, ceil, and floor + - added \pgfmathlogtwo and \pgfmathlogten as requested in bug #359 + + +2015-06-06 Till Tantau <tantau@users.sourceforge.net> + + - Fixed problem in gd: Creating more than about 15 vertices + inside a graph drawing algorithm was impossible since this + created too many text input levels. Reorganized the interplay + between tex and lua for the coroutine so that no input levels + are created. + +2015-06-05 Till Tantau <tantau@users.sourceforge.net> + + - Added number nodes option to graph lib. + +2015-05-18 Till Tantau <tantau@users.sourceforge.net> + + - Fixed nullfont warnings in axes in datavisualization. + - Fixed wrong axes for school book plots. + +2015-05-15 Mark Wibrow <vibrovski@users.sourceforge.net> + + - Fixed nullfont warnings when parsing logic gate inputs. + +2015-05-08 Till Tantau <tantau@users.sourceforge.net> + + - Fixed bug in tikz.code.tex concerning colors for arrow tips: + Setting and restoring the global color "trackers" + pgf@fillcolor@global over groups was done only in \pgfscope, + but not in the scopes opened and closed by tikz when drawing a + path (\pgfsys@beginscope is used there). This caused wrong + colors to be used. + +2015-05-08 Mark Wibrow <vibrovski@users.sourceforge.net> + + - Updated patterns.meta library. + +2015-05-02 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - context: committed patch to adopt pgfutil-context for new (incompatible) + context handling of colors -- contains some cleanup by Hans Hagen. + +2015-03-28 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug in external lib: braces in external filenames confused the generator + +2015-01-02 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug in fpu: equal(x, 0) failed for x<0 + +2014-12-30 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug in atan2 (returned wrong sign for atan2(4e-5,-5)) + - implemented atan2 in FPU + +2014-11-02 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed save stack issue (TeX capacity exceeded, sorry [save size=250000]) + if the color changes a _huge_ number of times during a single path. + +2014-10-11 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - worked on LUA math parser: ensured that a suitable first scope of + functions works. I also added support for 'declare function' + +2014-10-11 Mark Wibrow <vibrovski@users.sourceforge.net> + + - Added provisional code for patterns.meta library. Patterns + can now be declared using TikZ code with additional support + for tile transformations. Currently only PDF output supported + at back-end (uses \pgfsys@declarepattern@meta in pgfsys-pdftex.def). + +2014-08-04 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - finished first prototype of a LUA math parser. It is orders of magnitude + faster than its TeX pendant, features a pure LUA mode and also offers a + fallback to the TeX \pgfmathparse for unsupported operations/functions + only defined in TeX. + +2014-07-09 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug (regression of bug #229): external lib with dvips produced + wrong bounding box (was broken entirely) + +2014-07-08 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed regression in external lib: 'mode=graphics if exists' broke any + undefined label warnigns + - added automatic "fast lane" to math parser: if the input is a number + without units, it will return that as-is. Reduces typesetting time down to + 66% for huge scatter plots and has just 1% overhead for math intensive + figures. + +2014-06-22 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - added switch 'trig format=deg|rad' which allows to switch sin,cos,tan, + and their friends to radians. It works for all user input + arguments - I hope without unanticipated side-effects (marked as + experimental) + +2014-05-17 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - external lib: defined suitable defaults for 'system call' depending on driver + - external lib: solved incompatibility with biblatex's \cite[][]{name} + command (http://tex.stackexchange.com/questions/173465/tikz-error-for-externalized-graphics-but-output-is-correct} + - number parser/printer: added switch 'read comma as period' to read + localized input numbers. Off by default but added useful hint to parser + message. + +2014-05-06 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - Fixed bug #308 fixedpointarithmetic: unwanted spaces by line ends + +2014-03-30 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - Fixed feature #81: signum function (fpu + pgf basic layer) + +2014-03-24 Till Tantau <tantau@users.sourceforge.net> + + - Fixed all \begin{scope} and \end{scope} in foldings lib, + changed them to \scope and \endscope. + +2014-03-21 Till Tantau <tantau@users.sourceforge.net> + + - Fixed #303 Type in pgfmanual (colormixin) + - Fixed #302 pgf-3.0: Cannot plot a constant function. Will + now center the constant line. + - Addressed #299 Precision problem with explicitily anchored + labels: While not a bug, I added a "centered" option for cases + similar to this one (although, in this particular case, the + new centered option is not what is needed)... + - Fixed #298 \pgfarrowsdeclare is still mentioned in pgfmanual + - Fixed #294 Nodes for arcs, which angles are calculated + simultaneously. + - Fixed #292 "node scale and outer sep" by introducing the new + option "outer sep=auto", which takes care of both this problem + (at least in all normal cases) and also of the draw versus + fill problem with outer seps. + +2014-03-20 Till Tantau <tantau@users.sourceforge.net> + + - Fixed #285 \tikz@intersect@namedpaths persists outside + scopes as suggested. + - Fixed #284 Additional rerun statement for overlays (for LyX) + by adding the proposed solution (essentially). + - Added post-fix for #288 by undoing all -- ligatures in + verbatim code. + +2014-03-19 Till Tantau <tantau@users.sourceforge.net> + + - Fxied #283 "Is there a smarter way to handle units in math + engine?" by adding the "scalar" function. + - Fixed #288 "All the '£' should be '$' in the examples of + pgfmanual..." by switching to T1 enconding. + - Fixed #282 "\pgfmathredeclarefunction does not work properly." + +2014-02-24 Till Tantau <tantau@users.sourceforge.net> + + - Added first edge routing algorithm to gd. + +2014-02-02 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - intersections libs: improved robustness and accuracy for curveto paths + by using the floating point library together with Mark Wibrow. + +2014-01-08 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug in latex/plain tex shipout routines for xdvipdfmx and xelatex: + combination of shadings and standalone package failed to work. + +2013-12-31 Mark Wibrow <vibrovski@users.sourceforge.net> + + - Fix for 'rotate around x/y/z' keys which now evaluate + the argument provided. + +2013-12-25 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - intersections lib: detected duplicates in line-to intersections + in endpoints and suppressed them. + - intersections lib: stored time offset for each intersections as optional + property (i.e. if it comes for free). This is required to compute fill + paths + 2013-12-20 Till Tantau <tantau@users.sourceforge.net> - Release 3.0.0! |