X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=63300212f4e00879f0679f02047fcdbfae3fb3b1;hp=ec50b70c060ecab8f497e3ae9535bfd5fa029d0d;hb=6db833bd0c6b39431f9abda597710101d4a17bc1;hpb=dfe37670d2247f6bb813dfe02dbf12769fa510b6 diff --git a/ChangeLog b/ChangeLog index ec50b70..6330021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,63 @@ +2024-02-12 Wim Stockman + * compat/getopt.c: Solving issue with built-in 'strlen' function + +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. + +2023-03-13 Wim Stockman + * tools/convertfontto.sh: Added a script to make it easy to convert + ttf or otf font to your choice of encoding + * src/util.c: Added $HOME variable to be used in AFMPATH + +2023-03-10 Wim Stockman + * 885915.txt: Added Latin9 ISO-8859-15 support + +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. @@ -24,7 +82,7 @@ * Makefile.am (SUBDIRS): Move intl to be built before compat. * states/Makefile.am: Use $(datadir) instead of $(prefix)/share. - Savannah bug #31609. + Savannah bug #31609. * src/Makefile.am: Likewise. * src/Makefile.am: Remove ansi2knr option and supporting files. @@ -33,6 +91,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). @@ -432,7 +494,7 @@ 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(). + Now we won't clash with solaris' math.h which defines __P(). 1996-06-13 Markku Rossi @@ -453,7 +515,7 @@ * Automake-0.31. * configure.in: Removed CFLAGS and LDFLAGS defaults, use whatever - autoconf gives to us. + autoconf gives to us. 1996-03-11 Markku Rossi @@ -462,9 +524,9 @@ 1996-02-25 Markku Rossi * Reorganized source tree: - - enscript source is moved to the new `src' sub-directory - - `afm' directory is renamed to `afmlib' - - `afmfiles' directory is renamed to `afm' + - enscript source is moved to the new `src' sub-directory + - `afm' directory is renamed to `afmlib' + - `afmfiles' directory is renamed to `afm' * Renamed program to `GNU enscript'.