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