From 09475aed6900e615321015594ec9faade95d0b5c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Mar 2015 17:54:49 +0000 Subject: some version updates for TL15 git-svn-id: svn://tug.org/texlive/trunk@36520 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/ChangeLog | 4 + Build/source/texk/dvipdfm-x/configure | 22 ++-- Build/source/texk/dvipdfm-x/configure.ac | 2 +- Build/source/texk/dvipsk/ChangeLog | 9 ++ Build/source/texk/dvipsk/NEWS | 3 + Build/source/texk/dvipsk/afm2tfm.c | 2 +- Build/source/texk/dvipsk/configure | 22 ++-- Build/source/texk/dvipsk/configure.ac | 2 +- Build/source/texk/dvipsk/dvips.c | 2 +- Build/source/texk/dvipsk/dvips.h | 4 +- Build/source/texk/dvipsk/dvips.info | 186 +++++++++++++++---------------- Build/source/texk/dvipsk/dvips.texi | 31 +++--- Build/source/texk/web2c/NEWS | 3 +- Build/source/texk/web2c/doc/web2c.info | 4 +- Build/source/texk/web2c/doc/web2c.texi | 4 +- 15 files changed, 153 insertions(+), 147 deletions(-) diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index 302117d85b6..bc5bebc0e7c 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2015-03-15 Karl Berry + + * configure.ac: version 20150315 for TL'15. + 2015-03-12 Akira Kakuto * jpegimage.c: Fix a bug introduced by me on 2015-02-16. diff --git a/Build/source/texk/dvipdfm-x/configure b/Build/source/texk/dvipdfm-x/configure index 3688d6f0f04..6bf5fd07848 100755 --- a/Build/source/texk/dvipdfm-x/configure +++ b/Build/source/texk/dvipdfm-x/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipdfm-x (TeX Live) 20140317. +# Generated by GNU Autoconf 2.69 for dvipdfm-x (TeX Live) 20150315. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvipdfm-x (TeX Live)' PACKAGE_TARNAME='dvipdfm-x--tex-live-' -PACKAGE_VERSION='20140317' -PACKAGE_STRING='dvipdfm-x (TeX Live) 20140317' +PACKAGE_VERSION='20150315' +PACKAGE_STRING='dvipdfm-x (TeX Live) 20150315' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1356,7 +1356,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dvipdfm-x (TeX Live) 20140317 to adapt to many kinds of systems. +\`configure' configures dvipdfm-x (TeX Live) 20150315 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1427,7 +1427,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipdfm-x (TeX Live) 20140317:";; + short | recursive ) echo "Configuration of dvipdfm-x (TeX Live) 20150315:";; esac cat <<\_ACEOF @@ -1559,7 +1559,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipdfm-x (TeX Live) configure 20140317 +dvipdfm-x (TeX Live) configure 20150315 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2398,7 +2398,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dvipdfm-x (TeX Live) $as_me 20140317, which was +It was created by dvipdfm-x (TeX Live) $as_me 20150315, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8083,7 +8083,7 @@ fi # Define the identity of the package. PACKAGE='dvipdfm-x--tex-live-' - VERSION='20140317' + VERSION='20150315' cat >>confdefs.h <<_ACEOF @@ -14767,7 +14767,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -dvipdfm-x (TeX Live) config.lt 20140317 +dvipdfm-x (TeX Live) config.lt 20150315 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -16672,7 +16672,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dvipdfm-x (TeX Live) $as_me 20140317, which was +This file was extended by dvipdfm-x (TeX Live) $as_me 20150315, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16742,7 +16742,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dvipdfm-x (TeX Live) config.status 20140317 +dvipdfm-x (TeX Live) config.status 20150315 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac index 151b608435c..89a9e7828a8 100644 --- a/Build/source/texk/dvipdfm-x/configure.ac +++ b/Build/source/texk/dvipdfm-x/configure.ac @@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([dvipdfm-x (TeX Live)], [20140317], [tex-k@tug.org]) +AC_INIT([dvipdfm-x (TeX Live)], [20150315], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index c7ca97e2037..bfd44f64415 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,12 @@ +2015-03-15 Karl Berry + + * configure.ac, + * NEWS + * dvips.c, + * dvips.h, + * afm2tfm.c, + * dvips.texi: version 5.995 for TL'15. + 2015-02-16 Peter Breitenlohner * Makefile.am: Use the fragment ../../am/dist_hook.am. diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS index 8dde717dcab..411391f7dae 100644 --- a/Build/source/texk/dvipsk/NEWS +++ b/Build/source/texk/dvipsk/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. (Public domain.) +dvips 5.995 (TeX Live 2015). + Portability/build changes only. + dvips 5.994 (TeX Live 2014). Omit UniqueID from subsets. diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index e57417b5a09..db43394b1b7 100644 --- a/Build/source/texk/dvipsk/afm2tfm.c +++ b/Build/source/texk/dvipsk/afm2tfm.c @@ -1507,7 +1507,7 @@ version(FILE *f) { fputs ("afm2tfm(k) (dvips(k) 5.994) 8.3\n", f); fprintf (f, "%s\n", kpathsea_version_string); - fputs ("Copyright 2014 Radical Eye Software.\n\ + fputs ("Copyright 2015 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index a08bfd1af21..c685b09a08f 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.994. +# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.995. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvipsk (TeXLive)' PACKAGE_TARNAME='dvipsk--texlive-' -PACKAGE_VERSION='5.994' -PACKAGE_STRING='dvipsk (TeXLive) 5.994' +PACKAGE_VERSION='5.995' +PACKAGE_STRING='dvipsk (TeXLive) 5.995' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1329,7 +1329,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dvipsk (TeXLive) 5.994 to adapt to many kinds of systems. +\`configure' configures dvipsk (TeXLive) 5.995 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1400,7 +1400,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.994:";; + short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.995:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipsk (TeXLive) configure 5.994 +dvipsk (TeXLive) configure 5.995 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2312,7 +2312,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dvipsk (TeXLive) $as_me 5.994, which was +It was created by dvipsk (TeXLive) $as_me 5.995, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7997,7 +7997,7 @@ fi # Define the identity of the package. PACKAGE='dvipsk--texlive-' - VERSION='5.994' + VERSION='5.995' cat >>confdefs.h <<_ACEOF @@ -14102,7 +14102,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -dvipsk (TeXLive) config.lt 5.994 +dvipsk (TeXLive) config.lt 5.995 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -15692,7 +15692,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dvipsk (TeXLive) $as_me 5.994, which was +This file was extended by dvipsk (TeXLive) $as_me 5.995, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15758,7 +15758,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dvipsk (TeXLive) config.status 5.994 +dvipsk (TeXLive) config.status 5.995 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index 3d2fe93033c..75968223ce3 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([dvipsk (TeXLive)], [5.994], [tex-k@tug.org]) +AC_INIT([dvipsk (TeXLive)], [5.995], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvips.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c index d1a1ca75def..4357404807f 100644 --- a/Build/source/texk/dvipsk/dvips.c +++ b/Build/source/texk/dvipsk/dvips.c @@ -668,7 +668,7 @@ main(int argc, char **argv) } else if (strcmp (argv[1], "--version") == 0) { puts (BANNER); puts (kpathsea_version_string); - puts ("Copyright 2014 Radical Eye Software.\n\ + puts ("Copyright 2015 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index 0c40ca34f8f..470c18a52db 100644 --- a/Build/source/texk/dvipsk/dvips.h +++ b/Build/source/texk/dvipsk/dvips.h @@ -1,5 +1,5 @@ /* $Id$ - * Copyright 1986-2014 Tomas Rokicki. + * Copyright 1986-2015 Tomas Rokicki. * This is dvips, a freely redistributable PostScript driver * for dvi files. You may freely use, modify and/or distribute this * program or any portion thereof. @@ -15,7 +15,7 @@ #define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i)) #define BANNER \ -"This is dvips(k) 5.994 Copyright 2014 Radical Eye Software" +"This is dvips(k) 5.995 Copyright 2015 Radical Eye Software" #define BANNER2 "(www.radicaleye.com)" #ifdef KPATHSEA #include "config.h" diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info index 65e4c59c284..649c7d9fc09 100644 --- a/Build/source/texk/dvipsk/dvips.info +++ b/Build/source/texk/dvipsk/dvips.info @@ -1,6 +1,6 @@ This is dvips.info, produced by makeinfo version 5.2 from dvips.texi. -This manual documents Dvips version 5.994 (April 2014), a program to +This manual documents Dvips version 5.995 (April 2015), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. INFO-DIR-SECTION TeX @@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir) Dvips ***** -This manual documents Dvips version 5.994 (April 2014), a program to +This manual documents Dvips version 5.995 (April 2015), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. @@ -222,21 +222,17 @@ File: dvips.info, Node: Ghostscript installation, Next: Diagnosing problems, ============================ Ghostscript is a PostScript interpreter freely available to end-users, -written by Peter Deutsch. It can read the PostScript produced by Dvips -and render it on your monitor, or for another device (e.g., an Epson -printer) that does not support PostScript, or in PDF format. The latest -version is available via and -. - - A somewhat older version of Ghostscript is available under the GNU -General Public License, free to everyone. You can get that from -. - - The program Ghostview, written by Tim Theisen, provides typical -previewing capabilities (next page/previous page, magnification, etc.). -It requires Ghostscript to run, and files in structured Postscript, -specifically with '%%Page' comments (no 'N' in 'config.ps'). You can -get Ghostview from the same places as Ghostscript. +originally written by Peter Deutsch. It can read the PostScript +produced by Dvips and render it on your monitor, or for another device +(e.g., an Epson printer) that does not support PostScript, or in PDF +format. The latest version is available via . + + The program Ghostview, originally written by Johannes Plass and Tim +Theisen, provides typical previewing capabilities (next page/previous +page, magnification, etc.). It requires Ghostscript to run, and files +in structured Postscript, specifically with '%%Page' comments (no 'N' in +'config.ps'). The current version is known as GV, and is available from +.  File: dvips.info, Node: Diagnosing problems, Prev: Ghostscript installation, Up: Installation @@ -3712,7 +3708,7 @@ Index * %%Page, not generating: Option details. (line 203) * %%Page, removing: Option details. (line 160) * %%Page, required by Ghostview: Ghostscript installation. - (line 17) + (line 12) * %%VMusage: Headers and memory usage. (line 12) * %*Font: Fonts in figures. (line 6) @@ -4066,7 +4062,7 @@ Index * EOF: Option details. (line 110) * eop-hook: PostScript hooks. (line 11) * EPS, and Ghostview: Ghostscript installation. - (line 17) + (line 12) * EPSF macros: EPSF macros. (line 6) * EPSF, generating: Option details. (line 82) * epsf.sty: EPSF macros. (line 15) @@ -4132,14 +4128,12 @@ Index * Ghostscript installation: Ghostscript installation. (line 6) * ghostview: Ghostscript installation. - (line 17) + (line 12) * Ghostview, and no 'N': Ghostscript installation. - (line 17) + (line 12) * glyph files: Glyph files. (line 6) * GLYPHFONTS, overrides P: Configuration file commands. (line 126) -* GNU Ghostscript: Ghostscript installation. - (line 13) * gnuplot: Dynamic creation of graphics. (line 25) * graphics inclusion fails: Including graphics fails. @@ -4510,7 +4504,7 @@ Index * standard input, reading options from: Option details. (line 11) * standard output, output to: Option details. (line 233) * standard PostScript, required by Ghostview: Ghostscript installation. - (line 17) + (line 12) * start-hook: PostScript hooks. (line 11) * structured comments: Option details. (line 203) * system in config file: Configuration file commands. @@ -4552,7 +4546,7 @@ Index (line 168) * tftopl: Metric files. (line 39) * Theisen, Tim: Ghostscript installation. - (line 17) + (line 12) * tight bounding box, finding: Option details. (line 82) * too-small output: Small or inverted. (line 6) * trademark character, accessing: Changing PostScript encodings. @@ -4626,76 +4620,76 @@ Node: Installation4711 Node: config.ps installation5714 Node: PostScript font installation8321 Node: Ghostscript installation9241 -Node: Diagnosing problems10338 -Node: Debug options11429 -Node: No output12433 -Node: Small or inverted13899 -Node: Printer errors14617 -Node: Long documents fail15949 -Node: Including graphics fails16290 -Node: Invoking Dvips17529 -Node: Basic usage18151 -Node: Command-line options19155 -Node: Option summary19603 -Node: Option details21797 -Node: Environment variables41442 -Node: Config files44303 -Node: Configuration file searching44973 -Node: Configuration file commands48226 -Node: Paper size and landscape55883 -Node: papersize special57481 -Node: Config file paper sizes58890 -Node: Paper trays63046 -Node: Interaction with PostScript64380 -Node: PostScript figures65033 -Node: Bounding box65759 -Node: \includegraphics69131 -Node: EPSF macros71424 -Node: EPSF scaling73424 -Node: EPSF clipping75994 -Node: psfile special76636 -Node: Dynamic creation of graphics79028 -Node: Fonts in figures80346 -Node: Header files81996 -Node: Including headers from TeX83206 -Node: Including headers from the command line85244 -Node: Headers and memory usage86343 -Node: Literal PS87554 -Node: " special88136 -Node: ps special88877 -Node: Literal headers90375 -Node: PostScript hooks91084 -Node: Literal examples93180 -Node: Hypertext94634 -Node: Hypertext caveats96182 -Node: Hypertext specials100570 -Node: PostScript fonts103204 -Node: Font concepts104321 -Node: Metric files105488 -Node: Glyph files108268 -Node: Virtual fonts110627 -Node: Encodings112453 -Node: PostScript typesetting114856 -Node: Making a font available117941 -Node: Invoking afm2tfm122975 -Node: Changing font encodings123933 -Node: Changing TeX encodings124724 -Node: Changing PostScript encodings125826 -Node: Changing both encodings127170 -Node: Reencoding with Afm2tfm127844 -Node: Encoding file format130947 -Node: Special font effects135151 -Node: Afm2tfm options137411 -Node: psfonts.map140397 -Node: Color145127 -Node: Color macro files146171 -Node: User-definable colors149364 -Node: Color subtleties150640 -Node: Ted Turner152292 -Node: Color device configuration153517 -Node: Color support details155961 -Node: Color specifications156339 -Node: Color specials157743 -Node: Index159872 +Node: Diagnosing problems10178 +Node: Debug options11269 +Node: No output12273 +Node: Small or inverted13739 +Node: Printer errors14457 +Node: Long documents fail15789 +Node: Including graphics fails16130 +Node: Invoking Dvips17369 +Node: Basic usage17991 +Node: Command-line options18995 +Node: Option summary19443 +Node: Option details21637 +Node: Environment variables41282 +Node: Config files44143 +Node: Configuration file searching44813 +Node: Configuration file commands48066 +Node: Paper size and landscape55723 +Node: papersize special57321 +Node: Config file paper sizes58730 +Node: Paper trays62886 +Node: Interaction with PostScript64220 +Node: PostScript figures64873 +Node: Bounding box65599 +Node: \includegraphics68971 +Node: EPSF macros71264 +Node: EPSF scaling73264 +Node: EPSF clipping75834 +Node: psfile special76476 +Node: Dynamic creation of graphics78868 +Node: Fonts in figures80186 +Node: Header files81836 +Node: Including headers from TeX83046 +Node: Including headers from the command line85084 +Node: Headers and memory usage86183 +Node: Literal PS87394 +Node: " special87976 +Node: ps special88717 +Node: Literal headers90215 +Node: PostScript hooks90924 +Node: Literal examples93020 +Node: Hypertext94474 +Node: Hypertext caveats96022 +Node: Hypertext specials100410 +Node: PostScript fonts103044 +Node: Font concepts104161 +Node: Metric files105328 +Node: Glyph files108108 +Node: Virtual fonts110467 +Node: Encodings112293 +Node: PostScript typesetting114696 +Node: Making a font available117781 +Node: Invoking afm2tfm122815 +Node: Changing font encodings123773 +Node: Changing TeX encodings124564 +Node: Changing PostScript encodings125666 +Node: Changing both encodings127010 +Node: Reencoding with Afm2tfm127684 +Node: Encoding file format130787 +Node: Special font effects134991 +Node: Afm2tfm options137251 +Node: psfonts.map140237 +Node: Color144967 +Node: Color macro files146011 +Node: User-definable colors149204 +Node: Color subtleties150480 +Node: Ted Turner152132 +Node: Color device configuration153357 +Node: Color support details155801 +Node: Color specifications156179 +Node: Color specials157583 +Node: Index159712  End Tag Table diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi index 63c4ea53d3f..61a16758b32 100644 --- a/Build/source/texk/dvipsk/dvips.texi +++ b/Build/source/texk/dvipsk/dvips.texi @@ -2,8 +2,8 @@ @setfilename dvips.info @settitle Dvips: A DVI-to-PostScript translator -@set version 5.994 -@set month-year April 2014 +@set version 5.995 +@set month-year April 2015 @copying This manual documents Dvips version @value{version} @@ -242,16 +242,11 @@ for lots of information about how it works. @cindex PDF files, making @cindex Aladdin Ghostscript Ghostscript is a PostScript interpreter freely available to end-users, -written by Peter Deutsch. It can read the PostScript produced by Dvips -and render it on your monitor, or for another device (e.g., an Epson -printer) that does not support PostScript, or in PDF format. The latest -version is available via @url{http://www.cs.wisc.edu/~ghost/index.html} -and @url{ftp://ftp.cs.wisc.edu/pub/ghost/aladdin/}. - -@cindex GNU Ghostscript -A somewhat older version of Ghostscript is available under the GNU -General Public License, free to everyone. You can get that from -@url{ftp://prep.ai.mit.edu/pub/gnu/}. +originally written by Peter Deutsch. It can read the PostScript +produced by Dvips and render it on your monitor, or for another device +(e.g., an Epson printer) that does not support PostScript, or in PDF +format. The latest version is available via +@url{http://ghostscript.com}. @cindex Theisen, Tim @pindex ghostview @@ -259,12 +254,12 @@ General Public License, free to everyone. You can get that from @cindex EPS, and Ghostview @cindex standard PostScript, required by Ghostview @findex %%Page@r{, required by Ghostview} -The program Ghostview, written by Tim Theisen, provides typical -previewing capabilities (next page/previous page, magnification, etc.). -It requires Ghostscript to run, and files in structured Postscript, -specifically with @samp{%%Page} comments (no @samp{N} in -@file{config.ps}). You can get Ghostview from the same places as -Ghostscript. +The program Ghostview, originally written by Johannes Plass and Tim +Theisen, provides typical previewing capabilities (next page/previous +page, magnification, etc.). It requires Ghostscript to run, and files +in structured Postscript, specifically with @samp{%%Page} comments (no +@samp{N} in @file{config.ps}). The current version is known as GV, +and is available from @url{http://www.gnu.org/software/gv}. @node Diagnosing problems diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index b19d09fc7c1..071f67e2995 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,6 +1,7 @@ This file records noteworthy changes. (Public domain.) -2014 (for TeX Live 2014) +2015 (for TeX Live 2014) +2014 (for TeX Live 2014, 24 May 2014) 2013 (for TeX Live 2013, 30 May 2013) 2012 (for TeX Live 2012, 1 July 2012) * Ditto. diff --git a/Build/source/texk/web2c/doc/web2c.info b/Build/source/texk/web2c/doc/web2c.info index 2466881f3cc..ac9b9bad24d 100644 --- a/Build/source/texk/web2c/doc/web2c.info +++ b/Build/source/texk/web2c/doc/web2c.info @@ -58,7 +58,7 @@ Web2c This document describes how to install and use the programs in the Web2c implementation of the TeX system, especially for Unix systems. It -corresponds to Web2c version 2014, released in May 2014. +corresponds to Web2c version 2015, released in May 2015. * Menu: @@ -82,7 +82,7 @@ File: web2c.info, Node: Introduction, Next: Installation, Prev: Top, Up: Top 1 Introduction ************** -This manual corresponds to version 2014 of Web2c, released in May 2014. +This manual corresponds to version 2015 of Web2c, released in May 2015. "Web2c" is the name of a TeX implementation, originally for Unix, but now also running under DOS, Amiga, and other operating systems. By "TeX diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi index 41037f0ed3b..6b819699f83 100644 --- a/Build/source/texk/web2c/doc/web2c.texi +++ b/Build/source/texk/web2c/doc/web2c.texi @@ -11,8 +11,8 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.} \fi @end tex -@set version 2014 -@set month-year May 2014 +@set version 2015 +@set month-year May 2015 @c Define new indices for commands in auxiliary files, filenames, and options. @defcodeindex cm -- cgit v1.2.3