about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-12 17:32:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-12 17:32:46 +0000
commit19c59f209876d5e57323a88783e26898730028e9 (patch)
tree5d8c67f6d3e0154be2d758150f2de981be4a1053 /doc
parent11b7242986af9199615449b341cbd6e49139cd83 (diff)
downloadnetpbm-mirror-19c59f209876d5e57323a88783e26898730028e9.tar.gz
netpbm-mirror-19c59f209876d5e57323a88783e26898730028e9.tar.xz
netpbm-mirror-19c59f209876d5e57323a88783e26898730028e9.zip
Add -leftmargin, etc., -ascent, -descent, -pad, -crop, -dump-ps; use asciihex encoding of text to avoid corrupting Postscript program; validate font name to avoid corrupting Postscript program; fail if no input text rather than generate single space; more verbose stuff
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2784 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY21
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 8cb30585..7e5e2641 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,20 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.75.00
 
+              pbmtextps: Add -leftmargin, -rightmargin, -topmargin,
+              -bottommargin, -ascent, -descent, -pad, -crop.
+
+              pbmtextps: Add -dump-ps.
+
+              pbmtextps: Abort with error instead of generating single space
+              when user supplies no text.
+
+              pbmtextps: Accept fractional -fontsize.
+              
+              pbmtextps: Change margins for non-default fonts.
+
+              pbmtextps: Minor output changes caused by code cleanup.
+
               bmptopnm: Add ability to convert Version 4 and 5 Windows BMP.
 
               pbmtext: remove undocumented -dump option; add 'genfontc'
@@ -17,10 +31,6 @@ not yet  BJH  Release 10.75.00
 
               pbmtext: Speedup: renders directly in raw PBM.
 
-              pbmtextps: Change margins for non-default fonts.
-
-              pbmtextps: Minor output changes caused by code cleanup.
-
               pbmreduce: add -randomseed.
 
               anytopnm, pnmmargin, pnmquant, ppmquant, pnmquantall, pgmcrater,
@@ -34,6 +44,9 @@ not yet  BJH  Release 10.75.00
               libnetpbm: Add pm_system2(), pm_system2_lp(), pm_system2_vp() -
               same as pm_system(), etc. but returns the termination status.
 
+              pbmtextps: Fix bug: input text or font name with Postscript
+              control characters messes up the Postscript program.
+
               ppmhist: fix incorrect color names.  Introduced in
               Netpbm 10.19 (November 2003).