about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-03-19 17:36:09 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-03-19 17:36:09 +0000
commit31d8f30d9c901a14cb49da404f1148ad5d09351a (patch)
tree31fc51e087b1030c2722845143dc945a78f2dc3f /doc/HISTORY
parentd9bcc1ab220d2091362bcc86c5829ba86652c71b (diff)
downloadnetpbm-mirror-31d8f30d9c901a14cb49da404f1148ad5d09351a.tar.gz
netpbm-mirror-31d8f30d9c901a14cb49da404f1148ad5d09351a.tar.xz
netpbm-mirror-31d8f30d9c901a14cb49da404f1148ad5d09351a.zip
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
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY28
1 files changed, 28 insertions, 0 deletions
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