X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=743f26a3b15dd03eeaa07417253245f723950547;hp=50a71387864a0d3d965065b844023d39d056ce9c;hb=1571efb807e6575e83d674b453b5e4fb28b38c9c;hpb=8292547f80c4311052b11cb62a621aaa1b3ea355 diff --git a/ChangeLog b/ChangeLog index 50a7138..743f26a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2011-07-10 Tim Retout + + * 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-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.