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