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