summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/Changes.generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/Changes.generic')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 276651d595c..179b5490460 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -1,4 +1,15 @@
pstricks.tex --------
+2.13 2010-11-01 - new macro and counter for the type of read coordinates
+ \pstCheckCoorType{#1} sets the macro \pst@C@@rType
+% \pst@C@@rType = 0 cartesian (x,y)
+% = 1 polar (r;phi)
+% = 2 PS (! x y)
+% = 3 mixed ((x,y)|(x,y))
+% = 4 algebraic (*x f(x))
+% = 5 node (A)
+% = 6 special node ([...]A)
+% = 7 node (>A)
+
2.12 2010-09-16 - new optional argument for setflat
- fix bug with doubled linecap definition
- fix bug with missing linejoin in \psls@solid