diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/ChangeLog | 196 |
1 files changed, 184 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/ChangeLog b/Master/texmf-dist/doc/generic/pgf/ChangeLog index fa06356be52..39a51ff77da 100644 --- a/Master/texmf-dist/doc/generic/pgf/ChangeLog +++ b/Master/texmf-dist/doc/generic/pgf/ChangeLog @@ -1,11 +1,183 @@ +2019-01-05 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - Release 3.1! + +2018-12-28 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - \pgfmathprintnumber: implemented 'retain unit mantissa=true|false' (feature #92) + +2018-12-30 Henri Menke + + - fixed wrong projection of `canvas is xy plane at z` in `3d` library (bug #410) + - added documentation of `3d` library to the manual (support request #11) + - defined CMYK colors for ConTeXt (feature request #33) + - `text along path` decoration repeated last char multiple times when + this was in math mode (bug #479) + +2018-12-29 Henri Menke + + - fixed accidental usage of `\rm` (bug #476) + + 2018-12-28 Henri Menke + + - fixed newlines for tex4ht (bug #327) + - fixed bug that `fit` didn't work with `transform shape` (bug #330) + - fill color in nodes now respects colormodel (bug #349) + - fixed broken VTeX support (bug #350) + - `text=<color>` now works fine when in the nodes' text `\textcolor` is used (bug #362) + +2018-12-26 Henri Menke + + - allowed whitespace between layers in `\pgfsetlayers` (bug #376) + +2018-12-25 Henri Menke + + - fixed `\method` which can now contain empty lines (bug #448) + - manual improvement regarding `pgfoothis` (bug #452) + - documented commands `\pgfooeset`, `\pgfooappend`, `\pgfooprefix` (bug #452) + +2018-12-24 Henri Menke + + - fixed bug in \pgfkeysedef (bug #306) + - `miter limit` now raises an error when a value < 1 is given (bug #347) + - fixed bug that `\pgfmathmax` and `pgfmathmin` were broken when + `fixedpointarithmetic` library was loaded (bug #360) + - added missing function `\pgfmathpneg` in `fixedpointarithmetic` library (bug #361) + - fixed bug that brace decorations were malformed for large amplitudes (bug #351) + - made node parser aware of prefix and suffix (bug #397) + +2018-12-23 Henri Menke + + - (almost) fixed guillemets for LuaTeX (bug #473) + +2018-12-21 Henri Menke + + - fixed incorrect spelling in pgflibrarydecorations.text (bug #479) + (but this doesn't solve the bug 100%) + - fixed 'bend left' bug if used with a formula (bug #423) + - use \typeout stream instead of \write16 (bug #488) + - fixed some bugs regarding graphdrawing electrical "springs" (bugs #380 and #381) + + 2018-12-20 Henri Menke + + - fixed pgf_lookup_and_require for new luaotfload (bug #493) + - fixed graphdrawing for ConTeXt (bug #477) + +2018-04-30 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - added utility \pgfmathifexpression (and special treatment in luamath + library and fpu library) + +2017-11-14 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - intersections lib: improved accuracy of intersections for linear paths + +2017-02-08 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed incompatibility issue of tikzmath and fpu reported in + http://tex.stackexchange.com/questions/349766/pgfplots-on-tikzmath-function-with-conditionals-returns-an-error + +2016-12-31 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - Improved driver detection (bug #395 TikZ does not create output with LuaTeX 0.95.0) + - New luatex driver now supports fallback to pdftex driver if + luatexversion is older than 95 (let's hope this works reliably - luatex + used to have version 240 some time ago!) + +2016-08-10 Till Tantau <tantau@users.sourceforge.net> + + - Fixed bugs that caused pgfsys-dvips.def to generate corrupt + PostScript for all nodes. + +2016-07-16 Till Tantau <tantau@users.sourceforge.net> + + - Bounding box computations for animations implemented. + - Animated arrow tips are now possible. + +2016-07-13 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed incompatibility between textpos (absolute mode) and external + +2016-06-17 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed \write18 issues in luatex 0.87 and later (by using os.execute()) + affects external lib and plot function. + +2016-03-31 Till Tantau <tantau@users.sourceforge.net> + + - Lots of bugfixes in animation and svg code. + - Added optimizations to reduce file size for svg code + (better support by dvisvgm will be needed however for more + compact text!). + +2016-03-18 Till Tantau <tantau@users.sourceforge.net> + + - First working, fully documented version of TikZ animations! + +2016-02-24 Till Tantau <tantau@users.sourceforge.net> + + - Fixed manual stuff to compile it with dvisvgm. + +2016-02-02 Till Tantau <tantau@users.sourceforge.net> + + - Rewrote tikz animation lib. + +2016-01-06 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - added context-related aux file fix of Hans Hagen + +2016-01-02 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed save stack issues (eliminated 'retaining' issues) about pgf@x and pgf@y + +2015-12-29 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - external lib: 'force remake' now also updates .md5 files + +2015-11-28 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fpu: fixed floor and ceil + - fixed basic layer floor function + - lua library: improved interoperability of luamath and fpu + - unit test now compares luamath, fpu, and pgfbasic math + +2015-11-15 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - activated math parser in foreach's end notation to allow \foreach \i in {0,...,10-9} + +2015-09-09 Till Tantau <tantau@users.sourceforge.net> + + - Worked on pgfsys-dvisvgm.def a lot. Now requires + dvisvgm-1.5.3 because of switch from pt to bp there. Does + correct bounding box computations. + +2015-09-06 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> + + - fixed bug in luamath library + 2015-08-29 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> - - Release 3.0.1a containing a corrected manual (the one of 3.0.1 - accidentally deactivated examples in the manual) + - external lib: added support to automatically externalize references and + labels with 'mode=convert with system call' + +2015-08-24 Till Tantau <tantau@users.sourceforge.net> + + - Reworked implementation of animations for tikz and started + on documentation of the backend. + +2015-08-20 Till Tantau <tantau@users.sourceforge.net> + + - First complete implementation of animations for tikz! (for + svg backend). Documentation still missing, but works nicely. + +2015-08-13 Till Tantau <tantau@users.sourceforge.net> + + - First work on animations for svg. Added commands in pgfsys + and added module pgfmoduleanimations. No documnetation yet. 2015-08-07 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> - - Release 3.0.1! + - Release 3.0.1! 2015-08-03 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> @@ -34,14 +206,14 @@ 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> @@ -51,10 +223,10 @@ 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. + 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> @@ -86,7 +258,7 @@ 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 @@ -111,7 +283,7 @@ - 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. + figures. 2014-06-22 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net> @@ -158,7 +330,7 @@ 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 @@ -166,7 +338,7 @@ - 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. + verbatim code. 2014-03-19 Till Tantau <tantau@users.sourceforge.net> @@ -175,7 +347,7 @@ - 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. |