diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/changes.txt')
-rw-r--r-- | Master/texmf-dist/doc/generic/mfpic/changes.txt | 75 |
1 files changed, 74 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/changes.txt b/Master/texmf-dist/doc/generic/mfpic/changes.txt index faedb731f78..9b50e3ed4b9 100644 --- a/Master/texmf-dist/doc/generic/mfpic/changes.txt +++ b/Master/texmf-dist/doc/generic/mfpic/changes.txt @@ -1,5 +1,5 @@ %%% File: changes.txt -%%% A part of mfpic 0.9 2006/05/26 +%%% A part of mfpic 1.00 2009/09/22 %%% Summaries of changes. @@ -814,3 +814,76 @@ REVISION 0.90 01 Jun 2006 Uploaded to CTAN +REVISION 0.94 09 Sep 2009 + +Added support for cmyk and grayscale color models that have been +available in MetaPost since version 1.000. + +0.95 +Added support for filename setting: MetaPost 1.0's filenametemplate +or 1.2's outputtemplate. Command \setfilenametemplate. + +0.96 +Added \mfresolution and \mfmode to set the resolution and/or mf mode +(only for mfpic's metafont option). + +Added pseudohyperbolic circles, \pshcircle and pshcircle(). + +0.97 +Changed all commands \setmf... that refer to variables in the .mf/.mp +file (e.g., \setmfvariable \setmfarray, but not \setmfpicgraphic) to +\set.... Added Easter egg. + +Store all 6 arguments of \@mfpic in macros \xfactor, \yfactor, \xmin, +\xmax, \ymin and \ymax. Use these macros in \mfp@setconv instead of +passing arguments. Same with \axislabels. Document them. + +0.98 +Added \cbeziers, \closedcbeziers and grafbase implementation cbezier and +mkcbezier. Fixed bug in documentation of \qbeziers (no optional +argument), and in implementation (less than ideal behavior when list is +empty). + +Changed name of \assignmfvalue to \assignvalue, \globalassignmfvalue to +\globalassignvalue. But recognize old names. + +Command name \setboolean is used by other packages: revert to old +\..setmf.. commands (and for good measure revert \..assign.. to +\..assignmf..). + +0.99 +Change forceclr so that if the argument is an unknown color of a +particular model, it returns black _in that model_. + +Correct cmyk -> rgb conversion part of makergb to include the blackpart. +Correct cmykgray(g) (now cmyk(0,0,0,1-g)). + +Add \mfpprelabel and \mfppostlabel, then remove them. When \mfpprelabel +takes an argumemt, it doesn't work with \\ as the line breaker; it needs +\cr. + +Add \brownianmotion (mfpic) and brownianpath (grafbase). + +Make \mfpverbtex cumulative before \opengraphsfile. + +1.00 +Rearranged the handling of color and color conversion. Added makegray. +Corrected bug in rgbgray. Added rgbtogray, cmyktogray, rgbtocmyk and +cmyktorgb. Added colorchoice. + +Improved the message from assignmfvalue (incorrectly invoked figure +number if used outside a picture). + +Simplify non-grafbase code in dvipsname. + +Rewrite \mfp@useMP to check for both supp-pdf.tex and supp-pdf.mkii +under pdfTeX (sufficiently recent pdftex.def will do this under +pdfLaTeX). Also have it check for both epsf.tex and epsf.sty under +non-pdf, non-LaTeX (though both files should be identical). + +Rename mfpman.tex/pdf to mfpic-doc.tex/pdf. + +Prepared release mfpic100.zip, placed on personal web site. +Prepared mfpic.tds.zip for release. + + |