X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=4ee2d227f48270367c522a04c7c945e25e3a3101;hp=55ceb06d2dba687906ec4c28e71a6fb895240b45;hb=3ca061ac1462c6f9aad2e9542bba3d763a90ec38;hpb=6f1eead89c678724e80326210d5b52c1434405a5 diff --git a/ChangeLog b/ChangeLog index 55ceb06..4ee2d22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,56 @@ +2023-03-13 gettextize + + * Makefile.am (EXTRA_DIST): Add m4/ChangeLog. + * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. + (AM_GNU_GETTEXT_VERSION): Bump to 0.21.1. + +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. @@ -29,6 +80,10 @@ * 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).