about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-09 17:59:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-09-09 17:59:48 +0000
commitbb90be5f15cee8dcf80962ab482b7f07707332cd (patch)
tree73a81a85bf885353b5be48d2289963a2b13f26ba /doc/HISTORY
parentcc4dde06897248afb92f5c037d40a5f239554ffb (diff)
downloadnetpbm-mirror-bb90be5f15cee8dcf80962ab482b7f07707332cd.tar.gz
netpbm-mirror-bb90be5f15cee8dcf80962ab482b7f07707332cd.tar.xz
netpbm-mirror-bb90be5f15cee8dcf80962ab482b7f07707332cd.zip
Make pbm_readpbminit() and pgm_readpgminit() recognize other Netpbm formats and issue special error message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@410 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d8b62dcf..1b16f17e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -29,7 +29,7 @@ not yet  BJH  Release 10.40.00
               sample Postscript.  It doesn't really know how to do that, so
               now it just writes 8 unless you do -psfilter.
 
-              pnmmargin: recognize invalid options better.    Thanks
+              pnmmargin: recognize invalid options better.  Thanks
               Prophet of the Way <afu@wta.att.ne.jp>.
 
               pnmtopng: Sort palette properly when alpha maxval != 255.
@@ -42,6 +42,10 @@ not yet  BJH  Release 10.40.00
 
               libnetpbm: Add pm_system_lp(), pm_system_vp().
 
+              libnetpbm: Make pbm_readpbminit() and pgm_readpgminit()
+              recognize incompatible Netpbm formats and issue a
+              helpful error message.
+
               libnetpbm: pbm_readppminit: read PBM as maxval of 255, not 1.
 
               libnetpbm: Fix pm_drain() to use the specified limit.