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