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