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