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