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