1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
2004-10-20 Till Tantau <tantau@users.sourceforge.net>
Version 0.65:
- Fixed bug in pgfshade.sty that arises in conjunction with
calc.sty and latex+dvips.
2004-10-08 Till Tantau <tantau@users.sourceforge.net>
Version 0.64:
- Fixed missing depth of \pgfnodebox.
- Fixed bug that caused infinite stack loop with pictures inside
nodes.
2004-07-08 Till Tantau <tantau@users.sourceforge.net>
Version 0.63:
- Added \pgfextractx, \pgfextracty, \pgfcorner.
- Added some documentation on masks and images.
- Fixed a somewhat obscure bug having to do with the modification
of \spaceskip.
- \pgfex and \pgfem no loner needed. Use 1ex etc. once more.
- calc.sty is now supported.
2004-07-06 Till Tantau <tantau@users.sourceforge.net>
Version 0.62:
- Fixed problem in xxcolor with option "gray" and xcolor.
- Switched to xcolor version 2.00.
- Added eofill and eofillstroke commands.
- Added option to shadings, so that they are automatically
recalculated upon color changes.
- Changed names of example images to start with pgf.
2004-04-07 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.61:
- Added \pgfex and \pgfem dimensions.
- Fixed bug that causes pgfshade to fail to work if xcolor
is called with option "gray".
- Fixed PostScript code for radial shadings.
- xxcolor now works with xcolor 1.10 (and only 1.10).
2004-02-18 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.60:
- Replaced some commands for the postscript code by shorter
versions for smaller file size.
- Fixed bug in pgfbox command that caused incorrect kerning in
postscript output.
- Fixed bug in pgfsys@defineimage that made page inclusion
impossible.
- Fixed bug in pgfshading that did not reset dash patterns in
shadings in the PostScript version.
- Spaces are now allowed inside the pgfpicture environment.
- Added \pgfgrid command.
2004-01-13 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.50:
- Switched to version 1.06 of xcolor.
- Core pgf no longer relies on xxcolor.
- The syntax of the mechanism for choosing alternate images and
shadings is more flexible now. The syntax has been changed
(mainly, you now have to have a dot between the original name and
the alternate extension).
- Some xxcolor commands have been removed.
2003-12-02 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.43:
- Fixed \normalcolor, so that it works also in preamble.
2003-11-20 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.42:
- Documented masks.
- Fixed bug in pgf.sty for nested pictures.
2003-11-18 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.41:
- Added masks (not yet documented).
2003-11-12 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.40:
- Changed syntax of \pgfdeclareimage. Uses key=value scheme
now. All parameters may now be omitted.
- Added \pgfimage command.
- Option for selecting a specific page from an image file.
- Fixed bug in xxcolor.sty having to do with \@ifempty command.
- Reworked the formatting of the user's guide.
2003-10-29 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.34:
- Shadings now work together with color mix-ins.
- Shadings can now take color names as parameters.
2003-10-24 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.33:
- Fixed problem with missing \leavevmode in \pgfuseimage.
- Reworked code for image inclusion.
- "Draft" option is now supported. Supresses reading of images.
- Added xxcolor package.
- pgfpictures will now inherit the color from their surroundings.
2003-10-20 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.32:
- Updated installation procedure information.
2003-09-18 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.31:
- One parameter for \pgfdeclareimage may now be omitted. It will
be computed automatically.
2003-08-21 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.30:
- Created ChangeLog
- Added pgfshade.sty
|