afm/Makefile.am: New afmdir variable instead of custom install rules.
[enscript.git] / lib / ChangeLog
1 2008-01-29  Tim Retout  <diocles@gnu.org>
2
3         * Makefile.am (install-data-local): Prefix installation paths with
4         $(DESTDIR), to avoid breaking `make distcheck'.
5         (uninstall-local): Likewise.
6
7 2008-01-01  Tim Retout  <diocles@gnu.org>
8
9         * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
10
11 1999-08-26  Markku Rossi  <mtr@amme.ssh.fi>
12
13         * a2ps.hdr: Some updates by John Hutchison
14         <John.Hutchison@lmco.com>.
15
16 1998-12-29  Markku Rossi  <mtr@amme.ssh.fi>
17
18         * enscript-color.hdr: New enscript-styled header for color
19         printers.
20
21 1998-12-23  Markku Rossi  <mtr@amme.ssh.fi>
22
23         * Makefile.am: Added ISO-8859-{9,10} encodings.
24
25 1998-11-25  Markku Rossi  <mtr@amme.ssh.fi>
26
27         * squeeze.hdr: New header to maximize the amount of code that can
28         be printed on a page.
29
30 1998-10-26  Markku Rossi  <mtr@ngs.fi>
31
32         * enscript.cfg.in (StatesPath): As a default, do not define.
33         Enscript gives us a better default.
34
35 1998-10-23  Markku Rossi  <mtr@ngs.fi>
36
37         * enscript.cfg.in: Changed to use the new highlighting style.
38
39 1998-10-16  Markku Rossi  <mtr@ngs.fi>
40
41         * enscript.pro: New procedures MF_PS and SUF_PS to define a new
42         user font preserving the font's default encoding.
43
44 1998-07-31  Markku Rossi  <mtr@ngs.fi>
45
46         * enscript.cfg.in: Added 0.5 cm to left and right margins in the
47         Letter media.
48
49 1998-06-23  Markku Rossi  <mtr@ngs.fi>
50
51         * enscript.cfg.in (PostScriptLevel): Added option to control the
52         PostScript language level that enscript uses for its output.
53
54 1998-06-11  Markku Rossi  <mtr@ngs.fi>
55
56         * Renamed ISO-8859-* encodings.
57
58 1998-03-25  Markku Rossi  <mtr@ngs.fi>
59
60         * Makefile.am (EXTRA_DIST): Added Makefile-encodings and
61         make-encoding.pl.
62
63         * latin7.enc: Added ISO-8859/7 encoding.  Thanks to Manolis
64         Lourakis <lourakis@csd.uch.gr>.
65
66 1998-01-02  Markku Rossi  <mtr@ngs.fi>
67
68         * enscript.cfg.in (GeneratePageSize): Added option to control
69         whether the PageSize page device setting is generated to the
70         output.
71
72 1997-09-30  Markku Rossi  <mtr@ngs.fi>
73
74         * latin4.enc: Added ISO-8859/4 encoding.  Thanks to Ricardas Cepas
75         <rch@pub.osf.lt>.
76
77 1997-08-27  Markku Rossi  <mtr@ngs.fi>
78
79         * enscript.pro (wrapped_line_mark): fixed `arrow' marker, now it
80         looks good.
81
82 1997-07-16  Markku Rossi  <mtr@ngs.fi>
83
84         * edd.hdr: Added total number of pages.
85
86 1997-06-10  Markku Rossi  <mtr@ngs.fi>
87
88         * enscript.pro: New primitives SF and SUF to optimize the size of
89         the generated PostScript output.
90         New primitive bgs to show text with background color.
91
92 1997-05-28  Markku Rossi  <mtr@ngs.fi>
93
94         * enscript.pro: New procedure `wrapped_line_mark' to mark wrapped
95         lines.
96
97 1997-03-04  Markku Rossi  <mtr@ngs.fi>
98
99         * enscript.cfg.in (StatesPath): New variable to specify the
100         absolute path for the states program.
101
102 1997-03-03  Markku Rossi  <mtr@ngs.fi>
103
104         * Implemented user escapes for user defined header strings:
105         {simple,enscript}.hdr
106
107 1997-02-21  Markku Rossi  <mtr@ngs.fi>
108
109         * asciidkno.enc: New encoding asciidkno for 7 bit ascii with dk
110         and no extensions.
111
112         * asciifise.enc: Renamed asciiscands.enc to asciifise.enc.
113
114 1997-01-21  Markku Rossi  <mtr@ngs.fi>
115
116         * enscript.cfg.in (StatesColorModel): Added States dependant
117         config file variables.
118
119 1996-11-05  Markku Rossi  <mtr@ngs.ngs.fi>
120
121         * latin5.enc: New encoding vector for ISO-8859/5 (ISO latin5).
122
123 1996-09-07  Markku Rossi  <mtr@ngs.ngs.fi>
124
125         * koi8.enc: New encoding vector for Adobe's Standard Cyrillic Font
126         KOI8.
127
128 1996-08-30  Markku Rossi  <mtr@ngs.ngs.fi>
129
130         * enscript.pro: Fixed a float / integer conversion bug from
131         hightlight bar printing.
132         Fixed underlays to work with the width/height font point sizes.
133
134 1996-08-05  Markku Rossi  <mtr@ngs.ngs.fi>
135
136         * Removed hopefully all GNU extensions from strftime()'s format
137         strings in {simple,edd}.hdr files
138
139 1996-07-28  Markku Rossi  <mtr@ngs.ngs.fi>
140
141         * Makefile.am (install-data-local): Added `else :;' branch to fix
142         the bug caused by ultrix's broken /bin/sh.
143
144 1996-07-24  Markku Rossi  <mtr@ngs.ngs.fi>
145
146         * Added `--toc' option's volume number to all headers to which it
147         fits: a2ps, edd, emacs, simple
148
149         * Changed all `%2d' formats to `%e'.  Now it should work in all
150         normal Unixes.
151
152 1996-06-30  Markku Rossi  <mtr@ngs.ngs.fi>
153
154         * Cleaned up headers' strftime() strings.  Now there shouldn't be
155         any AIX dependencies.
156
157 1996-06-13  Markku Rossi  <mtr@ngs.ngs.fi>
158
159         * Makefile.am (install-data-local): take a backup copy of
160         `enscript.cfg' before installing the new one.
161         (uninstall-local): New target to uninstall `enscript.cfg'.
162
163 1996-05-10  Markku Rossi  <mtr@ngs.fi>
164
165         * enscript.pro: New procedure `line_highlight' for ^@shade{}
166         escape.
167
168 1996-05-07  Markku Rossi  <mtr@ngs.fi>
169
170         * enscript.pro: New procedure `column_borders' to print borders
171         around columns.
172         Added support for underlay styles.
173
174 1996-04-30  Markku Rossi  <mtr@ngs.fi>
175
176         * Makefile.am (install-data-local): Check whether `enscript.cfg'
177         is already installed.
178         (uninstall-local): Uninstall `enscript.cfg'.
179
180 1996-03-26  Markku Rossi  <mtr@ngs.fi>
181
182         * mp.hdr: New header.
183
184 1996-03-14  Markku Rossi  <mtr@ngs.fi>
185
186         * frame.hdr: New header.
187
188 1996-03-12  Markku Rossi  <mtr@ngs.fi>
189
190         * enscript.pro: new procedure: page_prefeed
191
192 1996-03-05  Markku Rossi  <mtr@ngs.fi>
193
194         * enscript.pro: new procedure: highlight_bars
195
196 1996-02-20  Markku Rossi  <mtr@ngs.fi>
197
198         * new encoding: hp8
199
200 1996-01-30  Markku Rossi  <mtr@ngs.fi>
201
202         * genscript.cfg: Fixed output media sizes.
203
204         * a2ps.hdr: Made margins smaller so more text can be seen on each
205         page.
206
207 1996-01-25  Markku Rossi  <mtr@ngs.fi>
208
209         * a2ps.hdr: New header.
210
211 1996-01-05  Markku Rossi  <mtr@ngs.fi>
212
213         * all headers: changed to use the new `%format' directive
214
215         * enscript.hdr: changed to be exactly identical with the
216         enscript's gaudy header: date strings are now formatted according
217         to file's modification time instead of the printing time.
218
219 1996-01-04  Markku Rossi  <mtr@ngs.fi>
220
221         * genscript.pro: Inlined epsf-import.ps file.
222         (MF): changed to use new encoding vectors.
223         Removed ReEncodeSmall procedure.
224
225         * make-encoding.pl: Changed to generate new encoding vectors.
226
227 1995-11-27  Markku Rossi  <mtr@ngs.fi>
228
229         * Added ChangeLog to lib subdirectory (to this directory).  All
230         underlaying entries are stripped from the ../ChangeLog.
231
232 1995-11-21  Markku Rossi  <mtr@ngs.fi>
233
234         * lib: new header: edd.hdr
235
236         * lib/genscript.cfg.in: added new media: Letterdj
237
238 1995-10-30  Markku Rossi  <mtr@ngs.fi>
239
240         * lib/enscript.hdr: print user supplied header if it is given.
241
242 1995-10-11  Markku Rossi  <mtr@ngs.fi>
243
244         * lib/genscript.cfg.in: added new media: A3 and A4dj.
245
246 1995-10-10  Markku Rossi  <mtr@ngs.fi>
247
248         * lib/enscript.hdr: moved filename text ~2 points down.
249         Fixed font point sizes and date string positions.
250
251         * lib/emacs.hdr: changed fontsize from 13 to 12 points.
252
253
254 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2008 Free Software Foundation, Inc.
255
256 Copying and distribution of this file, with or without modification,
257 are permitted in any medium without royalty provided the copyright
258 notice and this notice are preserved.