summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog9
-rw-r--r--Build/source/texk/dvipsk/NEWS9
-rw-r--r--Build/source/texk/dvipsk/afm2tfm.c4
-rwxr-xr-xBuild/source/texk/dvipsk/configure22
-rw-r--r--Build/source/texk/dvipsk/configure.ac4
-rw-r--r--Build/source/texk/dvipsk/dvips.c2
-rw-r--r--Build/source/texk/dvipsk/dvips.h2
-rw-r--r--Build/source/texk/dvipsk/dvips.info158
-rw-r--r--Build/source/texk/dvipsk/dvips.texi4
9 files changed, 112 insertions, 102 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 69a323c7254..a401268af28 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,12 @@
+2017-03-18 Karl Berry <karl@tug.org>
+
+ * configure.ac,
+ * NEWS
+ * dvips.c,
+ * dvips.h,
+ * afm2tfm.c,
+ * dvips.texi: version 5.997 for TL17.
+
2017-02-28 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* dvips.c: In the case of -T option, reverse the default in the change
diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS
index e96c13ae552..a23a96c7dd6 100644
--- a/Build/source/texk/dvipsk/NEWS
+++ b/Build/source/texk/dvipsk/NEWS
@@ -1,19 +1,20 @@
This file records noteworthy changes. (Public domain.)
+dvips 5.997 (TeX Live 2017):
Make the last papersize special win, to match dvipdfmx; the -L0 option
or L0 config restores the previous behavior of the first special winning.
-dvips 5.996 (TeX Live 2016).
+dvips 5.996 (TeX Live 2016):
afm2tfm 8.4: only adjust heights of base characters upward for accent
position, and new option -a to omit all adjustments.
-dvips 5.995 (TeX Live 2015).
+dvips 5.995 (TeX Live 2015):
Remove psfig support, as it is nonfree.
-dvips 5.994 (TeX Live 2014).
+dvips 5.994 (TeX Live 2014):
Omit UniqueID from subsets.
-dvips 5.993 (TeX Live 2013).
+dvips 5.993 (TeX Live 2013):
`m' value <= 0 now means no limit on vm.
dvips 5.992 (TeX Live 2012):
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c
index bc629ca03aa..702df18a2b4 100644
--- a/Build/source/texk/dvipsk/afm2tfm.c
+++ b/Build/source/texk/dvipsk/afm2tfm.c
@@ -1561,9 +1561,9 @@ writevpl(void)
static void
version(FILE *f)
{
- fputs ("afm2tfm(k) (dvips(k) 5.996) 8.4\n", f);
+ fputs ("afm2tfm(k) (dvips(k) 5.997) 8.4\n", f);
fprintf (f, "%s\n", kpathsea_version_string);
- fputs ("Copyright 2016 Radical Eye Software.\n\
+ fputs ("Copyright 2017 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 647e025a6d8..b76b2f435b2 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.996.
+# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.997.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dvipsk (TeXLive)'
PACKAGE_TARNAME='dvipsk--texlive-'
-PACKAGE_VERSION='5.996'
-PACKAGE_STRING='dvipsk (TeXLive) 5.996'
+PACKAGE_VERSION='5.997'
+PACKAGE_STRING='dvipsk (TeXLive) 5.997'
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.996 to adapt to many kinds of systems.
+\`configure' configures dvipsk (TeXLive) 5.997 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.996:";;
+ short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.997:";;
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.996
+dvipsk (TeXLive) configure 5.997
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2358,7 +2358,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.996, which was
+It was created by dvipsk (TeXLive) $as_me 5.997, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8043,7 +8043,7 @@ fi
# Define the identity of the package.
PACKAGE='dvipsk--texlive-'
- VERSION='5.996'
+ VERSION='5.997'
cat >>confdefs.h <<_ACEOF
@@ -14160,7 +14160,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-dvipsk (TeXLive) config.lt 5.996
+dvipsk (TeXLive) config.lt 5.997
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15750,7 +15750,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.996, which was
+This file was extended by dvipsk (TeXLive) $as_me 5.997, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15816,7 +15816,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.996
+dvipsk (TeXLive) config.status 5.997
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 086ce7773a2..6e04ed1a7e6 100644
--- a/Build/source/texk/dvipsk/configure.ac
+++ b/Build/source/texk/dvipsk/configure.ac
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2016 Karl Berry <tex-live@tug.org>
+dnl Copyright 2016-2017 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
dnl
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.996], [tex-k@tug.org])
+AC_INIT([dvipsk (TeXLive)], [5.997], [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 9fb45df37ec..87b6e0bfa1b 100644
--- a/Build/source/texk/dvipsk/dvips.c
+++ b/Build/source/texk/dvipsk/dvips.c
@@ -669,7 +669,7 @@ main(int argc, char **argv)
} else if (strcmp (argv[1], "--version") == 0) {
puts (BANNER);
puts (kpathsea_version_string);
- puts ("Copyright 2016 Radical Eye Software.\n\
+ puts ("Copyright 2017 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 3435e3066ba..bf3d55b0ec5 100644
--- a/Build/source/texk/dvipsk/dvips.h
+++ b/Build/source/texk/dvipsk/dvips.h
@@ -15,7 +15,7 @@
#define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i))
#define BANNER \
-"This is dvips(k) 5.996 Copyright 2016 Radical Eye Software"
+"This is dvips(k) 5.997 Copyright 2017 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 35f106fba31..3f855731e39 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 6.3 from dvips.texi.
-This manual documents Dvips version 5.996 (November 2016), a program to
+This manual documents Dvips version 5.997 (April 2017), 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.996 (November 2016), a program to
+This manual documents Dvips version 5.997 (April 2017), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
@@ -4630,82 +4630,82 @@ Index

Tag Table:
-Node: Top520
-Node: Why Dvips1269
-Node: Installation4286
-Node: config.ps installation5289
-Node: PostScript font installation7896
-Node: Ghostscript installation8816
-Node: Diagnosing problems9753
-Node: Debug options10844
-Node: No output11848
-Node: Small or inverted13314
-Node: Printer errors14032
-Node: Long documents fail15364
-Node: Including graphics fails15705
-Node: Invoking Dvips16944
-Node: Basic usage17566
-Node: Command-line options18570
-Node: Option summary19018
-Node: Option details21267
-Node: Environment variables41055
-Node: Config files43916
-Node: Configuration file searching44586
-Node: Configuration file commands47783
-Node: Paper size and landscape55564
-Node: papersize special57189
-Node: Config file paper sizes58897
-Node: Paper trays63053
-Node: Interaction with PostScript64387
-Node: PostScript figures65040
-Node: Bounding box65766
-Node: \includegraphics69138
-Node: EPSF macros71431
-Node: EPSF scaling73431
-Node: EPSF clipping76001
-Node: psfile special76643
-Node: Dynamic creation of graphics79035
-Node: Fonts in figures80353
-Node: Header files82003
-Node: Including headers from TeX83213
-Node: Including headers from the command line85251
-Node: Headers and memory usage86350
-Node: Literal PS87561
-Node: " special88143
-Node: ps special88884
-Node: Literal headers90382
-Node: PostScript hooks91091
-Node: Literal examples93187
-Node: Hypertext94641
-Node: Hypertext caveats95870
-Node: Hypertext specials100258
-Node: PostScript fonts102892
-Node: Font concepts104009
-Node: Metric files105176
-Node: Glyph files107956
-Node: Virtual fonts110315
-Node: Encodings112141
-Node: PostScript typesetting114544
-Node: Making a font available117629
-Node: Invoking afm2tfm122663
-Node: Changing font encodings123680
-Node: Changing TeX encodings124471
-Node: Changing PostScript encodings125573
-Node: Changing both encodings126917
-Node: Reencoding with Afm2tfm127591
-Node: Encoding file format130694
-Node: Special font effects134898
-Node: Afm2tfm options137158
-Node: psfonts.map140683
-Node: Color145413
-Node: Color macro files146457
-Node: User-definable colors149650
-Node: Color subtleties150926
-Node: Ted Turner152578
-Node: Color device configuration153803
-Node: Color support details156247
-Node: Color specifications156625
-Node: Color specials158029
-Node: Index160158
+Node: Top517
+Node: Why Dvips1263
+Node: Installation4280
+Node: config.ps installation5283
+Node: PostScript font installation7890
+Node: Ghostscript installation8810
+Node: Diagnosing problems9747
+Node: Debug options10838
+Node: No output11842
+Node: Small or inverted13308
+Node: Printer errors14026
+Node: Long documents fail15358
+Node: Including graphics fails15699
+Node: Invoking Dvips16938
+Node: Basic usage17560
+Node: Command-line options18564
+Node: Option summary19012
+Node: Option details21261
+Node: Environment variables41049
+Node: Config files43910
+Node: Configuration file searching44580
+Node: Configuration file commands47777
+Node: Paper size and landscape55558
+Node: papersize special57183
+Node: Config file paper sizes58891
+Node: Paper trays63047
+Node: Interaction with PostScript64381
+Node: PostScript figures65034
+Node: Bounding box65760
+Node: \includegraphics69132
+Node: EPSF macros71425
+Node: EPSF scaling73425
+Node: EPSF clipping75995
+Node: psfile special76637
+Node: Dynamic creation of graphics79029
+Node: Fonts in figures80347
+Node: Header files81997
+Node: Including headers from TeX83207
+Node: Including headers from the command line85245
+Node: Headers and memory usage86344
+Node: Literal PS87555
+Node: " special88137
+Node: ps special88878
+Node: Literal headers90376
+Node: PostScript hooks91085
+Node: Literal examples93181
+Node: Hypertext94635
+Node: Hypertext caveats95864
+Node: Hypertext specials100252
+Node: PostScript fonts102886
+Node: Font concepts104003
+Node: Metric files105170
+Node: Glyph files107950
+Node: Virtual fonts110309
+Node: Encodings112135
+Node: PostScript typesetting114538
+Node: Making a font available117623
+Node: Invoking afm2tfm122657
+Node: Changing font encodings123674
+Node: Changing TeX encodings124465
+Node: Changing PostScript encodings125567
+Node: Changing both encodings126911
+Node: Reencoding with Afm2tfm127585
+Node: Encoding file format130688
+Node: Special font effects134892
+Node: Afm2tfm options137152
+Node: psfonts.map140677
+Node: Color145407
+Node: Color macro files146451
+Node: User-definable colors149644
+Node: Color subtleties150920
+Node: Ted Turner152572
+Node: Color device configuration153797
+Node: Color support details156241
+Node: Color specifications156619
+Node: Color specials158023
+Node: Index160152

End Tag Table
diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi
index 60dd066a7cb..e5c46d3bb24 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.996
-@set month-year November 2016
+@set version 5.997
+@set month-year April 2017
@copying
This manual documents Dvips version @value{version}