X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=98c257d352bb999dec0729c80624e8a25fdce1ac;hp=3cedf2bcdb1f5a1853058b7ee4a84850e8ce58e8;hb=9cccf335aafe68d04f6b4daeeb435e5188db4acb;hpb=5e02189f420610875b4bbc029891af30ec587845 diff --git a/ChangeLog b/ChangeLog index 3cedf2b..98c257d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,152 @@ +2014-07-18 James Cloos + + * states/hl/cpp.st: Update C++ keyword list. Savannah bug #40740. + +2014-07-18 James Cloos + + * src/util.c: (read_config): Close the FILE *. Savannah bug #40338. + +2012-10-08 Max Cantor + + * docs/enscript.man: Document how to use new fonts. + * docs/enscript.man (MarkWrappedLines): Fix typo. + +2012-10-04 Tim Retout + + * src/tests/passthrough.test: Use sed instead of tail. + +2012-09-27 Jerome Roovers + + * src/tests/passthrough.test: Remove obsolete "+2" arguments to + tail. + +2012-09-25 Tim Retout + + * configure.ac: Release 1.6.6. + +2012-09-19 Tim Retout + + * NEWS: Update for new release. + + * afm/MustRead.html: New file containing licensing of Adobe AFM + files. Savannah bug #35883. + +2011-07-10 Tim Retout + + * po/: Sync all translations from the Translation Project. + + * compat/gettext.h: New file. + * compat/Makefile.am (EXTRA_DIST): Add gettext.h. + * src/gsint.h: Use gettext.h instead of own libintl.h include. + * src/mkafmmap.c: Likewise. + * states/defs.h: Likewise. + + * src/main.c (main): Join ENSCRIPT_LIBRARY error string together + for the benefit of translators. + Use ngettext when printing number of pages/copies. + + * states/hl/mail.st: Support extended mail headers. + Savannah bug #25440. + + * src/main.c (usage): Clarify documentation for short forms of + optional arguments. + +2011-07-09 Tim Retout + + * src/main.c (handle_options): Add missing 'w' from + getopt_long call. Savannah bug #30651. + + Apply patch 393791-sliceprint from Debian: + * scripts/sliceprint.1: Complete documentation. + * scripts/sliceprint.in: Force C locale. + Use more liberal regexp when parsing wrapped lines message. + Add missing space from before args. Savannah bug #31259. + + * Makefile.am (SUBDIRS): Move intl to be built before compat. + + * states/Makefile.am: Use $(datadir) instead of $(prefix)/share. + Savannah bug #31609. + * src/Makefile.am: Likewise. + + * src/Makefile.am: Remove ansi2knr option and supporting files. + * afmlib/Makefile.am: Likewise. + + * states/utils.c (eval_expr): Fix typo in error string. + * states/main.c (usage): Fix typo in --define usage string. + +2010-09-10 W. Trevor King + + * docs/FAQ.html: Fix typo. + +2010-06-02 Tim Retout + + Fix Savannah bug #28769 (segfault when parsing config file). + + * src/util.c (CFG_FATAL): Call buffer_ptr on &fname to get + configuration filename. + * src/util.c (read_config): Delay buffer_uninit call on fname + until return points. + +2010-03-17 Juergen Daubert + * src/main.c: Fix ngettext calls to use '1' explicitly. Fixes + Savannah bug #29198. + +2010-03-07 Tim Retout + + * src/gsint.h: Remove version_string and ps_version_string. + * src/main.c: Likewise. + * src/main.c (version): Update copyright and licensing + information. Use autoconf variables instead of hardcoded strings. + * src/main.c (usage): Add angle brackets around bug address. + * src/psgen.c (dump_ps_header): Set ps_version_string here. + +2010-03-06 Tim Retout + + * configure.ac: Set version to 1.6.5.1. + + * states/hl/Makefile.am (highlightings): Add f90.st. + + * INSTALL: Move enscript-specific details into README, and remove + from the repository (i.e. just use the standard INSTALL file). + * README: Replace all old web/mail addresses. + + * All Makefile.am files: Add ChangeLog.old to EXTRA_DIST. + +2010-02-03 Tim Retout + + * All ChangeLog files in subdirectories have been renamed to + ChangeLog.old. All change log entries from 1.6.5 onwards will be + made in this file. + +2010-01-28 Tim Retout + + * docs/states.man (are): Fix typo of 'beginning'. + * docs/enscript.man: Fix three misspellings of 'dependent'. + +2010-01-25 Tim Retout + + * configure.ac: Set version to 1.6.5. + +2009-12-31 Tim Retout + + * configure.ac: Set version to 1.6.4.91. + +2009-12-27 Tim Retout + + * configure.ac: Set version to 1.6.4.90. + * NEWS: Add noteworthy changes for 1.6.5, and a placeholder for + 1.6.4. + +2009-01-13 Tim Retout + + * COPYING: Update to GPLv3 + * All files: Update license headers to GPLv3. + 2008-02-03 Tim Retout + * Makefile.am (EXTRA_DIST): Remove ABOUT-NLS, THANKS and config.rpath, + because these will be distributed anyway. + Remove autoconf-generated files. * configure: Remove from repository.