diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-15 22:37:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-15 22:37:32 +0000 |
commit | 237df1eb06d422ff243a05b9a25501ba287681c1 (patch) | |
tree | 4cc4f2032474921cb986d1ca63b3cf9a267b480a /Master/texmf-dist/doc/generic/pgf/ChangeLog | |
parent | 15e21b5bab66eca251ac48fdc052126505428d4e (diff) |
pgf/tikz 1.09 big update (13oct06)
git-svn-id: svn://tug.org/texlive/trunk@2332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/ChangeLog b/Master/texmf-dist/doc/generic/pgf/ChangeLog index 7803b6d53e1..c5e607ca381 100644 --- a/Master/texmf-dist/doc/generic/pgf/ChangeLog +++ b/Master/texmf-dist/doc/generic/pgf/ChangeLog @@ -1,3 +1,50 @@ +2006-10-11 Till Tantau <tantau@users.sourceforge.net> + + Version 1.09: + + - Added \usepgflibrary and \usetikzlibrary to simplify adding + new libraries. + - Added native ConTeXt support in the form of module + wrappers. + - Added patterns. + - Added crosses snake. + - Added to and edge path operations. + - Added to path library. In particular, this gives decent + curved paths. + - Added tikz automata library. + - Added tikz er diagram library. + - Added tikz Petri net library. + - Added tikz mindmap library. + - Added access to nodes in other pictures (!). + - Added extended baseline setting. + - Added functionality to add new coordinate systems. + - Added polar xy coordinate system. + - Added diamond shape (!). + - Added plot mark phase, repeat and indices. + - Added text height and text depth options. + - Added label and pin options. + - Added automatic node placement (!). + - Added pgfsys-dvi.def for pure dvi mode. Supports only + black and white drawing (not documented and not really usable). + - Added 3d library (not documented and not really usable). + - Cleared up license chaos. + - Reorganized library documentation. + - Removed pgflibraryautomata, use pgflibrarytikzautomata instead. + - Fixed tree level option bug. + - Fixed missing options for coordinates. + - Fixed bug in TikZ parabola code. + - Fixed bug in TikZ snake cycle code. + - Fixed bug with empty list in pgffor + - Fixed bug in code for insertion of dvips header specials. + - Fixed bug in shading code (wrong bigpoint correction). + - Fixed bug #1472666. + - Fixed bug #1473255. + - Fixed bug #1526175. + - Fixed bug #1542512. + - Fixed bug in TikZ transformation code for nested pictures. + - Fixed patch #1443606. + - Fixed path #1526178. + 2005-11-16 Till Tantau <tantau@users.sourceforge.net> Version 1.01: |