summaryrefslogtreecommitdiff
path: root/Build/source/texk/psutils/ChangeLog
blob: 0d8c6f3dc89d1c1a27b9c0eddaae9abf9a83bb19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2013-12-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* psutils.test (psresize): Test for '-0.000000' also at start.

2013-12-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am, configure.ac: Use getopt() from kpathsea.
	* psutils.test: Add psnup test using GNU extension (-18).
	* tests/playnup1.2, tests/playsel1.2: Additional test results.

2013-10-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Import psutils-1.21.
	* version.ac: New file.
	* Makefile.am, ac/withenable.ac, configure.ac: Adapt.

	* psutils.test: Add paper size (-pa4) for psnup and pstops.
	* tests/playnup.2, tests/playps.2, tests/playres.ps:
	Test results for Version 1.21.

2013-07-05  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Moved Makefile fragments to ../../am/.

2013-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (scriptsdir): Change texmf => texmf-dist.

2013-01-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am, configure.ac: Allow subdir-objects.

2012-12-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Use KPSE_BASIC to enable silent rules.
	* Makefile.am: Enable silent rules.

2012-08-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Install getafm and showchar as linked scripts.

2011-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf.

2011-11-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* psutils.test: Do not depend on floating point rounding.
	* Makefile.am (EXTRA_DIST): Adapt.

2011-11-04  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* psutils.test: Perform all sub-tests and report failed ones.

2011-09-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* psutils.test: New shell script for tests.
	* tests/play.ps tests/play{book,nup,ps,res,sel}.2
	tests/plot{,h,m,v}.eps: Test input and expected output.
	* Makefile.am: Add the test and its data.

2011-04-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Handle sh scripts (without .sh) as bin_SCRIPTS.

2011-03-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Use the ../../texk/am/script_links.am fragment.

2011-01-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am, configure.ac: Install linked perl scripts.

2010-12-14  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Remove the non-free files psutils-1.17/md{68,71}_0.ps.
	* Makefile.am (perl_scripts): Remove fixmacps.
	(nodist_man1_MANS): Derive from bin_PROGRAMS and perl_scripts.

	* Makefile.am, configure.ac: Ignore shell scripts for WIN32.

2010-12-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Import original psutils-1.17, patches in psutils-1.17-PATCHES.
	* Makefile.am, configure.ac, ...: Adapted.

2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* config.h: Do not #include <win32lib.h> for MinGW32.

2009-08-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid maximal compiler warnings.
	* pserror.[ch] (message): Constify string arg.
	* psspec.c (prologue): Constify global strings.
	(pstops): Drop inner local var 'buffer', not to shadow previous.
	Constify local var 'pro'.
	* psutil.[ch] (struct papersize): constify string member 'name'.
	(findpaper, writepageheader, writestring): Constify string args.

2009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS), configure.ac: enable compiler warnings.
	* epsffit.c (main): avoid uninitialized warnings.
	* psnup.c (main): avoid uninitialized warnings.
	* pstops.c (usage): declare as static.

2009-05-06  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2009-04-20  Karl Berry  <karl@tug.org>

	* Makefile.am (EXTRA_DIST): avoid trailing \, to appease automake
	complaints and bugs.

2009-04-18  Karl Berry  <karl@tug.org>

	* Makefile.am: also make and install all the scripts and man pages.

2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.in: update (AC_SET_MAKE -> AC_PROG_MAKE_SET).

2008-02-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* configure: Regenerated (autoconf).

	* epsffit.c(main): Changed return type void into int, changed
	exit at end into return.

	* psresize.c(main): Changed return type void into int, changed
	exit at end into return.

	* psselect.c(main): Changed return type void into int, changed
	exit at end into return.

	* psbook.c(main): Changed return type void into int, changed
	exit at end into return.

	* psnup.c(main): Changed return type void into int, changed
	exit at end into return.

	* pstops.c(main): Changed return type void into int, changed
	exit at end into return.

	* pserror.c(message): Explicit type int for column.