X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=3cedf2bcdb1f5a1853058b7ee4a84850e8ce58e8;hp=fc9380ff74ed42752072b3c332c1e0cea972b22a;hb=5e02189f420610875b4bbc029891af30ec587845;hpb=cee050d75d296ea9420e3885fddaae2d43f2521c diff --git a/ChangeLog b/ChangeLog index fc9380f..3cedf2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,158 @@ +2008-02-03 Tim Retout + + Remove autoconf-generated files. + + * configure: Remove from repository. + + Remove automake-generated files. + + * Makefile.in: Remove from repository. + * afm/Makefile.in: Likewise. + * afmlib/Makefile.in: Likewise. + * afmlib/ansi2knr.1: Likewise. + * afmlib/ansi2knr.c: Likewise. + * compat/Makefile.in: Likewise. + * config.guess: Likewise. + * config.sub: Likewise. + * depcomp: Likewise. + * docs/Makefile.in: Likewise. + * docs/mdate-sh: Likewise. + * docs/texinfo.tex: Likewise. + * install-sh: Likewise. + * lib/Makefile.in: Likewise. + * missing: Likewise. + * mkinstalldirs: Likewise. + * scripts/Makefile.in: Likewise. + * src/Makefile.in: Likewise. + * src/ansi2knr.1: Likewise. + * src/ansi2knr.c: Likewise. + * src/tests/Makefile.in: Likewise. + * states/Makefile.in: Likewise. + * states/hl/Makefile.in: Likewise. + * states/tests/Makefile.in: Likewise. + * w32/Makefile.in: Likewise. + + Remove autopoint-generated files. + + * ABOUT-NLS: Remove from repository. + * config.rpath: Likewise. + * intl/ChangeLog: Likewise. + * intl/Makefile.in: Likewise. + * intl/VERSION: Likewise. + * intl/bindtextdom.c: Likewise. + * intl/config.charset: Likewise. + * intl/dcgettext.c: Likewise. + * intl/dcigettext.c: Likewise. + * intl/dcngettext.c: Likewise. + * intl/dgettext.c: Likewise. + * intl/dngettext.c: Likewise. + * intl/eval-plural.h: Likewise. + * intl/explodename.c: Likewise. + * intl/finddomain.c: Likewise. + * intl/gettext.c: Likewise. + * intl/gettextP.h: Likewise. + * intl/gmo.h: Likewise. + * intl/hash-string.h: Likewise. + * intl/intl-compat.c: Likewise. + * intl/l10nflist.c: Likewise. + * intl/libgnuintl.h: Likewise. + * intl/loadinfo.h: Likewise. + * intl/loadmsgcat.c: Likewise. + * intl/localcharset.c: Likewise. + * intl/locale.alias: Likewise. + * intl/localealias.c: Likewise. + * intl/localename.c: Likewise. + * intl/ngettext.c: Likewise. + * intl/os2compat.c: Likewise. + * intl/os2compat.h: Likewise. + * intl/osdep.c: Likewise. + * intl/plural-exp.c: Likewise. + * intl/plural-exp.h: Likewise. + * intl/plural.c: Likewise. + * intl/plural.y: Likewise. + * intl/ref-add.sin: Likewise. + * intl/ref-del.sin: Likewise. + * intl/textdomain.c: Likewise. + + Remove the 'm4' directory from the repository. + + * Makefile.am (SUBDIRS): Remove 'm4' directory. + * configure.ac: Remove 'm4/Makefile' from AC_CONFIG_FILES. + * m4/ChangeLog: Remove from repository. + * m4/codeset.m4: Likewise. + * m4/gettext.m4: Likewise. + * m4/glibc21.m4: Likewise. + * m4/iconv.m4: Likewise. + * m4/intdiv0.m4: Likewise. + * m4/inttypes_h.m4: Likewise. + * m4/inttypes.m4: Likewise. + * m4/inttypes-pri.m4: Likewise. + * m4/isc-posix.m4: Likewise. + * m4/lcmessage.m4: Likewise. + * m4/lib-ld.m4: Likewise. + * m4/lib-link.m4: Likewise. + * m4/lib-prefix.m4: Likewise. + * m4/Makefile.am: Likewise. + * m4/Makefile.in: Likewise. + * m4/progtest.m4: Likewise. + * m4/stdint_h.m4: Likewise. + * m4/uintmax_t.m4: Likewise. + * m4/ulonglong.m4: Likewise. + +2008-01-29 Tim Retout + + * configure.ac: Remove AC_CONFIG_COMMANDS macro that was leaving + stamp-h files around after `make clean'. + + * aclocal.m4: Removed from repository. Can be generated with `aclocal'. + * config.h.in: Likewise. Can be generated with `autoheader'. + +2008-01-06 Tim Retout + + * configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). + Remove ALL_LINGUAS. + +2008-01-02 Tim Retout + + * configure.ac: Add description to PATH_SEPARATOR and + PATH_SEPARATOR_STR definitions. + * acconfig.h: Remove. Silences autoheader warning. + + * configure.ac (AC_INIT): Quote arguments. + (AC_PREREQ): Bump required autoconf version to 2.61. + (AM_CONFIG_HEADER): Change to AC_CONFIG_HEADERS, quote arguments. + (AC_STDC_HEADERS): Change to AC_HEADER_STDC, quote arguments. + (AC_HAVE_HEADERS): Change to AC_CHECK_HEADERS, quote arguments. + Result of running autoupdate. + Also tidy order of macros. + + * configure.ac (AC_ISC_POSIX): Replace with AC_USE_SYSTEM_EXTENSIONS + to silence some aclocal warnings. + + * configure.ac (AC_REVISION): Remove. + + * configure.in: Rename to `configure.ac'. + +2008-01-01 Tim Retout + + * configure.in: Remove --with-cc option from configure script. + Remove test for empty CC from around AC_PROG_CC macro. + + * configure.in (AC_INIT): Change bug report address to + . + Change package name to `GNU Enscript'. + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + +2007-12-29 Tim Retout + + * Makefile.am (SUBDIRS): Remove duplicate intl. + +2007-10-31 Tim Retout + + * COPYING: Update to latest revision of GPLv2. + * all files: Update FSF address in copyright header. + 2003-02-28 gettextize * Makefile.am (SUBDIRS): Add intl. @@ -111,15 +266,15 @@ * 88594.txt: Added encoding for ISO-8859-4 character set. Thanks to Ricardas Cepas for the patches. -Thu Jul 17 11:47:35 1997 Markku Rossi +1997-07-17 Markku Rossi * Upgraded automake to version 1.2. -Wed Jul 16 12:41:01 1997 Markku Rossi +1997-07-16 Markku Rossi * Makefile.am: Added THANKS file. -Thu May 22 10:43:08 1997 Markku Rossi +1997-05-22 Markku Rossi * configure.in (SPOOLER): added option --with-spooler to specify the system printer spooler. @@ -127,82 +282,82 @@ Thu May 22 10:43:08 1997 Markku Rossi * Added a banner which shows the user definable options and their current values. This should save some emails. -Mon Apr 14 12:18:35 1997 Markku Rossi +1997-04-14 Markku Rossi * INSTALL: Updated Autoconf related installation information. * Updated COPYING and COPYING.LIB files to the latest ones. -Wed Feb 12 11:43:06 1997 Markku Rossi +1997-02-12 Markku Rossi * Makefile.am: Added all FAQ related files to the distribution. -Thu Jan 23 12:00:02 1997 Markku Rossi +1997-01-23 Markku Rossi * configure.in: Added checks form memmove() and memcpy() and added their replacements to compat. Added check for alloca(). -Tue Jan 21 17:58:03 1997 Markku Rossi +1997-01-21 Markku Rossi * Created a new tests subdirectory which holds the enscript testsuite. * Automake-1.1l. -Tue Nov 5 08:21:14 1996 Markku Rossi +1996-11-05 Markku Rossi * 88595.txt: New encoding for ISO-8859-5 (ISO Cyrillic) character set. Thanks for Ildar Khabibrakhmanov for the 88595.txt encoding file. -Sun Sep 8 13:38:36 1996 Markku Rossi +1996-09-08 Markku Rossi * All encoding description files: changed name of the character 0x2d (-) from `/minus' to `/hyphen'. -Sat Sep 7 15:40:03 1996 Markku Rossi +1996-09-07 Markku Rossi * koi8.txt: New encoding for Adobe's Standard Cyrillic Font KOI8. Thanks for Ildar Khabibrakhmanov for the koi8.txt encoding file. -Fri Aug 23 22:09:07 1996 Markku Rossi +1996-08-24 Markku Rossi * Updated developement tools: autoconf-2.10, automake-1.1c, gettext-0.10.23. -Sun Jul 28 01:26:21 1996 Markku Rossi +1996-07-28 Markku Rossi * Changed __P() macro to ___P() in all files where it was used. Now we won't clash with solaris' math.h which defines __P(). -Thu Jun 13 12:45:43 1996 Markku Rossi +1996-06-13 Markku Rossi * Automake-1.0. * New subdirectory `scripts' for utility scripts. -Thu Jun 6 08:38:27 1996 Markku Rossi +1996-06-06 Markku Rossi * gettext-0.10.16. -Mon May 6 10:05:55 1996 Markku Rossi +1996-05-06 Markku Rossi * Automake-0.32. -Thu Mar 14 09:02:39 1996 Markku Rossi +1996-03-14 Markku Rossi * Automake-0.31. * configure.in: Removed CFLAGS and LDFLAGS defaults, use whatever autoconf gives to us. -Mon Mar 11 09:21:34 1996 Markku Rossi +1996-03-11 Markku Rossi * 88592.txt: fixed character 0xf0 from /eth to /dbar. -Sun Feb 25 05:14:10 1996 Markku Rossi +1996-02-25 Markku Rossi * Reorganized source tree: - enscript source is moved to the new `src' sub-directory @@ -213,3 +368,11 @@ Sun Feb 25 05:14:10 1996 Markku Rossi * Made to use Automake utility. The old top level Change log has moved to the src subdirectory. + + +Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008 Free Software +Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.