about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-30 19:08:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-30 19:08:30 +0000
commit93593f0651571c7d428d428a55e9e8c8e68b7d59 (patch)
tree0284e5f2d9a863ddf2157b90539a46ef5dd863d7
parent81c161fd2c9998e60eada5fcadd83cf12c936e98 (diff)
downloadnetpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.tar.gz
netpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.tar.xz
netpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.zip
Rename pbmtoicon to pbmtosunicon
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1396 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/pbm/Makefile2
-rw-r--r--converter/pbm/pbmtosunicon.c (renamed from converter/pbm/pbmtoicon.c)2
-rw-r--r--doc/HISTORY9
3 files changed, 11 insertions, 2 deletions
diff --git a/converter/pbm/Makefile b/converter/pbm/Makefile
index 07b768c0..008f4f19 100644
--- a/converter/pbm/Makefile
+++ b/converter/pbm/Makefile
@@ -13,7 +13,7 @@ PORTBINARIES =	atktopbm brushtopbm cistopbm cmuwmtopbm \
 		pbmto10x pbmto4425 pbmtoascii pbmtoatk \
 		pbmtobbnbg pbmtocis pbmtocmuwm pbmtodjvurle \
 		pbmtoepsi pbmtoepson pbmtoescp2 \
-		pbmtog3 pbmtogem pbmtogo pbmtoibm23xx pbmtoicon pbmtolj \
+		pbmtog3 pbmtogem pbmtogo pbmtoibm23xx pbmtosunicon pbmtolj \
 		pbmtoln03 pbmtolps \
 		pbmtomacp pbmtomatrixorbital pbmtomda pbmtomgr pbmtomrf \
 		pbmtonokia \
diff --git a/converter/pbm/pbmtoicon.c b/converter/pbm/pbmtosunicon.c
index 43c39725..95deab7c 100644
--- a/converter/pbm/pbmtoicon.c
+++ b/converter/pbm/pbmtosunicon.c
@@ -1,4 +1,4 @@
-/* pbmtoicon.c - read a PBM image and produce a Sun icon file
+/* pbmtosunicon.c - read a PBM image and produce a Sun icon file
 **
 ** Copyright (C) 1988 by Jef Poskanzer.
 **
diff --git a/doc/HISTORY b/doc/HISTORY
index 8c8c11c3..8af0523e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -9,6 +9,12 @@ not yet  BJH  Release 10.54.00
               Add ppmtoapplevol.  Thanks Matthew Garrett
               <mjg59@srcf.ucam.org>.
 
+              Add ppmtoapplevol.  Thanks Matthew Garrett
+              <mjg59@srcf.ucam.org>.
+
+              Rename pbmtoicon to pbmtosunicon, to go with change
+              of icontopbm to sunicontopnm in 10.53.
+
               pgmtoascii: Truncates instead of undefined behavior if input
               image is wider than specified width.
 
@@ -85,6 +91,9 @@ not yet  BJH  Release 10.54.00
               to start with "pm_": shhopt, nstring, nsleep.  Eliminate
               createBlackTuple -- pnmCreateBlackTuple already existed.
 
+              libnetpbm: Change shared library major number to 11 because
+              of above renaming.
+
               build: include -lm in build of pamtopdbimg, pdbimgtopam.
 
               configure: Make warnings stand out more.