lib/Makefile.am: Replace custom install rules with new sysconf_DATA variable.
[enscript.git] / ChangeLog
1 2008-01-29  Tim Retout  <diocles@gnu.org>
2
3         * configure.ac: Remove AC_CONFIG_COMMANDS macro that was leaving
4         stamp-h files around after `make clean'.
5
6         * aclocal.m4: Removed from repository. Can be generated with `aclocal'.
7         * config.h.in: Likewise. Can be generated with `autoheader'.
8
9 2008-01-06  Tim Retout  <diocles@gnu.org>
10
11         * configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]).
12         Remove ALL_LINGUAS.
13
14 2008-01-02  Tim Retout  <diocles@gnu.org>
15
16         * configure.ac: Add description to PATH_SEPARATOR and
17         PATH_SEPARATOR_STR definitions.
18         * acconfig.h: Remove. Silences autoheader warning.
19
20         * configure.ac (AC_INIT): Quote arguments.
21         (AC_PREREQ): Bump required autoconf version to 2.61.
22         (AM_CONFIG_HEADER): Change to AC_CONFIG_HEADERS, quote arguments.
23         (AC_STDC_HEADERS): Change to AC_HEADER_STDC, quote arguments.
24         (AC_HAVE_HEADERS): Change to AC_CHECK_HEADERS, quote arguments.
25         Result of running autoupdate.
26         Also tidy order of macros.
27
28         * configure.ac (AC_ISC_POSIX): Replace with AC_USE_SYSTEM_EXTENSIONS
29         to silence some aclocal warnings.
30
31         * configure.ac (AC_REVISION): Remove.
32
33         * configure.in: Rename to `configure.ac'.
34
35 2008-01-01  Tim Retout  <diocles@gnu.org>
36
37         * configure.in: Remove --with-cc option from configure script.
38         Remove test for empty CC from around AC_PROG_CC macro.
39
40         * configure.in (AC_INIT): Change bug report address to
41         <bug-enscript@gnu.org>.
42         Change package name to `GNU Enscript'.
43
44         * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
45
46 2007-12-29  Tim Retout  <diocles@gnu.org>
47
48         * Makefile.am (SUBDIRS): Remove duplicate intl.
49
50 2007-10-31  Tim Retout  <diocles@gnu.org>
51
52         * COPYING: Update to latest revision of GPLv2.
53         * all files: Update FSF address in copyright header.
54
55 2003-02-28  gettextize  <bug-gnu-gettext@gnu.org>
56
57         * Makefile.am (SUBDIRS): Add intl.
58         * configure.in (AC_OUTPUT): Add intl/Makefile,
59
60 2003-02-28  gettextize  <bug-gnu-gettext@gnu.org>
61
62         * Makefile.am (SUBDIRS): Add m4.
63         (ACLOCAL_AMFLAGS): New variable.
64         (EXTRA_DIST): Add config.rpath.
65         * configure.in (AC_OUTPUT): Add po/Makefile.in,
66         (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
67
68 1999-07-21  Markku Rossi  <mtr@amme.ssh.fi>
69
70         * README: Added a special note for all US users about the
71         enscript's default output media (which is A4 instead of Letter).
72
73 1999-01-19  Markku Rossi  <mtr@amme.ssh.fi>
74
75         * Updated automake to version 1.4.
76
77 1999-01-14  Markku Rossi  <mtr@amme.ssh.fi>
78
79         * configure.in: Changed autoconf prereq to 2.13.
80
81 1999-01-07  Markku Rossi  <mtr@amme.ssh.fi>
82
83         * Updated development tools: autoconf-2.13, automake-1.3d.
84
85 1998-12-31  Markku Rossi  <mtr@amme.ssh.fi>
86
87         * configure.in: Removed a historical call of the AC_LINK_FILES.
88         It is handled in the AM_GNU_GETTEXT.
89
90 1998-12-29  Markku Rossi  <mtr@amme.ssh.fi>
91
92         * configure.in: Beta version 1.6.2 released.
93
94 1998-12-08  Markku Rossi  <mtr@amme.ssh.fi>
95
96         * Updated gettext to version 0.10.35.
97
98         * configure.in (ALL_LINGUAS): Added `ru'.
99
100 1998-11-11  Markku Rossi  <mtr@amme.ssh.fi>
101
102         * configure.in: Added checks for sys/types.h and sys/stat.h
103         headers.
104
105 1998-10-23  Markku Rossi  <mtr@ngs.fi>
106
107         * Moved all documentation stuffs to the `docs' subdirectory.
108
109         * enscript.1.in: Documented the new highlighting options.
110
111 1998-10-16  Markku Rossi  <mtr@ngs.fi>
112
113         * enscript.1.in: Updated the ^@font{} escape's syntax.
114
115 1998-10-02  Markku Rossi  <mtr@ngs.fi>
116
117         * configure.in: Added more rules to lookup the gethostname()
118         function.  It is located in `libsocket.a' in the SCO OpenServer 5.
119
120 1998-09-22  Markku Rossi  <mtr@ngs.fi>
121
122         * enscript.1.in: Replaced `@prefix@/share' and `@prefix@/etc' with
123         `@datadir@' and `@sysconfdir@'.
124
125 1998-07-06  Markku Rossi  <mtr@ngs.fi>
126
127         * configure.in: Updated version number to 1.6.2.
128
129 1998-07-01  Markku Rossi  <mtr@ngs.fi>
130
131         * 88591.txt: Changed 0xb9 to be `/onesuperior' instead of
132         `/dottlessi'.
133
134 1998-06-25  Markku Rossi  <mtr@ngs.fi>
135
136         * configure.in: Added check for the strtoul() function.
137
138 1998-06-23  Markku Rossi  <mtr@ngs.fi>
139
140         * configure.in (PSLEVEL): added option --with-ps-level to specify
141         the default PostScript language level that enscript should use.
142
143 1998-06-16  Markku Rossi  <mtr@ngs.fi>
144
145         * configure.in: Updated version number to 1.6.1.
146
147 1998-06-11  Markku Rossi  <mtr@ngs.fi>
148
149         * Renamed all ISO-8859-* encodings to conform their ISO names.
150         All uses changed.
151
152 1998-03-25  Markku Rossi  <mtr@ngs.fi>
153
154         * 88597.txt: Added encoding for ISO-8859-7.  Thanks to Manolis
155         Lourakis <lourakis@csd.uch.gr>.
156
157 1998-03-09  Markku Rossi  <mtr@ngs.fi>
158
159         * Upgraded automake to version 1.2e.
160
161         * configure.in: Updated version number to 1.5.6.
162
163 1997-09-30  Markku Rossi  <mtr@ngs.fi>
164
165         * 88594.txt: Added encoding for ISO-8859-4 character set.  Thanks
166         to Ricardas Cepas <rch@pub.osf.lt> for the patches.
167
168 1997-07-17  Markku Rossi  <mtr@ngs.fi>
169
170         * Upgraded automake to version 1.2.
171
172 1997-07-16  Markku Rossi  <mtr@ngs.fi>
173
174         * Makefile.am: Added THANKS file.
175
176 1997-05-22  Markku Rossi  <mtr@ngs.fi>
177
178         * configure.in (SPOOLER): added option --with-spooler to specify
179         the system printer spooler.
180
181         * Added a banner which shows the user definable options and their
182         current values.  This should save some emails.
183
184 1997-04-14  Markku Rossi  <mtr@ngs.fi>
185
186         * INSTALL: Updated Autoconf related installation information.
187
188         * Updated COPYING and COPYING.LIB files to the latest ones.
189
190 1997-02-12  Markku Rossi  <mtr@ngs.fi>
191
192         * Makefile.am: Added all FAQ related files to the distribution.
193
194 1997-01-23  Markku Rossi  <mtr@ngs.fi>
195
196         * configure.in: Added checks form memmove() and memcpy() and added
197         their replacements to compat.
198         Added check for alloca().
199
200 1997-01-21  Markku Rossi  <mtr@ngs.fi>
201
202         * Created a new tests subdirectory which holds the enscript
203         testsuite.
204
205         * Automake-1.1l.
206
207 1996-11-05  Markku Rossi  <mtr@ngs.ngs.fi>
208
209         * 88595.txt: New encoding for ISO-8859-5 (ISO Cyrillic) character
210         set. Thanks for Ildar Khabibrakhmanov <ildar@hawking.math.mun.ca>
211         for the 88595.txt encoding file.
212
213 1996-09-08  Markku Rossi  <mtr@ngs.ngs.fi>
214
215         * All encoding description files: changed name of the character
216         0x2d (-) from `/minus' to `/hyphen'.
217
218 1996-09-07  Markku Rossi  <mtr@ngs.ngs.fi>
219
220         * koi8.txt: New encoding for Adobe's Standard Cyrillic Font KOI8.
221         Thanks for Ildar Khabibrakhmanov <ildar@hawking.math.mun.ca> for
222         the koi8.txt encoding file.
223
224 1996-08-24  Markku Rossi  <mtr@ngs.ngs.fi>
225
226         * Updated developement tools: autoconf-2.10, automake-1.1c,
227         gettext-0.10.23.
228
229 1996-07-28  Markku Rossi  <mtr@ngs.ngs.fi>
230
231         * Changed __P() macro to ___P() in all files where it was used.
232         Now we won't clash with solaris' math.h which defines __P().
233
234 1996-06-13  Markku Rossi  <mtr@ngs.ngs.fi>
235
236         * Automake-1.0.
237
238         * New subdirectory `scripts' for utility scripts.
239
240 1996-06-06  Markku Rossi  <mtr@ngs.ngs.fi>
241
242         * gettext-0.10.16.
243
244 1996-05-06  Markku Rossi  <mtr@ngs.fi>
245
246         * Automake-0.32.
247
248 1996-03-14  Markku Rossi  <mtr@ngs.fi>
249
250         * Automake-0.31.
251
252         * configure.in: Removed CFLAGS and LDFLAGS defaults, use whatever
253         autoconf gives to us.
254
255 1996-03-11  Markku Rossi  <mtr@ngs.fi>
256
257         * 88592.txt: fixed character 0xf0 from /eth to /dbar.
258
259 1996-02-25  Markku Rossi  <mtr@ngs.fi>
260
261         * Reorganized source tree:
262           - enscript source is moved to the new `src' sub-directory
263           - `afm' directory is renamed to `afmlib'
264           - `afmfiles' directory is renamed to `afm'
265
266         * Renamed program to `GNU enscript'.
267
268         * Made to use Automake utility.  The old top level Change log has
269         moved to the src subdirectory.
270
271
272 Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008 Free Software
273 Foundation, Inc.
274
275 Copying and distribution of this file, with or without modification,
276 are permitted in any medium without royalty provided the copyright
277 notice and this notice are preserved.