about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/HISTORY9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d8a69b79..7e60aae2 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,7 +6,7 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.80.00
 
-              pnmpalm: Refuse to create a compressed image with more than 8
+              pnmtopalm: Refuse to create a compressed image with more than 8
               bits per pixel.
 
               pbmtext, libnetpbm font facilities: allow glyphs in font files
@@ -35,6 +35,13 @@ not yet  BJH  Release 10.80.00
               -packbits_compression.  Always broken.  -packbits_compression
               was new in Netpbm 10.27 (March 2005).
 
+              pnmtopalm: Correct error message recommending running
+              pnmquant when the real solution is to run pnmremap to modify the
+              image to Palm standard colors.
+
+              pnmtopalm: Fix bug causing "color not in colormap" failure with
+              -colormap and maxval other than 255.
+
               libnetpbm: font facilities: fix invalid memory reference with
               certain font files.