-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
316 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,319 @@ | ||
2019-05-09 Henri Menke | ||
|
||
- Release 3.1.3 | ||
|
||
2019-05-09 Henri Menke | ||
|
||
- Further unbreaking of shadings #650 | ||
|
||
2019-05-09 Henri Menke | ||
|
||
- \ifdim instead of \ifx #412 | ||
|
||
2019-05-08 Henri Menke | ||
|
||
- Add push- and popmacro. Useful for smuggling. From ConTeXt | ||
|
||
2019-05-02 Henri Menke | ||
|
||
- Merge pull request #664 from dcpurton/shadings-colorspace | ||
|
||
2019-04-29 Henri Menke | ||
|
||
- Add navigation arrows to SVG manual | ||
|
||
2019-04-28 Henri Menke | ||
|
||
- Typos in pgfmanual-en-library-circuits.tex #667 | ||
|
||
2019-04-25 Henri Menke | ||
|
||
- Simpler basename function for extract.lua #640 | ||
|
||
2019-04-25 David Purton | ||
|
||
- Add copyright and attribution for CMYK and grayscale shadings | ||
|
||
2019-04-24 David Purton | ||
|
||
- Update documentation for color model independent shadings | ||
|
||
2019-04-21 David Purton | ||
|
||
- CMYK and grayscale shadings library support | ||
|
||
2019-04-21 David Purton | ||
|
||
- Functional shading color space conversion functions | ||
|
||
2019-04-21 David Purton | ||
|
||
- Support for CMYK and grayscale shadings in set up code | ||
|
||
2019-04-21 David Purton | ||
|
||
- Conversion from shade color to grayscale PostScript data support | ||
|
||
2019-04-21 David Purton | ||
|
||
- Conversion from shade color to CMYK PostScript data support | ||
|
||
2019-04-21 David Purton | ||
|
||
- Add grayscale shading postscript driver support | ||
|
||
2019-04-21 David Purton | ||
|
||
- Add CMYK shading postscript driver support | ||
|
||
2019-04-21 David Purton | ||
|
||
- Add grayscale shading parsing functions | ||
|
||
2019-04-21 David Purton | ||
|
||
- Add CMYK shading parsing functions | ||
|
||
2019-04-20 David Purton | ||
|
||
- Adapt shading drivers to allow for multiple color models | ||
|
||
2019-04-25 Henri Menke | ||
|
||
- Produce compilable examples from extract.lua #640 | ||
|
||
2019-04-25 Henri Menke | ||
|
||
- Preliminary version of an extractor script for codeexamples #640 | ||
|
||
2019-04-25 Henri Menke | ||
|
||
- Manual typos #665 | ||
|
||
2019-04-23 Henri Menke | ||
|
||
- Revert "No mode switch for typesetting pictures" | ||
|
||
2019-04-20 David Purton | ||
|
||
- Support shading color specifications in CMYK | ||
|
||
2019-04-20 David Purton | ||
|
||
- Set up RGB specific shading parsing | ||
|
||
2019-04-22 Henri Menke | ||
|
||
- Fix typos #662 | ||
|
||
2019-04-22 Henri Menke | ||
|
||
- No mode switch for typesetting pictures | ||
|
||
2019-04-22 Henri Menke | ||
|
||
- Correct floored division (thanks @josephwright) | ||
|
||
2019-04-21 Henri Menke | ||
|
||
- Merge pull request #661 from dcpurton/mandelbrot-fix | ||
|
||
2019-04-20 David Purton | ||
|
||
- Fix Mandelbrot set shading definition #658 | ||
|
||
2019-04-20 Henri Menke | ||
|
||
- Add Easter to PGF calendar #593 | ||
|
||
2019-04-19 Henri Menke | ||
|
||
- Document save and use path #644 | ||
|
||
2019-04-19 Henri Menke | ||
|
||
- Missing definitions in tex4ht driver #660 | ||
|
||
2019-04-19 Henri Menke | ||
|
||
- Fix conflicting shading declarations for dvipdfm #659 | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- Add some circuit symbols #641 | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- Add tlpkg to Travis cache | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- Fix shadings in dvisvgm | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- % is not allowed in DVI #657 | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- Fix shading regression #656 | ||
|
||
2019-04-17 Henri Menke | ||
|
||
- Don't switch mode in \pgfuseshading #655 | ||
|
||
2019-04-12 Henri Menke | ||
|
||
- Use TL usertree in CI | ||
|
||
2019-04-11 Henri Menke | ||
|
||
- Merge pull request #647 from Skillmon/parserx | ||
|
||
2019-04-11 Jonathan Spratte | ||
|
||
- requested changes from review | ||
|
||
2019-04-11 Jonathan Spratte | ||
|
||
- Merge remote-tracking branch 'official/master' into parserx | ||
|
||
2019-04-11 Henri Menke | ||
|
||
- More checks, fewer rsyncs | ||
|
||
2019-04-11 Jonathan Spratte | ||
|
||
- fixed bug ignoring + | ||
|
||
2019-04-10 Jonathan Spratte | ||
|
||
- fixes #628; needs the new parser version | ||
|
||
2019-04-10 Jonathan Spratte | ||
|
||
- fixed a bug in pgfparserlet | ||
|
||
2019-04-10 Jonathan Spratte | ||
|
||
- removed parserx from FILES | ||
|
||
2019-04-10 Jonathan Spratte | ||
|
||
- parserx replaces parser | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Force push to SourceForge | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Add revision file to archive | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Override before_script for SourceForge mirror | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Update README [ci skip] | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Typo | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Missing packages | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Better commit message | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- Deploy tlcontrib | ||
|
||
2019-04-10 Henri Menke | ||
|
||
- PGF requires etex | ||
|
||
2019-04-09 Henri Menke | ||
|
||
- Looks like we have to rerun twice | ||
|
||
2019-04-09 Henri Menke | ||
|
||
- Rerun check for dvisvgm docs | ||
|
||
2019-04-09 Henri Menke | ||
|
||
- Deployment script for website | ||
|
||
2019-04-08 Jonathan Spratte | ||
|
||
- bugfix default space rule | ||
|
||
2019-04-08 Jonathan Spratte | ||
|
||
- added pgfparserxlet | ||
|
||
2019-04-08 Henri Menke | ||
|
||
- Merge branch 'fix-typos' of ssh://git.code.sf.net/u/frougon/pgf | ||
|
||
2019-04-08 Henri Menke | ||
|
||
- Shading assignment has to global #650 | ||
|
||
2019-04-07 Henri Menke | ||
|
||
- Correct initial value for minimum width and height #649 | ||
|
||
2019-04-06 Jonathan Spratte | ||
|
||
- use pgfutil@namedef | ||
|
||
2019-04-06 Jonathan Spratte | ||
|
||
- no etex, no folds | ||
|
||
2019-04-06 Jonathan Spratte | ||
|
||
- Merge remote-tracking branch 'official/master' into parserx | ||
|
||
2019-04-06 Henri Menke | ||
|
||
- Merge remote-tracking branch 'kpym/master' | ||
|
||
2019-04-06 Henri Menke | ||
|
||
- Optional e-TeX protection | ||
|
||
2019-04-05 Jonathan Spratte | ||
|
||
- finished parserx documentation and module | ||
|
||
2019-04-05 Henri Menke | ||
|
||
- Fix Travis conditional | ||
|
||
2019-04-05 Henri Menke | ||
|
||
- Only sync when on upstream | ||
|
||
2019-04-05 Henri Menke | ||
|
||
- \noexpand instead of \ignorespaces | ||
|
||
2019-04-05 Henri Menke | ||
|
||
- Automatically mirror changes to SourceForge | ||
|
||
2019-04-04 Henri Menke | ||
|
||
- Allow optional comma in let assignment list #606 (oberdiek) | ||
|
||
2019-04-04 Christian Feuersaenger <[email protected]> | ||
|
||
- Release 3.1.2! | ||
|