diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/Changelog')
-rw-r--r-- | Master/texmf-dist/doc/support/epspdf/Changelog | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/Changelog b/Master/texmf-dist/doc/support/epspdf/Changelog index 98de407e3e1..18713161cbe 100644 --- a/Master/texmf-dist/doc/support/epspdf/Changelog +++ b/Master/texmf-dist/doc/support/epspdf/Changelog @@ -1,28 +1,37 @@ -2014-12-6 0.6.1 +2015-10-28 0.6.2 - Epspdf now invokes luatex, ghostscript and pdftops by their - basenames, modifying the process searchpath, in order to sidestep - problems with spaces in path names, especially on Windows. + Replace obsolete luatex primitives \pdfpagewidth and + \pdfpageheight with \pagewidth and \pageheight respectively - Ghostscript >= 9.15: check for epswrite/eps2write ghostscript - output devices. + Minor tweaks to the manual + +2014-11-30 0.6.1 + + Windows ececutable based on a newer tclkit, from the KitCreator + project (http://kitcreator.rkeene.org/fossil/index). This + necessitated a new test for being a starpack, viz. by checking the + name of the executable, instead of the previous test for + tclkitpath. + + Epspdf now modifies the process searchpath and calls luatex, + ghostscript and pdftops by basename to sidestep problems with + spaces in path names, especially on Windows. Removed use of cmd /c, which was a bug workaround for some old version of LuaTeX. - Some code reorganization: fewer globals, all non-trivial + Some code cleanup(?): fewer globals, all non-trivial initialization in one block following the function definitions. - Temporary files: the temporary directory has been placed under - %TEMP% under Windows, and under either $TEMPDIR or /tmp on other - systems. To give Windows >= Vista a better chance to remove - temporary files, epspdf first waits one second. + The temporary directory has been placed under %TEMP% under + Windows, and under either $TEMPDIR or /tmp on other systems. - epspdftk.tcl: updated list of Unix PostScript- and pdf viewers. + To give Windows >= Vista a better chance to remove temporary + files, epspdf first waits one second. + + Check for epswrite/eps2write ghostscript output devices. - Windows starpack ececutable: based on a newer tclkit, from the - KitCreator project (http://kitcreator.rkeene.org/fossil/index). - epspdf.help is now inside the starpack. + epspdftk.tcl: updated list of Unix PostScript- and pdf viewers. 2013-02-07 0.6.0 |