From 31d8f30d9c901a14cb49da404f1148ad5d09351a Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Mar 2016 17:36:09 +0000 Subject: Lots of Pbmtext/libpbmfont fixes and enhancements from Akira Urushibata git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2686 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'doc/HISTORY') diff --git a/doc/HISTORY b/doc/HISTORY index ed777219..33504df2 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -6,6 +6,34 @@ CHANGE HISTORY not yet BJH Release 10.74.00 + pbmtext: produce same image when you run pbmtext with -width + explicitly set to the width you get when you don't specify + width. + + pbmtext: ignore -nomargins with -width is specified. + + pbmtext: report when line ends are dropped because of + truncation. + + pbmtext: Fix bug: if input has an code point that is not in the + font, Pbmtext substitutes space, but behavior is undefined if + font doesn't have space either. Now it aborts the program in + that case. + + pbmtext: fix bug: Respect -width when specified. + + pbmtext: fix bug: Deal correctly with negative -space. + + pbmtext: fix bug: Consider all characters in line, not just + first and last, in determining line width. + + libnetbpm font facility (so pbmtext): fix bug: undefined + behavior when font definitions are invalid in any of various + ways. + + libnetpbm font facility (so pbmtext): fix incorrect font names + in error messages. + pnmtopsnr: Add -machine, -max . Netpbmlib: add /usr/local/netpbm/lib and /etc/X11 to search -- cgit 1.4.1