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