diff options
author | Norbert Preining <norbert@preining.info> | 2019-10-12 03:00:57 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-10-12 03:00:57 +0000 |
commit | 2e4672ed6f7b49c9d1c44b6ca850cfe7024fc639 (patch) | |
tree | 8cc5672ceb359cb652306244d63afc5f7d939008 /graphics/asymptote/ChangeLog | |
parent | d51deaad31c304a71b51411feaf44acceb8aeb1b (diff) |
CTAN sync 201910120300
Diffstat (limited to 'graphics/asymptote/ChangeLog')
-rw-r--r-- | graphics/asymptote/ChangeLog | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/graphics/asymptote/ChangeLog b/graphics/asymptote/ChangeLog index 2ac6adc943..019529c25d 100644 --- a/graphics/asymptote/ChangeLog +++ b/graphics/asymptote/ChangeLog @@ -1,3 +1,121 @@ +commit bc7fe4b5126184c965fff4d0daaf592b89ef8d01 +Author: John Bowman <bowman@ualberta.ca> +Date: Fri Oct 11 00:27:09 2019 -0600 + + Initialize all vertices in triangle arrays, even if they are offscreen. + +commit 7725cbf46e24261f44fbd80e79565c2d69c00a89 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 10:57:17 2019 -0600 + + Add outdir() convenience function; make asy() respect outdir(); + update documentation and example of external EPS vector graphics. + +commit e6bbc5094209b432b7ed656c1d5ae1bd8b2103e1 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 09:53:42 2019 -0600 + + Remove unnecessary code. + +commit 496a76daee4c2177e6ae95425cc86c2d53f9f453 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 09:39:33 2019 -0600 + + Revert "Make locatefile return fully qualified path." + + This reverts commit 9817571be16cc925c549a375b186fdc065a42da6. + +commit f6881300a037ee9706fd6ff49e3ec4bebaf5d52d +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 09:00:51 2019 -0600 + + Switch order of GLEW library when linking. + +commit 1c671ec2a8bc186686ccdbc0f4eade2086fb6ce0 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 02:19:02 2019 -0600 + + Fix bug #90: force graphics() to pass fully qualified file name to xasy; + due to current limitations of dvisvgm (2.7.4), this only works with vector EPS files (embedded images, PDF, PNG, and JPG formats are not supported). + +commit 9817571be16cc925c549a375b186fdc065a42da6 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 02:10:37 2019 -0600 + + Make locatefile return fully qualified path. + +commit 436af6420b9ac380acc457ad433f1f119187f5f1 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Oct 10 00:42:08 2019 -0600 + + Fix numerical precision issue in geometry.asy. + +commit d59145980eb39a9d06faebdc7a0b40991a1903c9 +Author: John Bowman <bowman@ualberta.ca> +Date: Wed Oct 9 16:13:48 2019 -0600 + + Distinguish between msdos and cygwin builds. + +commit d63f1d90e26cfc27d496daee95858ed03b78692a +Author: John Bowman <bowman@ualberta.ca> +Date: Wed Oct 9 09:30:48 2019 -0600 + + Change intersection points back to currentcoordsys in geometry.asy. + +commit f3387ed7d069683918356bfdc3bc70098ad75f44 +Author: John Bowman <bowman@ualberta.ca> +Date: Wed Oct 9 00:19:21 2019 -0600 + + Handle execError gracefully, without killing parent or current process. + +commit cd22997a274d034d065b9fcf7afd3ff9bddcb22c +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 23:11:26 2019 -0600 + + Resolve ambiguous function signatures in geometry.asy using ecasts to special cases. + +commit 2e202e2b5eb4265a73bedae080220d89a21d8a97 +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 20:46:24 2019 -0600 + + Support building asymptote.so again. + +commit 705dc2e1b9f3ba2004a5bc44641bf30daedb502a +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 18:12:30 2019 -0600 + + Make --version option list both enabled and disabled features. + +commit c62e05ff995b1b3e128668254918cc61c0173f15 +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 18:10:51 2019 -0600 + + Reluctantly change default xasy editor for UNIX to vi. + +commit a4c4e374e1d51f2eda6c99d95da522ef4ef3986b +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 17:04:22 2019 -0600 + + Consistently use specified xasy editor. + +commit 31dd51e17946061ebcbe63abdca4fdcf916eb7f5 +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 10:44:43 2019 -0600 + + Fix configuration issues. + +commit e547942219cdd1ac6b4dc55785e9148cb1eb9a67 +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 10:05:07 2019 -0600 + + Explicitly link with GLX library if present. + +commit 8536a52466854b17060c40d80b6cf97805349ec4 +Author: John Bowman <bowman@ualberta.ca> +Date: Tue Oct 8 01:15:36 2019 -0600 + + Increment version to 2.58. + commit 45b49582cbcd3188c713b0fce1eda8ca1a459441 Author: John Bowman <bowman@ualberta.ca> Date: Tue Oct 8 00:55:18 2019 -0600 |